chore: update readme

This commit is contained in:
2026-07-29 10:15:01 +01:00
parent e9d8c66ff5
commit 826ecba43a
+2
View File
@@ -26,6 +26,8 @@ MontaukOS is an operating system written in modern C++. It runs on bare metal an
* PDF viewer app with full support for text (inc. baked-in TrueType fonts) and some graphics * PDF viewer app with full support for text (inc. baked-in TrueType fonts) and some graphics
* Userspace Music app with support for MP3 and WAV files * Userspace Music app with support for MP3 and WAV files
* 2D game engine and demo game with fantasy tileset * 2D game engine and demo game with fantasy tileset
* Lua 5.4 interpreter port
* gcc/g++/GNU binutils ports
## Goal ## 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++. 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++.