feat: add gplv3 license; update README

This commit is contained in:
2026-02-28 14:28:03 +01:00
parent adec704b49
commit ea6864be30
2 changed files with 641 additions and 9 deletions
+16 -1
View File
@@ -1,4 +1,19 @@
# 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.png)
## Features
* Modern preemptive multitasking kernel
* Userspace with desktop environment and command line
* PCI-e support and drivers for Intel GPU and e100e Ethernet for graphics and networking on real hardware
* 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
* 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
* Command-line IRC client
* Live viewable kernel log from GUI
* Mandelbrot set renderer