📄 int31_06.c
字号:
/* DPMI Driver for FD32: handler for INT 0x31, Service 0x06 * by Luca Abeni * * This is free software; see GPL.txt */#include<ll/i386/hw-data.h>#ifdef __DEBUG__#include<logger.h>#endif#include "dpmi.h"#include "int31_06.h"void int31_0600(union regs *r){#ifdef __DEBUG__ fd32_log_printf("[DPMI] Lock Linear Region\n");#endif /* We don't support paging now... Always succeeds */ CLEAR_CARRY;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -