updated + alignment does not exist

This commit is contained in:
Bryan McShea
2026-01-27 17:34:29 -05:00
parent 9a8b93848a
commit 7e81483f8e
19 changed files with 875 additions and 1813 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 -device virtio-blk-pci,drive=test -drive file=test.raw,format=raw,id=test -kernel"
runner = "qemu-system-riscv64 -nographic -semihosting -cpu rv64 -machine virt -bios none -smp 4 -m 1G -device virtio-blk-pci,drive=mewhen -drive file=test.raw,format=raw,id=mewhen -kernel"
[unstable]
build-std = ["core", "compiler_builtins", "alloc"]