Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

总结与计划

nCore目前支持x86_64架构,实现了大约40个Linux系统调用,实现了宏内核与混合内核两种运行模式(编译时确定),支持musl-libc和原生Linux应用程序,正在逐步完成对于busybox和sqlite3等应用程序的支持。

计划

  • 添加多核支持
  • 添加更多内核线程
  • 添加C语言用户程序支持
  • 添加更多设备驱动