Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.
/ Zero Public archive

64 bit bootloader for Cyjon operating system.

Notifications You must be signed in to change notification settings

CorruptedByCPU/Zero

Repository files navigation

Zero

64 bit bootloader for Cyjon operating system.

Software:

- Qemu 5.0.0 or Bochs 2.6.11 (no SMP support on MS/Windows)
- Nasm 2.15.1
- Atom (with package https://atom.io/packages/language-assembly) or your own IDE ;)

Compilation/Exec (GNU/Linux):

user@hostname:~/Zero$ chmod +x make.sh qemu.sh
user@hostname:~/Zero$ ./make.sh
user@hostname:~/Zero$ ./qemu.sh

Compilation/Exec (MS/Windows):

C:\Zero> make.bat
C:\Zero> qemu.bat