/Making-x86_64-OS

I start building OS in my free time I called 'ZEROS'

Primary LanguageAssembly

Making-x86_64-OS

you can compile your asembly code using nasm nasm -f bin bios.asm -o bios.bin

you can run your compile code using qemu qemu-system-86-64 bios.bin