• Please review our updated Terms and Rules here

Modern-ish OS for Pentium systems...

I had a Dell PE2550 a number of years ago which had a bad memory controller. No matter how much memory was installed, the last 8 MB of the memory map always had failures, which caused Linux to fail booting. Windows ran fine and dandy, I could just mask off the upper 8 MB of memory in the boot options, but Linux wasn't so forgiving.
I had a similar problem, Linux has kernel command line option, mem. I had a Laptop that took a 512MB memory module and BIOS recognized 512MB. But I only could use 256MB, once I accessed 256MB+1Byte it crashed.
So I added in bootloader to kernel command line "mem=256M". This works quite well. A lot of people seem to have problems with RAM, when they add such a function...

On that OS topic:
I suggest minix, it is still under development, X11 along with a lot of other stuff people are used to. It isn't that different from Linux or BSD, when viewing at userland. Programming related stuff and kernel differs a lot. It is POSIX compilant and has gcc, therefore a lot of programs are working on minix.

maybe haiku would also would work, but this needs some more power I think.

Both provide a live CD, but on a pentium I wouldn't excpect it will run smoothly from CD.
 
Back
Top