Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
hhuOS-v0.5.0.tar.gz | 2024-07-15 | 7.9 MB | |
README.md | 2024-07-15 | 1.1 kB | |
v0.5.0 - Draco source code.tar.gz | 2024-07-15 | 1.1 MB | |
v0.5.0 - Draco source code.zip | 2024-07-15 | 1.9 MB | |
Totals: 4 Items | 10.9 MB | 0 |
Kernel - Migrate to lower half kernel - Use (writable) virtual disk drives instead of initrd
Filesystem - Implement ISO9660 driver - Implement non-blocking read
Devices - Improve IDE performance - Implement AHCI driver - Implement ATAPI support for IDE and AHCI - Fix BIOS calls on real hardware - Implement resolution switching via VBE - Implement basic APM support (shutdown) - Implement NE2000 driver - Bugfix in network packet memory management - Implement more precise wait() function via PIT and ACPI timer
Applications
- Implement 2D particle engine for games
- Improve ANSI compatibility of terminal
- Implement support for special keys like arrows, home, end, etc. in shell
- Parse arguments in quotation marks in shell
- Implement basic auto completion for commands in shell
- Add new fonts for graphical applications
- Implement support for keyboard layouts (starting with DE and US)
- Print stack trace, when an exception occurs
- Implement network benchmark nettest
Miscellaneous - Various bugfixes and performance improvements