Skip to content

Commit bb0b38e

Browse files
committed
Merge branch 'next' into redox-241231
2 parents 0850cfc + f5d4cde commit bb0b38e

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

collect-changes/Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

content/this-month/2024-12/index.md

+15
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Please follow this template:
3232
- (optional) Some additional context
3333
-->
3434

35+
- [This Month in Redox OS - December 2024](https://www.redox-os.org/news/this-month-241231/)
3536
- Funding Opportunities - with [Redox OS](https://redox-os.org/) or on your own
3637
- The NGI Zero Commons Fund and NGI Zero Fediversity Fund each have a call for proposals with a Feb. 1 deadline.
3738
If the proposal is successful, it would be to start roughly in June or July (based on our experience) and run for up to 12 months,
@@ -88,6 +89,20 @@ In this section, we describe updates to Rust OS projects that are not directly r
8889
...<<your project updates>>...
8990
-->
9091

92+
### [`roeeshoshani/genesis`](https://github.com/roeeshoshani/genesis)
93+
<span class="maintainers">(Section written by [@roeeshoshani](https://github.com/roeeshoshani))</span>
94+
95+
`genesis` is a bare metal firmware implementation for mips. it implements everything from the bottom up, from
96+
initializing the cpu caches, to configuring pci devices and the interrupt controller.
97+
98+
i noticed that every kernel implementation is always for x86, so i decided to implement it for something a
99+
little more esoteric - mips.
100+
101+
the project is currently in very early stages but the basics are there.
102+
103+
it is my hobby project for me to learn about embedded programming.
104+
105+
feel free to follow along the development of it :).
91106

92107
## Join Us?
93108

0 commit comments

Comments
 (0)