Viewing profile — ghaerr
ghaerr
HN member- Joined
- Thu, Aug 04, 2022, 3:43 AM UTC
- HN karma
- 38
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About ghaerr
No profile information was provided.
Recent public activity
-
comment
Comment #42618735
Also worth trying would be the 1440k image, as that's the later standard 3.5" floppy format.
-
comment
Comment #42618524
Open up an issue on GitHub and we can help you better. The usual reason for problems like this is the layout of the image is incorrect on GoTek, and/or the GoTek is set to the wron…
-
comment
Comment #42602472
Is Alistair Riddoch still around? I've been wondering about him, his name is all over the early dev86 and ELKS C library code :)
-
comment
Comment #42602462
We dropped all support for 286 or 386+ protected mode/paging etc, as well as produce only 8088/8086 instructions so it'll run on any x86 (including the PCjr with its peculiarities,…
-
comment
Comment #42602414
Yes it runs on that Amstrad. A funny story about the Amstrad, at one point we added divide-by-zero trap handler in the kernel for user space apps. When the Amstrad reboots via our …
-
comment
Comment #42602379
That's pretty cool about the radio stack! We don't support a compressed kernel anymore but have a way to compress user executables which saves about 30%. Sadly, even with straightf…
-
comment
Comment #42602339
Yes, one can actually boot and run a minimal system on 360k floppy, but if you want networking you need 720k. The native compiler might fit on 1440k but needs a lot more for any de…
-
comment
Comment #42602328
There's a couple of ROM versions, one which runs with a ROM filesystem and boots a shell over serial and another which uses BIOS INT 13h calls for an external MINIX or FAT filesyst…
-
comment
Comment #42599307
Thanks for the comments! ELKS will run on an 8088, but also runs on any x86 PC using the legacy "real mode" which runs in 16-bit segmented architecture without an MMU or any hardwa…
-
comment
Comment #32345449
Yes, they're available on the archived Dr Dobbs Journal DVD V6 ( https://archive.org/details/DDJDVD6 ), starting in the May 1991 section, or thereabouts.
-
comment
Comment #32339194
Try https://github.com/ghaerr/dflat , which is D-Flat version 2.0 ported to Linux and macOS.
-
comment
Comment #32339175
Funnily enough, I just happened to have ported D-Flat to macOS and Linux in the last couple of weeks. Check it out (w/screenshots): https://github.com/ghaerr/dflat . It uses a smal…