My operating system tests
This project requires make
, qemu-system-aarch64
and aarch64-none-elf-gcc packages to generate and execute the code. The make
build system is implemented in this project.
make all (or just make)
-> to build project
make clear
-> to delete the kernel8.img
image files of the project
make run
-> to run kernel8.img kernel file in qemu