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

View File

@@ -3,10 +3,9 @@ name = "fabios"
version = "0.1.0"
edition = "2018"
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"
[package.metadata.bootimage]
build-command = ["build"]
run-command = ["qemu-system-x86_64", "-drive", "format=raw,file={}"]
[dependencies]
bootloader = "0.9"