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
@@ -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");