05-26-2013 12:08 PM - last edited on 03-05-2024 12:28 AM by ROGBot
05-30-2013 03:22 AM
Nodens wrote:
Yes the main benefit is on "/" since it holds files that are accessed continuously. /home holds small configuration files and whatever you save there so the performance boost would be negligible.:)
05-30-2013 07:11 AM
05-30-2013 07:57 AM
billyray520 wrote:
I like to walk on the wild side! 😛 I'm also running Windows 98 & Windows 95 desktops which are on the home LAN plus a MS-DOS 3.3 desktop. I revel in obsolete, discontinued, OS's. 😉
05-30-2013 08:40 AM
05-30-2013 06:41 PM
Myk SilentShadow wrote:
I always knew that 95 and 98 were just GUI's floating over the top of DOS, but, I don't remember DOS 7...the last one I remember is 6.6 or 6.22...even that number is hazy lol
05-30-2013 09:26 PM
Nodens wrote:
DOS 7 is the version number 98 runs on, that's why you don't remember it. It was never sold or marketed seperately. DOS 7 is essentially Win98 heh
Zygomorphic wrote:
MS-DOS 6.22 was the last version of DOS that was shipped apart from Windows. As to derailing the thread no worries. I forgot to get my Gentoo image today, so will try to remember to do it tomorrow, because I'm interested to see how fast it will run. I've also taken the advice of the people on here and removed the separate /boot partition as well as shrunk the Swap partition.
05-30-2013 09:40 AM
05-30-2013 11:06 AM
In fact Win95 and Win98 are actually..DOS running a GUI much like Linux is running X!
If you check the "msdos.sys" file on the root of the boot drive you will see that it's actually a text file instead of binary like the previous DOS versions. So if you do this:
1) Remove hidden, system, read-only flags from it via "attrib -s -r -h msdos.sys"
2) Edit it with a text file editor and add/change "BootGUI=0" under "[Options]"
3) Restore hidden, system and read-only flags via "attrib +s +r +h msdos.sys"
4) Reboot.
You'll find out they boot into straight DOS. Then all you have to do to run the GUI is type "win" and hit enter. Just like previous versions of Windows that were running on top of DOS.
You can also use this trick to run older versions of Windows on DOS 7 (That's the DOS version number heh).
06-01-2013 12:55 PM
06-01-2013 01:43 PM
Nodens wrote:
Waiting for a review on your experiences with Gentoo, Zygo:)