Commit Graph

130 Commits

Author SHA1 Message Date
daniel 807c2602fe feat: ext2 filesystem, installer updates, add update feature, and more 2026-03-08 14:41:36 +01:00
daniel 1edbec3c66 feat: MontaukOS installer app, toml config, app directory with manifests, and more 2026-03-08 12:06:29 +01:00
daniel 4d0177d55e feat: GPT, FAT32 driver, disks app, userspace adapted for multiple drives, and more 2026-03-07 15:58:27 +01:00
daniel 8c5c259f5d fix: make ACPI shutdown compliant with spec 2026-03-06 23:44:46 +01:00
daniel b560712ecf feat: Ahci, ACPI shutdown 2026-03-06 23:39:35 +01:00
daniel 31a79d922f fix: handle more paging cases 2026-03-06 22:46:24 +01:00
daniel 56fea336d6 fix: memory and other improvements 2026-03-06 22:09:11 +01:00
daniel 729c227b35 feat: spreadsheet cell resizing 2026-03-06 16:46:15 +01:00
daniel ead7d296f7 feat: add word processor, spreadsheet, kernel and userspace memory improvements 2026-03-05 19:18:11 +01:00
daniel fcb6f8e247 feat: graphics/net PnP, keyboard driver improvements 2026-03-04 21:10:34 +01:00
daniel ec820884be feat: increment version number 2026-03-04 14:29:49 +01:00
daniel 624b1e7e69 fix: fix memory leaks 2026-03-04 07:41:40 +01:00
daniel eb69bdb5fb cleanup: remove unnecessary includes from kernel Main.cpp 2026-03-03 20:34:14 +01:00
daniel b0e6dd040d cleanup: move some logic out of kernel Main.cpp into separate files/functions 2026-03-03 20:30:59 +01:00
daniel 83016847b4 feat: rename 'ZenithOS' => 'MontaukOS' and fix build system issues 2026-02-28 12:06:18 +01:00
daniel 1809ae55e5 fix: continue fix page fault heap regression 2026-02-28 00:14:28 +01:00
daniel ca85553eec fix: fix heap regression 2026-02-27 23:51:46 +01:00
daniel e95089192f feat: jpeg image rendering, desktop backgrounds, fix memory regression 2026-02-27 19:01:07 +01:00
daniel f28b850db2 feat: implement SYS_FREE 2026-02-26 20:12:56 +01:00
daniel 4345fd1eb0 fix: scrolling direction consistency 2026-02-26 18:36:04 +01:00
daniel 30e73fcdcc feat: add support for shutdown/reboot via UEFI Runtime Services 2026-02-26 18:08:05 +01:00
daniel 114aa37ef8 feat: split syscalls into files, change max process ceiling 2026-02-22 17:23:35 +01:00
daniel 99f231acd2 fix: various fixes 2026-02-22 10:53:30 +01:00
daniel e0bfc97f0f feat: common TLS library, weather app, UI scaling fix in Window Server, and more 2026-02-21 13:06:53 +01:00
daniel 9d5e7eac8d fix: GUI and kernel fixes, Wikipedia app rewrite, among other things 2026-02-21 11:08:11 +01:00
daniel 596be25eaf feat: TrueType (TTF) font rendering, many new desktop applications and DOOM support, among other improvements 2026-02-20 22:46:41 +01:00
daniel fca150e059 feat: Desktop improvements 2026-02-20 14:13:25 +01:00
daniel 4c6b783832 feat: Fix USB mouse support, GUI wkipedia app, icon refresh, file manager improvements, more 2026-02-20 11:33:06 +01:00
daniel 6eebc64863 feat: rudimentary userspace desktop environment 2026-02-20 00:48:51 +01:00
daniel d7b17d9a61 feat(kernel): Add USB devicde and keyboard/mouse support 2026-02-19 23:06:18 +01:00
daniel cae7dd352e feat: userspace overhaul, Intel GPU driver, and more 2026-02-19 15:46:49 +01:00
daniel d355d376f9 feat: e100e Ethernet driver, ramdisk reorganization, shell rewrite, web server/client, and more 2026-02-19 01:18:11 +01:00
daniel 1a5d943649 feat: Sockets, user-mode networking, IRC client application 2026-02-18 18:35:34 +01:00
daniel dfa86b272c feat: add time syscall & command in shell 2026-02-18 17:34:36 +01:00
daniel ea0d909f68 fix: Temporary implementation for SYS_RESET syscall via triple fault 2026-02-18 16:58:18 +01:00
daniel 3295b9970b fix: remove kernel mouse cursor demo, +add two future-implemented syscalls for shutdown & reset 2026-02-18 16:52:44 +01:00
daniel 24af60d669 feat: expand user mode, add DOOM game, add manpages 2026-02-18 15:13:53 +01:00
daniel 605fbcbe42 feat: scheduling, usermode, shell 2026-02-17 19:17:01 +01:00
daniel 20fa8a9be2 feat: add ethernet & TCP/IP stack 2026-02-17 13:19:11 +01:00
daniel f7e6ce70a0 feat: PCI-e, APIC timer 2026-02-17 12:54:31 +01:00
daniel a3859dc3c4 feat: Mouse cursor 2026-02-17 12:45:04 +01:00
daniel 641ec4681b feat: Local/IO APIC, PS/2 keyboard & mouse 2026-02-17 12:44:31 +01:00
daniel e2f059bf90 fix: Cross-compilation & build tools script, IoPort fix 2026-02-17 11:15:43 +01:00
daniel e8e89b27a7 fix: terminal fix, +docs 2026-02-16 23:13:11 +01:00
daniel ee0b8395a2 feat(Terminal): Add colored log level representation in KernelLogStream 2025-12-06 18:12:02 +01:00
daniel 8721194aeb fix(IDT): Fixed IDT reference bug 2025-12-06 17:55:06 +01:00
daniel bfcc74514b fix(kernel), feat(Timekeeping): Rely on system OVMF firmware for emulation, Rudimentary time zone support 2025-12-06 17:41:58 +01:00
daniel 18ab628682 feat(Terminal): Enhance terminal UI with panel updates and new BoxUI utility functions
feat(Timekeeping): Implement time initialization and month string representation
refactor(Panic): Improve panic output formatting and add boxed UI elements
refactor(UEFI): Expand UEFI header and structure definitions for better clarity
refactor(IoPort): Comment out unimplemented IO functions for future work
2025-08-14 12:36:56 +02:00
daniel 7f0e67782d fix: General fixes 2025-08-07 21:26:50 +02:00
daniel 4d98c6a7d6 fix(kernel/Terminal): Fix Terminal.cpp 2025-06-12 08:22:30 +02:00