history

来自「linux内核」· 代码 · 共 21 行

TXT
21
字号
GCC & 32-bit code-----------------Due to the limitations of the COM file format,(64KB limit on memory footprint) the code has been changed so that the code compiles to a 32-bit COMBOOT program.Since the code makes use of BIOS calls, this code cannot becompiled into a format which can execute under Linux. As a side effect, there is no nice way to debug this code. In orderto debug this code, you will have to run the code under syslinux.GCC & 16-bit code-----------------The code was ported to GCC by Peter Anvin. OpenWatcom & 16-bit code------------------------Originally this code was written for the Openwatcom compilerand generated .COM files, which could execute under DOS as well asSYSLINUX. 

⌨️ 快捷键说明

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