diff --git a/GNUmakefile b/GNUmakefile index 5903f97..a5d8559 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -8,7 +8,7 @@ ARCH := x86_64 # Default user QEMU flags. These are appended to the QEMU command calls. QEMUFLAGS := -m 2G -d int -D qemu.log -override IMAGE_NAME := os220-$(ARCH) +override IMAGE_NAME := montauk-$(ARCH) # Toolchain for building the 'limine' executable for the host. HOST_CC := cc diff --git a/README.md b/README.md index da5c6bc..6c01088 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# The ZenithOS Operating System -ZenithOS 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. +# The MontaukOS 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. - \ No newline at end of file + \ No newline at end of file diff --git a/docs/building.md b/docs/building.md index d1bc175..7e00278 100644 --- a/docs/building.md +++ b/docs/building.md @@ -1,4 +1,4 @@ -# Building ZenithOS +# Building MontaukOS ## Build Dependencies @@ -43,8 +43,8 @@ sudo apt install build-essential nasm git curl xorriso mtools gdisk qemu-system- 1. Clone the repository: ```bash - git clone https://github.com/danihamm/ZenithOS.git - cd ZenithOS + git clone https://github.com/danihamm/MontaukOS.git + cd MontaukOS ``` 2. Build the ISO: diff --git a/docs/userspace.html b/docs/userspace.html index 3fe51f6..0b57510 100644 --- a/docs/userspace.html +++ b/docs/userspace.html @@ -3,7 +3,7 @@
-