Gregory Haerr
Gregory Haerr
Hello @tkchia and @mfld-fr, > do you think there is utility in having gcc-ia16 directly support writing programs to be burnt onto EPROMs? When the ELKS kernel is configured for...
Here's microui ported to the Microwindows/Nano-X small-footprint graphical windowing environment using text and fillrect only: Microui ported to Nano-X is is here: https://github.com/ghaerr/microui Microwindows is here: https://github.com/ghaerr/microwindows Thank you!
Hello @tkchia, > Thus the above code will cause a segment relocation to be emitted. I see the code emitted which causes a segment relocation to be: ``` movw $"x!"@SEG,...
I'm pretty sure ftp does work on ELKS, but you're probably running into "host forwarding" problems with QEMU, which prohibit loopback network packets from working. The solution to this is...
> Update: Think I figured this out. Had to start the ftpd daemon with the ftpd -q flag for QEMU. Seems to be working great now. OK, didn't see this...
> But this -q flag should be documented somewhere or configurable. I was about to update the wiki when I noticed that running `ftpd -q` is already documented as required...
Hello @and3rson, Yes, this approach should work well, at least for experimentation. It will be interesting to see how much INT 0x88 needs to be expanded for getting/setting parameters outside...
Hi @and3rson, are you still interested in moving forward on this? Thank you!
Hello @tkchia, Pursuant to our discussion in https://github.com/jart/cosmopolitan/pull/637#issuecomment-1258555039, I've attached a single-file console emulator `fbe.c` built on top of the SDL library that emulates the IBM PC adapter RAM text...
Hello @tkchia, > I can imagine the desire to display unicode glyphs > I would be a bit wary of adding too much high-level functionality to the VGA output code....