Skip to content

zlm2012/nanos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NANOS

Based on Operating System Labs from NJU.

Still under developing. Now barely implemented Ring 3 user space process management.

TODO:

  • System calls needed by process management.
  • File System.

vfprintf() is modified from UCB source code.