diff --git a/README.md b/README.md index 6c01088..610b607 100644 --- a/README.md +++ b/README.md @@ -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 screenshot](images/MontaukOS.png) \ No newline at end of file diff --git a/images/MontaukOS.png b/images/MontaukOS.png new file mode 100644 index 0000000..aa1a6d8 Binary files /dev/null and b/images/MontaukOS.png differ diff --git a/programs/src/init/main.cpp b/programs/src/init/main.cpp index 394456a..7bb7e33 100644 --- a/programs/src/init/main.cpp +++ b/programs/src/init/main.cpp @@ -148,7 +148,7 @@ static bool run_service(const char* path, const char* name) { extern "C" void _start() { - log_info("The MontaukOS Operating System"); + log_info("The Montauk Operating System"); // ---- Stage 1: Network configuration ---- run_service("0:/os/dhcp.elf", "dhcp"); diff --git a/ramdisk.tar b/ramdisk.tar index e181439..fd2fb74 100644 Binary files a/ramdisk.tar and b/ramdisk.tar differ