Commit Graph

  • 5dded4bda0 feat: graphics/net PnP, keyboard driver improvements daniel 2026-03-04 21:10:34 +01:00
  • 704b80ca4b feat: terminal performance improvements, add scrolling and tabs daniel 2026-03-04 16:46:11 +01:00
  • a682d83915 fix: switch image daniel 2026-03-04 14:42:51 +01:00
  • 9452aa9013 fix: fix spacing in about window daniel 2026-03-04 14:41:41 +01:00
  • c6a1c65fc6 fix: remove build date from settings app/about daniel 2026-03-04 14:39:24 +01:00
  • 4f71daa5db feat: revert image change daniel 2026-03-04 14:31:49 +01:00
  • 9124f396e6 feat: add new version image; update README daniel 2026-03-04 14:31:21 +01:00
  • d784d50ab4 feat: increment version number daniel 2026-03-04 14:29:49 +01:00
  • d98be158c8 fix: fix memory leaks daniel 2026-03-04 07:41:40 +01:00
  • 8bac847fa4 cleanup: remove unnecessary includes from kernel Main.cpp daniel 2026-03-03 20:34:14 +01:00
  • cd8f756574 cleanup: move some logic out of kernel Main.cpp into separate files/functions daniel 2026-03-03 20:30:59 +01:00
  • 9bb0bb6cc6 fix: remove image viewer app title bar in window daniel 2026-03-03 07:41:51 +01:00
  • 9a61ef4300 fix: fix wikipedia app text rendering bug for non-ASCII characters daniel 2026-03-01 17:03:38 +01:00
  • 3eb9164694 fix: fix file manager app drawing issue daniel 2026-03-01 13:11:29 +01:00
  • 28d8e67c41 fix: fix rare page faults caused by Window Server apps, change default wallpaper path daniel 2026-03-01 12:35:30 +01:00
  • e793955a0a fix: add ramdisk.tar to .gitignore daniel 2026-03-01 10:19:38 +01:00
  • debcf6a3d9 fix: remove redundant/test docs file daniel 2026-02-28 15:11:03 +01:00
  • 59e5371b55 feat: update readme image daniel 2026-02-28 14:31:55 +01:00
  • 8aaccdf334 feat: add gplv3 license; update README daniel 2026-02-28 14:28:03 +01:00
  • e6a4718a67 feat: add release build option daniel 2026-02-28 14:12:35 +01:00
  • 4bb6474d09 fix: update init printout, update README.md, new screenshot daniel 2026-02-28 12:09:59 +01:00
  • 4ac904e565 feat: rename 'ZenithOS' => 'MontaukOS' and fix build system issues daniel 2026-02-28 12:06:18 +01:00
  • 48bf14ee0e fix: continue fix page fault heap regression daniel 2026-02-28 00:14:28 +01:00
  • 21839ef987 fix: fix heap regression daniel 2026-02-27 23:51:46 +01:00
  • eea737e1f3 feat: add Font Preview app daniel 2026-02-27 19:17:09 +01:00
  • 3c384cf502 feat: jpeg image rendering, desktop backgrounds, fix memory regression daniel 2026-02-27 19:01:07 +01:00
  • 325afe2e3c feat: implement SYS_FREE daniel 2026-02-26 20:12:56 +01:00
  • e4f5cd7664 fix: scrolling direction consistency daniel 2026-02-26 18:36:04 +01:00
  • b01789a1f4 feat: add support for shutdown/reboot via UEFI Runtime Services daniel 2026-02-26 18:08:05 +01:00
  • 33c5d6037a fix: update README daniel 2026-02-24 07:45:52 +01:00
  • 1c6f4a64da fix: remove redundant ramdisk/ directory daniel 2026-02-24 07:26:31 +01:00
  • 467ce13ded fix: -bearssl ghost change daniel 2026-02-24 07:12:17 +01:00
  • bb1dca1d2c fix: update gitignore daniel 2026-02-24 07:09:54 +01:00
  • 73c3f5621a fix: interim README change daniel 2026-02-23 20:59:26 +01:00
  • 1568378d04 feat: split syscalls into files, change max process ceiling daniel 2026-02-22 17:23:35 +01:00
  • a001fa513d fix: various fixes daniel 2026-02-22 10:53:30 +01:00
  • 4a1d62c337 feat: common TLS library, weather app, UI scaling fix in Window Server, and more daniel 2026-02-21 13:05:28 +01:00
  • 2130334779 fix: GUI and kernel fixes, Wikipedia app rewrite, among other things daniel 2026-02-21 11:08:11 +01:00
  • 9e191f64a9 feat: TrueType (TTF) font rendering, many new desktop applications and DOOM support, among other improvements daniel 2026-02-20 22:46:41 +01:00
  • 40b596c0d3 fix: Remove object files from index daniel 2026-02-20 22:44:38 +01:00
  • 0106a9e881 feat: Desktop improvements daniel 2026-02-20 14:13:25 +01:00
  • 887a61bf33 feat: Fix USB mouse support, GUI wkipedia app, icon refresh, file manager improvements, more daniel 2026-02-20 11:33:06 +01:00
  • f018ab6e4d feat: desktop environment improvements daniel 2026-02-20 09:03:30 +01:00
  • 987a85da27 feat: rudimentary userspace desktop environment daniel 2026-02-20 00:48:51 +01:00
  • 47c6bdfa94 fix: Fix some shell weirdness daniel 2026-02-19 23:15:08 +01:00
  • 5810306e14 feat(kernel): Add USB devicde and keyboard/mouse support daniel 2026-02-19 23:06:18 +01:00
  • 9ca51596ea feat: userspace overhaul, Intel GPU driver, and more daniel 2026-02-19 15:46:49 +01:00
  • 010783429c feat: e100e Ethernet driver, ramdisk reorganization, shell rewrite, web server/client, and more daniel 2026-02-19 01:18:11 +01:00
  • 52c3cacd9e feat: Sockets, user-mode networking, IRC client application daniel 2026-02-18 18:35:34 +01:00
  • bae28e8188 feat: add time syscall & command in shell daniel 2026-02-18 17:34:36 +01:00
  • d5e5f4c9de fix: Temporary implementation for SYS_RESET syscall via triple fault daniel 2026-02-18 16:58:18 +01:00
  • d0e1542a93 fix: remove kernel mouse cursor demo, +add two future-implemented syscalls for shutdown & reset daniel 2026-02-18 16:52:44 +01:00
  • 8a1d90f390 feat: add license & legal/copyright manpage daniel 2026-02-18 15:31:26 +01:00
  • 023004dc9c feat(programs/shell): Shell improvements (inc. cwd support) daniel 2026-02-18 15:21:06 +01:00
  • fb8d16ee7b feat: expand user mode, add DOOM game, add manpages daniel 2026-02-18 15:13:53 +01:00
  • f384d4cf75 feat: scheduling, usermode, shell daniel 2026-02-17 19:17:01 +01:00
  • 20fa8a9be2 feat: add ethernet & TCP/IP stack daniel 2026-02-17 13:19:11 +01:00
  • f7e6ce70a0 feat: PCI-e, APIC timer daniel 2026-02-17 12:54:31 +01:00
  • a3859dc3c4 feat: Mouse cursor daniel 2026-02-17 12:45:04 +01:00
  • 641ec4681b feat: Local/IO APIC, PS/2 keyboard & mouse daniel 2026-02-17 12:44:31 +01:00
  • e2f059bf90 fix: Cross-compilation & build tools script, IoPort fix daniel 2026-02-17 11:15:43 +01:00
  • e8e89b27a7 fix: terminal fix, +docs daniel 2026-02-16 23:13:11 +01:00
  • ee0b8395a2 feat(Terminal): Add colored log level representation in KernelLogStream daniel 2025-12-06 18:12:02 +01:00
  • 8721194aeb fix(IDT): Fixed IDT reference bug daniel 2025-12-06 17:55:06 +01:00
  • bfcc74514b fix(kernel), feat(Timekeeping): Rely on system OVMF firmware for emulation, Rudimentary time zone support daniel 2025-12-06 17:41:58 +01:00
  • 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 daniel 2025-08-14 12:36:56 +02:00
  • 7f0e67782d fix: General fixes daniel 2025-08-07 21:26:50 +02:00
  • 4d98c6a7d6 fix(kernel/Terminal): Fix Terminal.cpp daniel 2025-06-12 08:22:30 +02:00
  • 9e5847c878 fix(kernel/Libraries): Make flanterm a proper submodule daniel 2025-06-12 08:22:09 +02:00
  • 0c9472e151 fix(kernel): Add support for Flanterm breaking change & remove redundant code in ACPI.cpp daniel 2025-06-12 08:16:29 +02:00
  • 0874aa8784 feat(ACPI): Add rudimentary ACPI support Daniel Hammer 2025-05-08 19:20:19 +02:00
  • d63addfb64 fix(vmm): Fix crash on CR3 loading Daniel Hammer 2025-04-18 14:20:17 +02:00
  • 2515149f28 feat(vmm): Add Paging support Daniel Hammer 2025-04-17 21:54:25 +02:00
  • 0b77abfc23 feat(io): IoPort Daniel Hammer 2025-04-16 18:54:48 +02:00
  • fcd81be1c5 feat: Various improvements Daniel Hammer 2025-04-16 10:32:11 +02:00
  • 35cf3f7c80 fix(heap): Fix HeapAllocator class Daniel Hammer 2025-04-15 20:45:34 +02:00
  • 2e45efe855 fix(kcp): Remove noHeapVector Daniel Hammer 2025-03-15 11:32:27 +01:00
  • ff347b1da5 feat(heap): Create new HeapAllocator implementation Daniel Hammer 2025-03-15 11:29:05 +01:00
  • 2b6c2fa827 feat(kcp, pfa): Add kcp::Spinlock class Daniel Hammer 2025-03-12 19:55:05 +01:00
  • bd8a1fdbca feat(pfa, kcp): Add kcp::NoMallocVector and realloc in PFA Daniel Hammer 2025-03-12 17:18:31 +01:00
  • 53739b0059 readme: Remove readme picture Daniel Hammer 2025-03-12 15:21:51 +01:00
  • bf2cf6a59e feat(pfa): Add PageFrameAllocator class Daniel Hammer 2025-03-12 14:34:48 +01:00
  • 6efcd1d883 feat(readme): describe image Daniel Hammer 2025-03-11 20:15:00 +01:00
  • cf95c14936 feat(readme): change tickboxes Daniel Hammer 2025-03-11 20:13:08 +01:00
  • 164e7734b3 feat(readme): revamp readme Daniel Hammer 2025-03-11 20:12:12 +01:00
  • cc094a9172 fix(kcp, IDT, Heap, kernel): Various fixes, scrap broken memory allocator Daniel Hammer 2025-03-11 20:00:04 +01:00
  • b774f82625 fix(IDT): Fix use of runtime loop Daniel Hammer 2025-03-08 10:46:19 +01:00
  • 942adef65f feat(IDT): IDT and exception handling support Daniel Hammer 2025-03-08 10:40:12 +01:00
  • 3656df42bc feat(kernel): Add Objective C development support Daniel Hammer 2025-03-08 01:03:14 +01:00
  • cda77e7947 feat(kcp): Add size method to kcp::vector Daniel Hammer 2025-03-08 00:22:04 +01:00
  • 04087ff188 fix: Resolve warnings in multiple components Daniel Hammer 2025-03-08 00:19:16 +01:00
  • 88f7862a53 fix(Memmap): Cleanup Daniel Hammer 2025-03-08 00:14:44 +01:00
  • da424ae7b3 fix(Heap): Remove target architecture check in HeapAllocator Daniel Hammer 2025-03-08 00:13:38 +01:00
  • a567bd8437 fix: Project restructuring Daniel Hammer 2025-03-08 00:09:27 +01:00
  • 8cbb8d4472 fix: Various general fixes and changes Daniel Hammer 2025-03-07 23:57:20 +01:00
  • 6c5f6ecd47 fix(kcp): Various kcp fixes Daniel Hammer 2025-03-07 23:51:39 +01:00
  • a8f0bb4454 feat(kcp): Vector class outline Daniel Hammer 2025-03-01 19:29:34 +04:00
  • c3030ec15d fix(heap, readme): MemoryAllocator => Heap, update readme Daniel Hammer 2025-03-01 15:27:54 +04:00
  • db005c0404 fix: str() => cstr() in cstringstream Daniel Hammer 2025-03-01 03:44:22 +04:00
  • fa0bf6df99 Update readme Daniel Hammer 2025-03-01 03:43:05 +04:00