feat: update readme

This commit is contained in:
2026-07-08 18:31:32 +02:00
parent d37aafcc7b
commit 4f2bc72dc9
+2 -2
View File
@@ -27,8 +27,8 @@ MontaukOS is an operating system written in modern C++. It runs on bare metal an
* Userspace Music app with support for MP3 and WAV files
* 2D game engine and demo game with fantasy tileset
## Ideology
## Goal
The goal of the MontaukOS project is to create a modern and unique operating system that runs on both emulators and on real hardware. The kernel and included userspace applications are written in modern C++.
## History and methodology
Development started in early 2025, with the first published GitHub commit being on Feb 27, 2025. In early 2026, Claude Opus 4.6 began being used to accelerate development of the kernel and userspace.
Development started in early 2025, as a hand-written toy kernel. The first published Git commit was on Feb 27, 2025. In early 2026, Claude Opus 4.6 began being used to accelerate development of the kernel and userspace.