Live data from Hacker News

Viewing profile — ghaerr

ghaerr

HN member
Joined
Thu, Aug 04, 2022, 3:43 AM UTC
HN karma
38
Public activity
12 items

About ghaerr

No profile information was provided.

Recent public activity

  1. comment
    Comment #42618735

    Also worth trying would be the 1440k image, as that's the later standard 3.5" floppy format.

  2. 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…

  3. 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 :)

  4. 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,…

  5. 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 …

  6. 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…

  7. 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…

  8. 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…

  9. 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…

  10. 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.

  11. comment
    Comment #32339194

    Try https://github.com/ghaerr/dflat , which is D-Flat version 2.0 ported to Linux and macOS.

  12. 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…