Skip to content

massout/potato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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