feat: provide some libc routines only for testing
[lunaix-os.git] / README.md
index da0213069a5c74659dbf41eadc1730c54dc6ef60..f1cf6b68da2bddc8b7a5dcca865dd28ed427abd7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ LunaixOS - 一个简单的,详细的,POSIX兼容的(但愿!),带有
 + 内存管理与按需分页(Demand Paging)
 + 键盘输入
 + 多进程
-+ 47个常见的Linux/POSIX系统调用([附录1](#appendix1))
++ 50个常见的Linux/POSIX系统调用([附录1](#appendix1))
 + 用户模式
 + 信号机制
 + PCI 3.0
@@ -216,6 +216,9 @@ qemu-img create -f vdi machine/disk0.vdi 128M
 2. `ioctl(2)`
 2. `getpgid(2)`
 2. `setpgid(2)`
+2. `mmap(2)`
+2. `munmap(2)`
+2. `execve(2)`※
 
 **LunaixOS自有**