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