Skip to content

Commit ecba2c5

Browse files
Fix location of MOROS addition
This was accidentally added to 2020-06 instead of 2022-06.
1 parent 4b182c2 commit ecba2c5

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

content/this-month/2020-06/index.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -93,16 +93,6 @@ In June, I pushed two small improvements to the `blog_os` repository and the _Wr
9393

9494
There were also [lots of small contributions](https://github.com/phil-opp/blog_os/pulls?q=is%3Apr+is%3Aclosed+merged%3A2020-06-01..2020-07-01) this month that fixed typos and dead links and updated the Chinese translation. Thanks a lot to all contributors!
9595

96-
### [`vinc/moros`](https://github.com/vinc/moros)
97-
98-
<span class="gray">(Section written by [@vinc](https://github.com/vinc))</span>
99-
100-
MOROS is a text-based hobby operating system targeting computers with a x86-64 architecture and a BIOS. It is inspired by Unix and ITS but is closer to a modern DOS at the moment in term of features.
101-
102-
In the last month I finally managed to run rust programs (without alloc) inside the OS after being limited to nasm programs for a long time. This triggered a lot of refactoring and improvements in the shell and the lisp language used for scripting.
103-
104-
Next step will be publishing a 0.8.0 release and working on userspace allocation.
105-
10696
## Join Us?
10797

10898
Are you interested in Rust-based operating system development? Our `rust-osdev` organization is always open to new members and new projects. Just let us know if you want to join! A good way for getting in touch is our [gitter channel](https://gitter.im/rust-osdev/Lobby).

content/this-month/2022-06/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,16 @@ This month, ...
111111
* [`gpt_disk_types`](https://crates.io/crates/gpt_disk_types): all the GPT types defined by the UEFI specification
112112
* [`gpt_disk_io`](https://crates.io/crates/gpt_disk_io): types for reading and writing GPT data to an abstract block IO device.
113113

114+
### [`vinc/moros`](https://github.com/vinc/moros)
115+
116+
<span class="gray">(Section written by [@vinc](https://github.com/vinc))</span>
117+
118+
MOROS is a text-based hobby operating system targeting computers with a x86-64 architecture and a BIOS. It is inspired by Unix and ITS but is closer to a modern DOS at the moment in term of features.
119+
120+
In the last month I finally managed to run rust programs (without alloc) inside the OS after being limited to nasm programs for a long time. This triggered a lot of refactoring and improvements in the shell and the lisp language used for scripting.
121+
122+
Next step will be publishing a 0.8.0 release and working on userspace allocation.
123+
114124
## Join Us?
115125

116126
Are you interested in Rust-based operating system development? Our `rust-osdev` organization is always open to new members and new projects. Just let us know if you want to join! A good way for getting in touch is our [gitter channel](https://gitter.im/rust-osdev/Lobby).

0 commit comments

Comments
 (0)