feat: update readme image

This commit is contained in:
2026-02-28 14:31:55 +01:00
parent ea6864be30
commit 22dc656daa
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
# The Montauk Operating System
MontaukOS is a hobbyist operating system written in modern C++. It runs on bare metal and supports various applications, including DOOM, a Wikipedia client, and standard desktop utilities.
![MontaukOS screenshot](images/MontaukOS.png)
![MontaukOS screenshot](images/MontaukOS-2.png)
## Features
* Modern preemptive multitasking kernel
@@ -10,7 +10,7 @@ MontaukOS is a hobbyist operating system written in modern C++. It runs on bare
* Support for USB including input devices (keyboard/mouse), along with PS/2 input support
* VFS using numbered drive identifiers with ramdisk support
* Support for UEFI Runtime Services, including power management calls (shutdown/reboot)
* Customizable desktop environment with 12 graphical apps, including a terminal emulator, file manager, Wikipedia client, weather app, DOOM, and more
* Customizable desktop environment with 12+ graphical apps, including a terminal emulator, file manager, Wikipedia client, weather app, DOOM, and more
* Modern icon pack (Flat Remix) used in desktop environment
* Support for TrueType font, JPEG image, and SVG icon rendering
* Networking including TCP/IP stack, UDP, DNS, DHCP and TLS via BearSSL