fix: update init printout, update README.md, new screenshot

This commit is contained in:
2026-02-28 12:09:59 +01:00
parent 83016847b4
commit d802042759
4 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# The MontaukOS Operating System # 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 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)
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

+1 -1
View File
@@ -148,7 +148,7 @@ static bool run_service(const char* path, const char* name) {
extern "C" void _start() { extern "C" void _start() {
log_info("The MontaukOS Operating System"); log_info("The Montauk Operating System");
// ---- Stage 1: Network configuration ---- // ---- Stage 1: Network configuration ----
run_service("0:/os/dhcp.elf", "dhcp"); run_service("0:/os/dhcp.elf", "dhcp");
BIN
View File
Binary file not shown.