Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shengwen-tw committed Nov 29, 2023
1 parent 015dce5 commit 595265b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ and a facility tool for supporting software-in-the-loop simulation with the Gaze
* Synchronization: Mutex (supports priority inheritance), Semaphore, and Spinlock
* Inter-Process Communication (IPC): FIFO (Named pipe), Message Queue, and Signals
* Kernel-space memory allocation: Buddy allocator and Slab allocator
* User-space memory allocation: Memory pool and First-Fit Free List
* User-space memory allocation: Dynamic allocation (First-Fit Free List) and Memory pool
* Software timer and clock
* Built-in Shell with command completion and history saving
* Root and ROM file systems
Expand Down

0 comments on commit 595265b

Please sign in to comment.