User:Demindiro: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
Content added Content deleted
No edit summary
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
Hello! I'm a hobbyist OS developer. My interest got piqued when someone else showed their OS and since then I've been reading about OS development & toying around with my own OS project.
Hello! I'm a hobbyist OS developer. My interest got piqued when someone else showed their OS and since then I've been reading about OS development & toying around with my own OS project.


== Notes & stuff ==

[[User:Demindiro/RISC-V Notes]]


== Wiki pages I'm working on ==
== Wiki pages I'm working on ==
Line 6: Line 9:
* [https://wiki.osdev.org/User:Demindiro/SBI SBI]
* [https://wiki.osdev.org/User:Demindiro/SBI SBI]


* [https://wiki.osdev.org/User:Demindiro/Porting_Rust_standard_library Porting Rust standard library]

* [https://wiki.osdev.org/User:Demindiro/DisplayPort DisplayPort]

== My OS ==

My OS is [https://norost.com/ Norost B], an object-oriented OS built around a microkernel.

* [https://git.sr.ht/~demindiro/norost-b sourcehut]

* [https://github.com/Demindiro/norost-b Github]


== Graveyard ==
== Graveyard ==

Latest revision as of 17:53, 17 June 2022

Hello! I'm a hobbyist OS developer. My interest got piqued when someone else showed their OS and since then I've been reading about OS development & toying around with my own OS project.

Notes & stuff

User:Demindiro/RISC-V Notes

Wiki pages I'm working on

My OS

My OS is Norost B, an object-oriented OS built around a microkernel.

Graveyard

These are my attempts that I have scrapped so far:

Norost A

The first attempt at writing an OS. I went in pretty much blind as I haven't written an OS nor read much about OSDev in general. I ended up cancelling it as the design was incomplete and I was piling hacks upon hacks to get things to work.


See also