diff --git a/Cargo.lock b/Cargo.lock index d471cf8c..294343fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -299,7 +299,7 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "moros" -version = "0.10.4" +version = "0.11.0" dependencies = [ "acpi", "aml", diff --git a/Cargo.toml b/Cargo.toml index 5f0c7490..702eb5c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "moros" description = "MOROS: Obscure Rust Operating System" -version = "0.10.4" +version = "0.11.0" authors = ["Vincent Ollivier <v@vinc.cc>"] edition = "2018" license = "MIT" diff --git a/doc/manual.md b/doc/manual.md index 4677c382..8cabe71c 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -5,7 +5,7 @@ During boot MOROS will display its version followed by the memory layout, memory size, processor, devices, network cards, disks, and the real time clock. - [0.250962] SYS MOROS v0.10.4-89-g6b3f825 + [0.250962] SYS MOROS v0.11.0 [0.254961] MEM [0x00000000000000-0x00000000000FFF] FrameZero [0.255961] MEM [0x00000000001000-0x00000000004FFF] PageTable [0.256961] MEM [0x00000000005000-0x00000000014FFF] Bootloader @@ -50,7 +50,7 @@ commands to test the system or `install` to setup the / > install - Welcome to MOROS v0.10.4 installation program! + Welcome to MOROS v0.11.0 installation program! Proceed? [y/N] y diff --git a/www/manual.html b/www/manual.html index 32399e63..f10d29b7 100644 --- a/www/manual.html +++ b/www/manual.html @@ -13,7 +13,7 @@ <h2>Boot</h2> <p>During boot MOROS will display its version followed by the memory layout, memory size, processor, devices, network cards, disks, and the real time clock.</p> - <pre><code>[0.250962] SYS MOROS v0.10.4-89-g6b3f825 + <pre><code>[0.250962] SYS MOROS v0.11.0 [0.254961] MEM [0x00000000000000-0x00000000000FFF] FrameZero [0.255961] MEM [0x00000000001000-0x00000000004FFF] PageTable [0.256961] MEM [0x00000000005000-0x00000000014FFF] Bootloader @@ -59,7 +59,7 @@ <h2>Installation</h2> / > install -Welcome to MOROS v0.10.4 installation program! +Welcome to MOROS v0.11.0 installation program! Proceed? [y/N] y