dennix
dennix copied to clipboard
Dennix is a unix-like hobbyist operating system written from scratch.
Features needed in the shell that are used by configure scripts: - [x] `:` builtin - [x] redirection needs to work with all commands - [x] `case` statements - [x]...
How to import an external file into the system? I want to copy some projects into the system Dennix running on it and run them. how to do it?
This allows some features like mouse integration.
A process that changes the display mode should become the owner of the display and when that process dies the display should reset itself. The current way of resetting the...
ACPI is needed for many things including shutdown and proper hardware detection. Also my new laptop is missing some legacy devices that Dennix is using and fixing that will require...
Hi, there are any plans for support the features in the title? They would improve a lot the capabilities of the system. Keep it up, very good project
Even today the floppies are still being used, for example - as virtual floppies inside the coreboot open source BIOS. Just imagine: your wonderful OS could be a part of...
Polese, consider spending some time writing documentation. Documentation should cover: initialization and state of registers after boot. How virtual memory is managed and others important algorithms.
Syscalls currently don't check whether pointers they were given are accessible from userspace. This is a security issue since a userspace process might overwrite kernel code and other things it...
Every time I move the mouse or type something in the terminal (while running the GUI), there is ~1 second delay between me moving the mouse, and the cursor actually...