riteshharjani / xv6-OS-for-arm-v8

OS support for 64 bit ARM architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

OS support for 64 bit ARM architecture


Languages

Language:C 93.4%Language:Assembly 3.6%Language:Makefile 1.2%Language:C++ 1.0%Language:Shell 0.7%Language:GDB 0.0%