Skip to content
View Cy6er7um's full-sized avatar
🐱
Nya~
🐱
Nya~

Organizations

@EpicGames @FastGitORG @Mfuns-cn @HMUniversity @ShelterLab @fa-org @QomegaLang @NyahLab

Block or report Cy6er7um

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Cy6er7um/README.md

👋 ஐ Cy6er7um ஐ GitHub Followers Twitter Followers

#![no_std] // This is a minimal kernel.
#![no_main]

use core::panic::PanicInfo;

#[panic_handler]
fn panic(_info: &PanicInfo) -> ! { loop {} }

#[no_mangle]
pub extern "C" fn _start() -> ! {
    let message = "Hi, I am Cy6er7um!"; // ☬
    let buffer = 0xb8000 as *mut u8;
    for (i, &b) in message.as_bytes().iter().enumerate() {
        unsafe { // ☈
            *buffer.offset(i as isize * 2) = b;
            *buffer.offset(i as isize * 2 + 1) = 0xb;
        }
    }
    loop {}
}

📕 ❀ Environment ❀

📃 〄 Analysis 〄

📞 ❅ Contact ❅

Github: @Cy6er7um
Twitter: @Cy6er7um
Mail: Cy6er7um@gmail.com

☬ ☬

Pinned Loading

  1. carbon-language/carbon-lang Public

    Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)

    C++ 32.8k 1.5k

  2. bytecodealliance/cranelift-jit-demo Public

    JIT compiler and runtime for a toy language, using Cranelift

    Rust 671 62

  3. RustPython/RustPython Public

    A Python Interpreter written in Rust

    Rust 19.8k 1.3k

  4. fa-org/fa Public

    fa 语言编译器

    C++ 49 8

  5. Xie-Jason/GloomScript Public

    GloomScript Interpreter implemented in Rust

    Rust 51 8

14 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to Cy6er7um/LlvmProject
Loading A graph representing Cy6er7um's contributions from March 17, 2024 to March 21, 2025. The contributions are 100% commits, 0% issues, 0% pull requests, 0% code review.

Contribution activity

March 2025

Cy6er7um has no activity yet for this period.
Loading