The Linux kernel took off after Linus receive the MINIX book, a.k.a Operating System Design and Implementation by Tanenbaum, which include the source code of MINIX. Until the arrival of the book Linus was playing "Prince Of Persia" on his new 386AT desktop.
If only if Linus actually listened to Tanenbaum. We could have a nice microkernel, multiserver design, instead of what we have. And we wouldn't have to deprecate Linux (soon now) to replace it with something better architected.
The early days of Linux
191–200 of 302 posts
Re: The early days of Linux
#192We did exactly this for a project my freshman year of college, in 2011, except it was Dropbox instead of NFS :)
Re: The early days of Linux
#193Re: The early days of Linux
#194Earlier quoted context omitted.
If only if Linus actually listened to Tanenbaum. We could have a nice microkernel, multiserver design, instead of what we have. And we wouldn't have to deprecate Linux (soon now) to replace it with something better architected.
Are you still using Linux? Most of us moved to Hurd for exactly this reason already.
As for HURD, I consider it a dead end, as it seems to have no direction and appears to have failed to move away from Mach.
Re: The early days of Linux
#195Re: The early days of Linux
#196Earlier quoted context omitted.
Same with Woz, the actual brains behind Apple. Jobs was just a charismatic designer and salesman.
Woz had nothing to do with saving Apple in the 90s - and nothing for nearly 40 years - the only reason we talk about Apple today at all is because of Jobs and the small group he supported himself with in the late 90s. He was clearly smart enough to figure out how to save Apple. That’s more than “just” being a designer. 3 predecessors couldn’t figure it out and Gil Amelio wasn’t an idiot (Spindler wasn’t an idiot eith…
Nah, you really think so?! Just because he was probably the most successful business leader in his generation you think he was smarter than us, HN commenters, despite our incredible feats like foreseeing the DropBox fiasco, predicting the LISP AI revival and so many others?
What leads you to such outrageous conclusion?
\s
Re: The early days of Linux
#197Linus describes this and more in his book - Just for Fun: The Story of an Accidental Revolutionary. Great read
If you liked this article, pick up the book.
Re: The early days of Linux
#198I was doing CS at a similar time. Used Ultrix and HP-UX at work. Until Linux and Minix it was very hard to get a Unix on a PC. Someone had SystemV running, not sure how. Once Linux appeared, other home Unixes started evaporating, except for *BSDs. I was at the very first Sydney Linux Users Group meeting (SLUG). Have pics! The only pics of that event. Have tried to get permission from others so I can share, but no res…
Re: The early days of Linux
#199What goes around comes around, and now Red-Hat belongs to IBM.
Re: The early days of Linux
#200Help installing Linux. 5/4/93
Hi, I,ve tried to install the SLS base system 99p6. I partitioned my 210 Maxtor drive to half DOS and then added a 15M /dev/hda2 (type 81 Linux,Minix) and 10M /dev/hda3 (type 83 Linux swap). After writing to the partition table and rebooting, I did a mkfs /dev/hda2 15504; mkswap /dev/hda3 4096; swapon /dev/hda3. After then running doinstall things seemed OK until it tried to start installing a2,a3 and a4. The system only looked at the disks for about a millisecond and then prompted me to insert the next one ( I was thinking, Boy! this installation is quick). Finally I got the prompt for formatted disk to make a boot disk. Thinking, I had finished, I attempted to boot this disk to no avail. Of course during doinstall I got messages such as "mv: command not found", "rm: command not found" and so forth. I am guessing that my /dev/hda2 is not mounting and hence the file system is not being transferred. I have been trying to dissassemble "doinstall" as most errors seem to be redirected to /dev/null.
One "error" I noted on booting is "WD8013 not found at 280 ". Can't the driver find my disk controller? I have a TMC 486/33 motherboard with a VESA IDE controller. Linux seems to be able access the disk because the partitioning worked and mkfs -c works the disk out.
Please help me out , I would love to get Linux up and running.