initial commit -- framebuffer Hello, World!

This commit is contained in:
FantasyPvP
2024-11-16 15:13:05 +00:00
commit ac4cf9a27b
16 changed files with 863 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
[build]
target = "x86_64-kernel"
target-dir = "build/target"
[unstable]
build-std = ["core", "compiler_builtins", "alloc"]
build-std-features = ["compiler-builtins-mem"]
[env]
RUST_TARGET_PATH = { value = "kernel", relative = true }
[target.x86_64-kernel]
runner = "scripts/run.sh"