Live data from Hacker News

Show HN: GentleOS – A pair of hobby OSes for vintage 32-bit and 16-bit PCs

github.com

1–10 of 112 posts

Show HN: GentleOS – A pair of hobby OSes for vintage 32-bit and 16-bit PCs

#1
Hello HN,

I've been working on a simple OS for tinkering and running bare metal apps on vintage PCs.

Since I couldn't quite decide whether to target pure 16-bit, or slightly more capable 32-bit machines, I ended up with two separate versions:

- GentleOS/32 (https://github.com/luke8086/gentleos32) works on i386+, requires 4MB of RAM and VGA display supporting 640x480x16 mode or any 256-color VESA mode.

- GentleOS/16 (https://github.com/luke8086/gentleos) works on 80186+, requires less than 192KB of RAM and a CGA display supporting 320x200x4 mode.

You can find more details in the repos.

Show HN: GentleOS – A pair of hobby OSes for vintage 32-bit and 16-bit PCs
github.com

Re: Show HN: GentleOS – A pair of hobby OSes for vintage 32-bit and 16-bit PCs

#3
This is great, thanks for releasing your work. Very impressive.

You may get some interest from others in the retrocomputing/permacomputing sphere if you implement an Uxn emulator; it is extremely simple and can run on very limited hardware. https://100r.co/site/uxn.html

Vintage hardware would be a great host for Uxn programs, so I suspect this would generate some excitement.

Re: Show HN: GentleOS – A pair of hobby OSes for vintage 32-bit and 16-bit PCs

#7
post #5

A pre-build floppy disk image would be great, so I could run it on my IBM PS/1 from a floppy.

There seems to be an 8 meg image here: https://github.com/luke8086/gentleos32/releases/download/202...

Someone prepare a set of floppy disk images so you can get the proper installation experience.

Re: Show HN: GentleOS – A pair of hobby OSes for vintage 32-bit and 16-bit PCs

#9

GUI looks a but BeOS inspired, but somehow even cleaner.

I think it's that yellow bar what it makes it look like BeOS. And maybe the right hand menu bar. But once you check a B/W version, it doesn't look like BeOS that much.

Re: Show HN: GentleOS – A pair of hobby OSes for vintage 32-bit and 16-bit PCs

#10
> A hobby operating system for vintage 32-bit PCs.

I am all in favour of great projects, but why a differentiation between 32-bits or 64-bits? I don't understand that. Is a computer that is 32 bit or 64 bit, either way which, not worthy?

Edit: I understand a motivation if it is on simplicity choosing one or the other, but other than that I don't see why that should ever be a goal worthy to be pursued. Software should really "just work" no matter the number of bits and bytes.

Post reply on HN