Skip to content

Releases: WilGulf/NeoOS

Release list

Release 1.0

Choose a tag to compare

@WilGulf WilGulf released this 07 Sep 16:30

This is the first release of NeoOS and the kernel Nexus. Everything needed to test it is QEMU and the two attached binaries. Run help in the terminal to get a list of what you can do and play around with all functions of NeoOS!

To test make sure you have kernel.elf and disk.img, place them in the same directory and run:

qemu-system-i386 -kernel kernel.elf -hda disk.img

If the command is unavailable try:

qemu-system-x86_64 -kernel kernel.elf -hda disk.img

or:

qemu-system-x86 -kernel kernel.elf -hda disk.img