Skip to content

sudharson14/xv6-OS-for-arm-v8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b26b559 · Nov 22, 2016

History

11 Commits
Aug 29, 2016
May 12, 2015

Repository files navigation

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)