actually good fdt formatting

This commit is contained in:
Bryan McShea
2024-04-24 20:44:23 -04:00
parent 13438976a8
commit 826a122241
6 changed files with 1036 additions and 146 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 -drive file=test.raw,format=raw -kernel"
runner = "qemu-system-riscv64 -nographic -semihosting -cpu rv64 -machine virt -bios none -smp 4 -m 1G -device virtio-blk-pci,drive=test -drive file=test.raw,format=raw,id=test -kernel"
[unstable]
build-std = ["core", "compiler_builtins", "alloc"]