( ! ) Warning: fopen(hits.nevyos) [function.fopen]: failed to open stream: Permission denied in /home/michael/www/ma.org/lateral/v2/pages.what-we-make.software.nevyos.php on line 16
Call Stack
#TimeMemoryFunctionLocation
10.007682708{main}( )../pages.what-we-make.software.nevyos.php:0
20.007682708hitme( )../pages.what-we-make.software.nevyos.php:23
30.008383480fopen ( )../pages.what-we-make.software.nevyos.php:16

( ! ) Warning: fwrite(): supplied argument is not a valid stream resource in /home/michael/www/ma.org/lateral/v2/pages.what-we-make.software.nevyos.php on line 17
Call Stack
#TimeMemoryFunctionLocation
10.007682708{main}( )../pages.what-we-make.software.nevyos.php:0
20.007682708hitme( )../pages.what-we-make.software.nevyos.php:23
30.008983852fwrite ( )../pages.what-we-make.software.nevyos.php:17

( ! ) Warning: fclose(): supplied argument is not a valid stream resource in /home/michael/www/ma.org/lateral/v2/pages.what-we-make.software.nevyos.php on line 18
Call Stack
#TimeMemoryFunctionLocation
10.007682708{main}( )../pages.what-we-make.software.nevyos.php:0
20.007682708hitme( )../pages.what-we-make.software.nevyos.php:23
30.009183956fclose ( )../pages.what-we-make.software.nevyos.php:18

( ! ) Warning: Cannot modify header information - headers already sent by (output started at /home/michael/www/ma.org/lateral/v2/pages.what-we-make.software.nevyos.php:16) in /home/michael/www/ma.org/lateral/v2/pages.what-we-make.software.nevyos.php on line 20
Call Stack
#TimeMemoryFunctionLocation
10.007682708{main}( )../pages.what-we-make.software.nevyos.php:0
20.007682708hitme( )../pages.what-we-make.software.nevyos.php:23
30.009384036setcookie ( )../pages.what-we-make.software.nevyos.php:20

( ! ) Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/michael/www/ma.org/lateral/v2/pages.what-we-make.software.nevyos.php:16) in /home/michael/www/ma.org/common.php on line 2
Call Stack
#TimeMemoryFunctionLocation
10.007682708{main}( )../pages.what-we-make.software.nevyos.php:0
20.0187106936include( '/home/michael/www/ma.org/lateral/v2/functions.php' )../pages.what-we-make.software.nevyos.php:28
30.0187107100include( '/home/michael/www/ma.org/common.php' )../functions.php:3
40.0187107100session_start ( )../common.php:2

( ! ) Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/michael/www/ma.org/lateral/v2/pages.what-we-make.software.nevyos.php:16) in /home/michael/www/ma.org/common.php on line 2
Call Stack
#TimeMemoryFunctionLocation
10.007682708{main}( )../pages.what-we-make.software.nevyos.php:0
20.0187106936include( '/home/michael/www/ma.org/lateral/v2/functions.php' )../pages.what-we-make.software.nevyos.php:28
30.0187107100include( '/home/michael/www/ma.org/common.php' )../functions.php:3
40.0187107100session_start ( )../common.php:2
lateral : products : software : NevyOS
logolateral
who we are:what we make

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