📄 mmap.s
字号:
/* @(#)mmap.s 1.1 92/07/30 SMI *//* * Interface to mmap introduced in 4.0. Incorporates flag telling * system to use 4.0 interface to mmap. */#include "SYS.h"#include <sys/mman.h>#define FLAGS sp@(16)ENTRY(mmap) orl #_MAP_NEW,FLAGS pea SYS_mmap trap #0 jcs err RETerr: CERROR(a0)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -