Skip to content

Commit

Permalink
Bump version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vinc committed Dec 21, 2024
1 parent 4b45d67 commit f5b15f9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "moros"
description = "MOROS: Obscure Rust Operating System"
version = "0.10.4"
version = "0.11.0"
authors = ["Vincent Ollivier <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions doc/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions www/manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -59,7 +59,7 @@ <h2>Installation</h2>

/
&gt; install
Welcome to MOROS v0.10.4 installation program!
Welcome to MOROS v0.11.0 installation program!

Proceed? [y/N] y

Expand Down

0 comments on commit f5b15f9

Please sign in to comment.