fix: update init printout, update README.md, new screenshot
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||

|

|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 1.3 MiB |
@@ -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
Binary file not shown.
Reference in New Issue
Block a user