| ||||||||
|
| ||||||||
Content |
NewOS... modifiedOccassionally I enjoy doing some work on new operating systems. The one that I have most worked on is NewOS, a modular kernel primarily written by former Be-employee Travis Geiselbrecht. It has got its appeal most notably from its clear design with high portability in mind and its cleanly written source code. Though development on NewOS is now more or less on a hold I still continue hacking on it once in a while. Here is a list of the most important and visible changes:
Testing on hardwareI have made an image available for download which you can either test on real hardware or within an emulator. If you are out for testing on bare hardware then make sure you have
Put an empty floppy disk into your floppy disk drive, invoke rawrite and enter image file name and floppy drive letter to write the image upon it (our use any other utility to write raw images). Then restart your computer to boot from floppy. Testing within an emulatorA likely more elegant (and less risky ;-)) way is to test the image within an emulator like QEMU. For this, all you need is to
You will get some simple instructions on how to access your network, once you boot into NewOS. If you run NewOS within QEMU and want to be able to access it from outside (ping, telnet), you must use a TAP adapter. Add "-net tap,ifname=OpenVPN" to the QEMU command line (replace OpenVPN with whatever name your TAP device was given). If you don't have a TAP adapter installed, you're probably under Windows. There's a nice tutorial that explains how to install one. Once you've done that, you might want to activate Internet Connection Sharing in your normal connection's settings. For this to work you MUST set your TAP device's address to 192.168.0.1. DownloadAnd here it is: newos-2007-07-22-notion.img.zip I'm always happy to get feedback: mnoist[at]cosy.sbg.ac.at
| |||||||