Changes between Version 3 and Version 4 of Venux
- Timestamp:
- Jan 12, 2010, 7:56:02 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Venux
v3 v4 3 3 [[Image(http://main.elivecd.org/images/misc/tux-lego.png)]] 4 4 5 A Venux Operating System is something extremely '''simple to create''' and without much effort. I can show you the best way (IMHO) to create a VOS engine fully functional, perfectly '''evolutive''' and '''non-destructive'''. If you want to read the functional/real example, go to the ''History Example'' section 5 A Venux Operating System is something extremely '''simple to create''' and without much effort. I can show you the best way (IMHO) to create a VOS engine fully functional, perfectly '''evolutive''' and '''non-destructive'''. If you want to read the functional/real example, go to the ''History Example'' section. 6 7 This Document describes how we can '''actually''' build a Venux system, just don't be impatient, start by something basic and let's the computational evolution do the rest. 6 8 7 9 === Core === … … 73 75 74 76 77 === EXTRA === 78 When creating the Venux system, we need to '''always''' remember the rules of the ''Art of Unix Programming'', don't take it as a joke, [http://www.faqs.org/docs/artu/ch01s06.html these rules] are full of wisdom, if you like them, [http://www.faqs.org/docs/artu/ the full book is a good read too] 75 79 76