Skip to content

finallyjustice/xv6-OS-for-arm-v8

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

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)

About

OS support for 64 bit ARM architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 90.7%
  • C++ 3.9%
  • Assembly 3.5%
  • Makefile 1.2%
  • Shell 0.7%