Skip to content

Commit bbc360f

Browse files
committed
Update README.md to clarify rv32umos description
Corrected the description of rv32umos to clarify its meaning and purpose.
1 parent 4944df0 commit bbc360f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# rv32umos
2-
> A RISC-V OS kernel running on a custom RISC-V architectural simulator.
2+
> RISC-V User Mode Operating System(rv32umos) is a A RISC-V OS kernel running on a custom RISC-V architectural simulator.
33
44
## Overview
55
rv32umos is an OS kernel that runs on a custom 32-bit RISC-V architectural simulator in C++. It features virtual memory with demand paging and swapping, preemptive multi-thread scheduling, synchronization primitives, a virtual file system, and a custom syscall ABI. It serves an educational purpose by bridging the gap between hardware emulation and OS theory.

0 commit comments

Comments
 (0)