⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 int31_0e.c

📁 freedos32的源代码
💻 C
字号:
/* DPMI Driver for FD32: handler for INT 0x31, Service 0x0E * 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_0e.h"void int31_0E01(union regs *r){#ifdef __DEBUG__  fd32_log_printf("[DPMI] Set FPU Emulation: mode 0x%lx\n", r->d.ebx);#endif  /* This is DPMI 1.0: we don't support it... */  SET_CARRY;}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -