Compare commits

...

2 Commits

Author SHA1 Message Date
Stefane Fermigier eabe86175f
Merge eb7630a098 into a8bc6fbcf1 2025-07-11 15:34:33 +08:00
Stefane Fermigier eb7630a098
Add the "Cleese" OS in Python (old) project 2023-05-16 10:08:01 +02:00
1 changed files with 1 additions and 0 deletions

View File

@ -273,6 +273,7 @@ It's a great way to learn.
* [**C**: _Operating systems development for Dummies_](https://medium.com/@lduck11007/operating-systems-development-for-dummies-3d4d786e8ac) * [**C**: _Operating systems development for Dummies_](https://medium.com/@lduck11007/operating-systems-development-for-dummies-3d4d786e8ac)
* [**C++**: _Write your own Operating System_](https://www.youtube.com/playlist?list=PLHh55M_Kq4OApWScZyPl5HhgsTJS9MZ6M) [video] * [**C++**: _Write your own Operating System_](https://www.youtube.com/playlist?list=PLHh55M_Kq4OApWScZyPl5HhgsTJS9MZ6M) [video]
* [**C++**: _Writing a Bootloader_](http://3zanders.co.uk/2017/10/13/writing-a-bootloader/) * [**C++**: _Writing a Bootloader_](http://3zanders.co.uk/2017/10/13/writing-a-bootloader/)
* [**Python**: _Cleese - an operating system in Python_](https://github.com/jtauber/cleese)
* [**Rust**: _Writing an OS in Rust_](https://os.phil-opp.com/) * [**Rust**: _Writing an OS in Rust_](https://os.phil-opp.com/)
* [**Rust**: _Add RISC-V Rust Operating System Tutorial_](https://osblog.stephenmarz.com/) * [**Rust**: _Add RISC-V Rust Operating System Tutorial_](https://osblog.stephenmarz.com/)
* [**(any)**: _Linux from scratch_](https://linuxfromscratch.org/lfs) * [**(any)**: _Linux from scratch_](https://linuxfromscratch.org/lfs)