starting fs working and FDT is actually a tree now

This commit is contained in:
Bryan McShea
2024-04-24 19:59:31 -04:00
parent 7c859ab6c3
commit 13438976a8
10 changed files with 101 additions and 140 deletions

View File

@@ -8,7 +8,7 @@ rustflags = [
"-C", "link-arg=-Tsrc/arch/riscv64/link.ld",
"-C", "link-arg=--omagic",
]
runner = "qemu-system-riscv64 -nographic -semihosting -cpu rv64 -machine virt -bios none -smp 4 -m 1G -kernel"
runner = "qemu-system-riscv64 -nographic -semihosting -cpu rv64 -machine virt -bios none -smp 4 -m 1G -drive file=test.raw,format=raw -kernel"
[unstable]
build-std = ["core", "compiler_builtins", "alloc"]