Line 2 was replaced by line 2 |
- [http://squeaknos.sourceforge.net] |
+ [http://squeaknos.sourceforge.net] [Email Archive|http://sourceforge.net/mailarchive/forum.php?forum_id=38780] |
Line 4 was replaced by line 4 |
- ''Operating System: An operating system is a collection of things that don't fit into a language. There shouldn't be one.'' -- Dan Ingalls, in [Byte Magazine|http://users.ipa.net/~dwighth/smalltalk/byte_aug81/design_principles_behind_smalltalk.html], 1981 |
+ This isn't an XP project, it's just something OliBye is interested in. Since I use wiki a lot to keep notes and this wiki is in my pantry, this page seemed like the simplest thing. |
At line 5 added 2 lines. |
+ ''Operating System: An operating system is a collection of things that don't fit into a language. There shouldn't be one.'' -- Dan Ingalls, in an article in [Byte Magazine|http://users.ipa.net/~dwighth/smalltalk/byte_aug81/design_principles_behind_smalltalk.html], 1981 (yes, 23 years ago!) |
+ ---- |
Line 12 was replaced by line 14 |
- * I've finally figured out how to get Smalltalk majorShrink to work. Which yields a 2Meg image. This means I don't have to get around the 8Meg limit imposed by isolinux. Which meant I can finally make a bootable CD to boot SqueakNOS? 3 years after first taking on the task. The magic is the method that flips your MVC project to be the root project. Then you just preceed past errors, and bingo. |
+ * Applying Smalltalk majorShrink (from the above notes) yields a 2Mb image. This means I don't have to get around the 8Mb limit imposed by isolinux. Which meant I can finally make a bootable CD to boot SqueakNOS? 3 years after first taking on the task. The magic is the method that flips your MVC project to be the root project. Then you just preceed past errors, and bingo. |
Lines 19-22 were replaced by lines 21-27 |
- Download the iso image give it a try. No responsibility accepted!. |
- [https://xpdeveloper.com/~byeo/images/boot.iso] |
- |
- I hope to atleast publish my Makefile so other people can make their own images. |
+ Wait for the slow 4Mb download of the [ISO image|https://xpdeveloper.com/~byeo/images/boot.iso] [torrent|https://xpdeveloper.com/~byeo/images/boot.iso.torrent], and give it a try. No responsibility accepted!. |
+ ---- |
+ Since I'm not a developer on the sourceforge project, I'm maintaing my branch |
+ here [https://xpdeveloper.com/cgi-bin/cvsweb.cgi/squeaknos/]. Although I've not had to branch any of the original code, I use CVS to keep all my small "iterations". |
+ ---- |
+ Useful links |
+ * [http://www.inversereality.org/tutorials/tutorial.html] |