Skip to content

Release 1.0

Latest

Choose a tag to compare

@WilGulf WilGulf released this 07 Sep 16:30
· 1 commit to main since this release

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