8000 GitHub - melttt/os_2: toy os--x86 kernel
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

melttt/os_2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

references:xv6 and ucore

0