Using this repository for learning purposes. The goal is to create an operating system that is specilized for web application usage in any way. Currently it is used for keeping track of my learning progress.
Clean the run.bin
make cleanRun the command: nasm -f bin $(ASM_FILE) -o run.bin
makestart the run.bin file with qemu-system-x86_64
make runYou can find the documentation/explenation for the code (boot.asm) here.
kaanOS is licensed under the MIT License.
