Releases: WilGulf/NeoOS
Releases · WilGulf/NeoOS
Release list
Release 1.0
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.imgIf the command is unavailable try:
qemu-system-x86_64 -kernel kernel.elf -hda disk.imgor:
qemu-system-x86 -kernel kernel.elf -hda disk.img