Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 364 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 364 Bytes

xv6-OS-for-arm-v8

OS support for 64 bit ARM architecture

Compile the code using the build.sh. Change the PATH to the relative path of your file.

To run the OS, Download 64-bit QEMU emulator. Run run.sh to boot the OS on the QEMU emulator.

Use run-debug.sh to debug using gdb multiarch. Note: use remote target to connect gdb to the emulator. (see debug.sh)