Made purely for learning purposes Created following the Os Tutorial
./compile.sh
It uses nasm to assemble the assembly to binary files that are outputed in the build
folder
./run.sh
The script runs the compile.sh
script and then uses qemu
with --curses
flag to emulate the binary program
- How to exit
--curses qemu
:
Press(CTRL +) ALT + 2
Then typeexit