x86.h

来自「gerneral os development」· C头文件 代码 · 共 20 行

H
20
字号
#ifndef __TL_X86_H#define	__TL_X86_H#ifdef __cplusplusextern "C"{#endifunsigned inportb(unsigned short port);void outportb(unsigned port, unsigned val);unsigned disable(void);void enable(void);#ifdef __cplusplus}#endif#endif

⌨️ 快捷键说明

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