• Joined on 2026-04-08
daniel pushed to master at daniel/montaukos.org 2026-08-22 13:29:01 +02:00
9df564d052 remove redundant slideshow javascript; add static news section
daniel pushed to main at daniel/MontaukOS 2026-08-22 12:47:18 +02:00
8a74b771e1 fix: update template, prevent double-spaced persisted kernel logs
daniel pushed to master at daniel/montaukos.org 2026-08-22 07:45:16 +02:00
5f96c7fdd8 add website
daniel created branch master in daniel/montaukos.org 2026-08-22 07:45:16 +02:00
daniel created repository daniel/montaukos.org 2026-08-22 07:44:55 +02:00
daniel pushed to main at daniel/MontaukOS 2026-08-22 07:36:52 +02:00
903218168d split montaukos.org website out of OS source tree
daniel pushed to main at daniel/MontaukOS 2026-08-15 21:18:10 +02:00
cc90b34fdb cleanup: update stale comments
daniel pushed to main at daniel/MontaukOS 2026-08-15 16:50:41 +02:00
788b662d44 fix: reduce idle CPU wakeups and deferred-work polling
daniel pushed to main at daniel/MontaukOS 2026-08-15 16:36:14 +02:00
f7677ac3f1 fix: fix timezone formatting bug
daniel pushed to main at daniel/MontaukOS 2026-08-15 16:35:03 +02:00
af7d096969 fix: fix ACPI hardware-ID endianness bug
daniel pushed to main at daniel/MontaukOS 2026-08-15 11:21:19 +02:00
c917af0629 feat: login - write system log to disk (0:/os/logs/montaukos) during shutdown, limit disk flush stage to non-ramdisk storage devices
daniel pushed to main at daniel/MontaukOS 2026-08-14 19:14:53 +02:00
f6be9e2563 cleanup: remove dead code in Api/Process.hpp, remove redundant logtest program
daniel pushed to main at daniel/MontaukOS 2026-08-14 18:39:04 +02:00
39a56153b4 fix: consistency in Files app volume labeling
daniel pushed to main at daniel/MontaukOS 2026-08-14 18:37:32 +02:00
724029cacb feat: add userspace system logging, rename klog to syslog, rename relevant syscalls and API functions
daniel pushed to main at daniel/MontaukOS 2026-08-14 11:28:37 +02:00
8e45d43116 refactor: kernel entry point - add architecture preprocessor checks and move module to Boot
daniel pushed to main at daniel/MontaukOS 2026-08-14 10:33:26 +02:00
0f81276efc feat: add inherited sessions and desktop session teardown
daniel pushed to main at daniel/MontaukOS 2026-08-14 09:12:59 +02:00
f8ded3c30e readme - update readme image
daniel pushed to main at daniel/MontaukOS 2026-08-13 18:10:05 +02:00
e3ef1b81ad fix: fix text overlap bug in file dialogs and remove unnecessary hint in Keyboard applet
daniel pushed to main at daniel/MontaukOS 2026-08-13 17:57:52 +02:00
821543238d feat: add keyboard layout support
86e3ebfe33 feat: release notes for 0.1.9; NetSurf license notices; bump version to 0.2.0
Compare 2 commits »
daniel pushed to main at daniel/MontaukOS 2026-08-12 18:35:19 +02:00
a28b8ad0b2 fix: fix ramdisk readdir inconsistency.