Commit Graph

38 Commits

Author SHA1 Message Date
daniel 868d0fd4f5 refactor: move filesystem discovery code into separate module 2026-04-01 13:15:31 +02:00
daniel 346977a0f9 feat: implement new IPC layer 2026-04-01 13:11:03 +02:00
daniel f902ab48a1 fix: improve scheduling, memory, timer implementations 2026-03-24 07:40:37 +01:00
daniel 63d9270613 feat: Symmetric Multiprocessing, text editor improvements, merge doom libc, implement math functions 2026-03-23 20:09:11 +01:00
daniel b5d2cc515c feat: add experimental game engine & demo game, fix ACPI events 2026-03-18 14:26:50 +01:00
daniel 261b536041 feat: multi-user system, bug fixes, security & performance fixes, and more 2026-03-14 13:28:46 +01:00
daniel 576ad34f95 feat: Intel HDA audio driver, audio streaming syscalls, userspace Music app, fixes and improvements, rudimentary Bluetooth support 2026-03-10 17:14:33 +01:00
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 b560712ecf feat: Ahci, ACPI shutdown 2026-03-06 23:39:35 +01:00
daniel fcb6f8e247 feat: graphics/net PnP, keyboard driver improvements 2026-03-04 21:10:34 +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 30e73fcdcc feat: add support for shutdown/reboot via UEFI Runtime Services 2026-02-26 18:08:05 +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 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 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 Hammer 0874aa8784 feat(ACPI): Add rudimentary ACPI support 2025-05-08 19:20:19 +02:00
Daniel Hammer d63addfb64 fix(vmm): Fix crash on CR3 loading 2025-04-18 14:20:17 +02:00
Daniel Hammer 2515149f28 feat(vmm): Add Paging support 2025-04-17 21:54:25 +02:00
Daniel Hammer 0b77abfc23 feat(io): IoPort 2025-04-16 18:54:48 +02:00
Daniel Hammer fcd81be1c5 feat: Various improvements 2025-04-16 10:32:11 +02:00
Daniel Hammer ff347b1da5 feat(heap): Create new HeapAllocator implementation 2025-03-15 11:29:05 +01:00
Daniel Hammer 2b6c2fa827 feat(kcp, pfa): Add kcp::Spinlock class 2025-03-12 19:55:05 +01:00
Daniel Hammer bd8a1fdbca feat(pfa, kcp): Add kcp::NoMallocVector and realloc in PFA 2025-03-12 17:18:31 +01:00
Daniel Hammer bf2cf6a59e feat(pfa): Add PageFrameAllocator class 2025-03-12 14:34:48 +01:00
Daniel Hammer 164e7734b3 feat(readme): revamp readme 2025-03-11 20:12:12 +01:00
Daniel Hammer cc094a9172 fix(kcp, IDT, Heap, kernel): Various fixes, scrap broken memory allocator 2025-03-11 20:00:04 +01:00