Map the kernel to the higher half

This commit is contained in:
2025-07-28 23:26:59 +02:00
parent 98010a17e3
commit eac9236e44
4 changed files with 224 additions and 193 deletions

View File

@@ -385,5 +385,5 @@ task :default do |t|
QEMU = 'qemu-system-riscv32'
system QEMU, '-machine', 'virt', '-bios', 'default', '-nographic', '-serial', 'mon:stdio', '--no-reboot',
'-kernel', *t.prerequisites
'-kernel', t.prerequisites.last, exception: true
end