NevyOS
Introduction...
This is the very first, open-source relese of NevyOS. As such, expect rough edges. Currently the system is text-mode only, and includes only a selection of ported tools. For the curious, Busybox, uClibc e2fsProgs and util-Linux have been ported, along with the Linux kernel.
The source-code is available as a series of patches for the packages mentioned above, for those who wish to help with the project.
Downloads...
bochs disk images
- disk image (a 10mb harddrive image, suitable for bochs)
- nevyboot (a simple shell script to boot your NevyOS-boch system)
Installation notes
Download the NevyOS-bochs.tar.gz file and extract it to your home directory. Then download the nevyboot shell script, place it somewhere within you PATH and chmod a+x it. Then simple run the script, and it will run a few checks, then start running bochs.
Obviously, you need bochs for all of this to work.
If you want to, you can mount the disk image with
- mount -o loop,offset=8704 $HOME/NevyOS-bochs/nevyos-0.1.img $HOME/NevyOS-bochs/Disk




