📄 int29.c
字号:
/* DPMI Driver for FD32: int 0x29 services * by Luca Abeni * * This is free software; see GPL.txt */ #include <ll/i386/hw-data.h>#include <ll/i386/hw-instr.h>#include <ll/i386/hw-func.h>#include <ll/i386/mem.h>#include <ll/i386/string.h>#include <ll/i386/error.h>#include <ll/i386/cons.h>#include <logger.h>#include <devices.h>#include <kernel.h>#include "rmint.h"int fastconsole_int(union rmregs *r){ cputc(r->h.al); RMREGS_CLEAR_CARRY; return 0;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -