Live data from Hacker News

Viewing profile — crc_

crc_

HN member
Joined
Wed, Feb 17, 2021, 8:55 PM UTC
HN karma
24
Public activity
26 items

About crc_

I develop RetroForth and Konilo.

Recent public activity

  1. comment
    Comment #45667900

    With this, I wasn't seeing any output with -display curses. It does work with -nographic or using a vnc connection to qemu's display, as well as on the two physical machines I curr…

  2. comment
    Comment #45667832

    Thanks; I'll start doing that when running on Linux. (I had missed this, as my main dev box is running OpenBSD which doesn't have kvm)

  3. comment
    Comment #45660826

    64kW of RAM @ a 4 byte (32-bit) word size, so 256KiB of actual RAM for the applications running on ilo. For a reference, the 8088 build needs a bit more than that to account for st…

  4. comment
    Comment #45660143

    I wasn't aware of the clash when I chose the name, unfortunately.

  5. comment
    Comment #45656070

    For RetroForth, I have a new interface under development that may be somewhat like this. A screenshot can be seen at https://imgur.com/a/z4jhq6e I use RetroForth as a working envir…

  6. comment
    Comment #45655990

    I'm not well versed in qemu's various options. When I didn't specify a BIOS image, it seems to be using SeaBIOS, not UEFI, and hangs on "Booting from Hard Disk...". I should be abl…

  7. comment
    Comment #45173164

    Supernote hasn't posted anything about the potential future Linux system. I'm personally not expecting this to actually come around. The standard OS is derived from Android, but ha…

  8. comment
    Comment #39630953

    I'm not sure I'd quite count this as Forth; it's more of a very simple monitor for loading and running code. It's not a bad approach for use with a host Forth though.

  9. comment
    Comment #39618761

    I wrote a short article on interfacing with Konilo using external tools. It's at https://konilo.org/articles/interfacing-with-konilo.txt

  10. comment
    Comment #39610534

    Thank you for the feedback. I'm hoping to have the documentation considerably improved over the remainder of the year. Apart from the current work on the hypertext manual, a larger…

  11. comment
    Comment #39590927

    Konilo is not an ANSI Forth. It's a unique dialect with similarities to my older RetroForth system, which is also not a traditional model. In Konilo, that example would look like: …

  12. comment
    Comment #39589117

    Filesystems introduce complexity that may not be needed, especially on smaller targets. I'm personally not averse to file systems. I've implemented (but not yet published) a couple…

  13. comment
    Comment #39581319

    ilo could likely be made to work, though with some limitations. From a quick reading of the linked system: - ilo is little endian (for block & rom format); if you wanted to keep ex…

  14. comment
    Comment #39578362

    There is a floppy image on the x86 page. I also have multiboot compatible kernels linked there for use with GRUB or similar bootloaders.

  15. comment
    Comment #39578316

    There is some limited graphics support. The underlying system (ilo) has a branch for x11 providing a limited framebuffer and pointing device support, and the native x86 system opti…

  16. comment
    Comment #39578300

    There is a version that runs natively on x86 hardware (through it's a 32-bit system, aimed at older hardware; my newest x86 hardware is over a decade old and I've not had time to w…

  17. comment
    Comment #39578288

    This is correct.

  18. comment
    Comment #36686641

    I'd love to have a better name for this, and am quite willing to change my description of it when I find one.

  19. comment
    Comment #27499346

    Currently you can.

  20. comment
    Comment #26178761

    That is correct. I use FreeBSD and OpenBSD, the ports/packages for others are contributed by others.

  21. comment
    Comment #26175146

    I've identified the issue. A correctly built copy of the ePub is at https://forthworks.com/retro/r/RETRO12-2021.1.epub (replacing the broken one) and I've now issued a 2021.2 relea…

  22. comment
    Comment #26175007

    I'll investigate this and get a bug fix release out ASAP.

  23. comment
    Comment #26174483

    A few comments follow; note that I'm not unbiased :) RetroForth is smaller and easier to build than gforth or Factor. I actively use it and seek to improve it, and I've been told t…

  24. comment
    Comment #26174139

    It's not only in ePub. The canonical source for the documentation is in doc/book, with HTML formatted copies in doc/html and a Markdown copy as doc/RETRO-Book.md. The glossary of w…

  25. comment
    Comment #26171750

    RainbowForth is interesting, but unrelated to RetroForth.