Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
@Cy6er7um
Cy6er7um
Follow

Cybertum Cy6er7um

🐱
Nya~
You gotta risk falling to fly.

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 carbon-language/carbon-lang Public

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

    C++ 33.6k 1.5k

  2. bytecodealliance/cranelift-jit-demo bytecodealliance/cranelift-jit-demo Public

    JIT compiler and runtime for a toy language, using Cranelift

    Rust 723 64

  3. RustPython/RustPython RustPython/RustPython Public

    A Python Interpreter written in Rust

    Rust 21.7k 1.4k

  4. fa-org/fa fa-org/fa Public

    fa 语言编译器

    C++ 49 7

  5. Xie-Jason/GloomScript Xie-Jason/GloomScript Public

    GloomScript Interpreter implemented in Rust

    Rust 54 9

AltStyle によって変換されたページ (->オリジナル) /