kernel16.inc

来自「MenuetOS是一个用汇编开发的32/64位PC操作系统」· INC 代码 · 共 19 行

INC
19
字号
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;;   Kernel16.inc (c) Ville Turjanmaa
;;   License: GPL. See file copying for details.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
   
;% +include
   
include "BOOTENG.INC"     ; english system boot messages
include "BOOTCODE.INC"    ; 16 bit system boot code
   
include "PCI16.INC"

;% -include
   
   
   

⌨️ 快捷键说明

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