This commit is contained in:
2025-07-27 19:44:58 +03:00
parent b8601e88e0
commit 52a492f522

View File

@@ -33,11 +33,11 @@
<h2>OS-in-1000-lines</h2> <h2>OS-in-1000-lines</h2>
<p><a href="https://github.com/elleoma/os-in-1000-lines">OS Repo</a></p> <p><a href="https://github.com/elleoma/os-in-1000-lines">OS Repo</a></p>
<p>My implementation of <a href="https://operating-system-in-1000-lines.vercel.app/en">Operating System in 1000 lines</a> by <a href="https://www.shuwasystem.co.jp/author/a269003.html">Shinya Yanagita.</a> A small operating system written from scratch for RISC-V CPU architecture <p>My implementation of <a href="https://operating-system-in-1000-lines.vercel.app/en">Operating System in 1000 lines</a> by <a href="https://www.shuwasystem.co.jp/author/a269003.html">Shinya Yanagita.</a> A small operating system written from scratch for RISC-V CPU architecture.
This project will have basic context switching, paging, user mode, a command-line shell, a disk device driver, and file read/write operations in C. This project will have basic context switching, paging, user mode, a command-line shell, a disk device driver, and file read/write operations in C.
And also I'll try to add some more functionality to it. And also I'll try to add some more functionality to it.
Right now I'm still working on basic stuff before implementing something new. Right now I'm still working on basic stuff before implementing something new.
I'm still learning C and Assembly, the RISC-V instruction set is new to me</p> I'm still learning C and Assembly, the RISC-V instruction set is new to me.</p>
<h2>Wallpapers</h2> <h2>Wallpapers</h2>
<p><a href="https://git.forsen-cock.dedyn.io/elleoma/wallpapers">Wallpaper Repo</a></p> <p><a href="https://git.forsen-cock.dedyn.io/elleoma/wallpapers">Wallpaper Repo</a></p>