Dennis Wölfing
Dennis Wölfing
I have implemented parsing of the RSDT, MADT and HPET tables. This allows us to detect the APIC, I/O APIC and HPET, which is enough to make Dennix work properly...
Hi, thanks for the kind words. Shared mmap and threads are things that I want to implement at some point but it will probably take some time until I get...
Redirections have now been implemented for compound commands and builtins.
All shell features originally listed in this issue have now been implemented. What is missing to successfully run configure scripts are some utilities like `sed`, `grep`, `awk` and `expr`. Another...
There are two ways to access a file from within Dennix: 1. Adding a file to the initrd. When building Dennix all files in the sysroot directory are packed into...
Done. Simple configure scripts can now be run without workarounds.
It is unfortunately a known issue that the GUI does not have good performance. The cause for the mouse lag is that the window is being redrawn for every mouse...