First bootable kernel

This commit is contained in:
Fabio Scotto di Santolo
2024-06-21 09:52:54 +02:00
parent e18f71d408
commit 66e9877056
6 changed files with 47 additions and 9 deletions

9
.cargo/config.toml Normal file
View File

@@ -0,0 +1,9 @@
[unstable]
build-std = ["core", "compiler_builtins"]
build-std-features = ["compiler-builtins-mem"]
[build]
target = "x86_64-fabios.json"
[target.'cfg(target_os = "none")']
runner = "bootimage runner"