Gregory Haerr

Results 674 comments of Gregory Haerr

> I mean, which of them "write" to the real screen? For example, r_clear(), clear the whole real screen? I do not know exactly what does each one. You can...

Hello @0ffthemap, hello @bocke, Thanks for the information. I would guess that the problem is likely in NXLIB, that portion of Nano-X that converts X11 function calls into the Nano-X...

Hello @tkchia, > I have not quite been able to verify whether gmake works better on macOS than just plain make Currently, `Makefile` requires that a version of `make` greater...

Hello @dmsc, > this is the disassembly of the function Nice analysis! > it only crashes on any processor without 32 bit support > if the offending instruction is replaced...

> I'm guessing its because you want the specific error return code from the call to create? Yes. In the kernel, errors are returned as negative error numbers: ``` if...

Hello @skiselev, Is your testing image from the v0.6.0 release images, or the latest source? There have been significant changes made to the NE2K driver since v0.6.0. I have attached...

Hello @cathoderaydude, IIRC, @vutshi had issues very similar to this when running on an ancient (Russian or German?) machine with an XTIDE BIOS. I will have to look in the...

[Here's the issue](https://github.com/ghaerr/elks/issues/1619) https://github.com/ghaerr/elks/issues/1619.

Hello @anchorz, Thank you for the bug report on building `ia16-elf-gcc`. The toolchain itself is actually maintained by @tkchia over at https://github.com/tkchia/gcc-ia16; this should probably be reported there. Lets see...

Unfortunately, I only have x86 apple hardware and don't have way to test or I gladly would. Could you elaborate a bit on the problems you're having? I would like...