From 52a492f52277c00ca67226d4a99796bca17262bd Mon Sep 17 00:00:00 2001
From: Amoelle My implementation of Operating System in 1000 lines by Shinya Yanagita. A small operating system written from scratch for RISC-V CPU architecture
+ My implementation of Operating System in 1000 lines by Shinya Yanagita. 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.
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.
- I'm still learning C and Assembly, the RISC-V instruction set is new to meOS-in-1000-lines
-