Gregory Haerr
Gregory Haerr
Hello @andrewbird and @tkchia, > (I had considered treating the heap as part of the resident portion, but this is tricky to get right in the general case.) May I...
Hello @anchorz, Thanks for the fix for building `elf2elks` on M1. I'll look into add this as a patch to the build, since the elf2elks source is pulled from a...
> can you just simply add the patch in ELKS repository? Yes, thank you. I plan to do that.
Hello @castilma, > after taking one step, it seems the whole file is being executed as code, including the data in the beginning: Yes, that is exactly what's happening -...
Since ELKS is currently limited to a maximum of 16 processes, `httpd` is not automatically started with `net start`. If you want it, edit the `netstart=` line in /etc/net.cfg to...
Hello @rationalism, > The string "hd_drive_map" appears in the assembly file blk_drv.a, but it doesn't seem to be in the repo anywhere, `hd_drive_map` got renamed to `bios_drive_map`, possibly before v0.7.0,...
> Disabling the "BIOS disk driver" option in the config fixes it! That is strange! Enabling "BIOS disk driver" should fix it, not disabling. Something is off. Your config file...
While fixing #1795, I looked further into the posted undefined references, and have concluded this was only a problem in v0.7.0, and not reproducible under v0.8.0. So closing this issue.
> Compiling [r_draw.c](https://github.com/FrenkelS/Doom8088/blob/feature/gccia16/r_draw.c) with -O2 gives an error while all the other optimization levels succeed: Have you compiled r_draw.c with `FixedMul` not inlined, as is also done for Watcom C?...
Hello @zrafa, Porting microui to a software renderer involves writing a new "renderer" that is called from your main loop, where microui is used to create windows and then the...