Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 164 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 164 Bytes

memory management:buddy system + slab(simple version)
process scheduler:cfs(simple version)
file system:based on b+ tree

references:xv6 and ucore