Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 615 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 615 Bytes

potato

My operating system tests

build & run

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