readme
来自「学习x86保护模式开发的源代码」· 代码 · 共 27 行
TXT
27 行
Protected Mode Programming
==========================
This is a 80x86 protected mode learning package used under the
bochs system. The hard disk image file contains a MSDOS 6.22 system,
NASM 0.98, Turbo C 2.01 and the protected mode examples written by
Alexei A. Frounze with NASM and Turbo C.
The directory C:\PM contains all the protected mode examples in
16 subdirectories from 01 to 16. To compile the programs a
subdirectory, just type MAKE and press ENTER key. To run the
compiled program, type the name of the program and press ENTER key.
Jiong Zhao (gohigh@sh163.net)
http://www.oldlinux.org/
2004.10.18
Change Log
---------------------------------
2004-12-14
Using FreeDOS 9 instead of MSDOS 6.22.
2004-12-07
Added Christopher Giese's protected mode learning materials in
directory C:\PM0. It contains 12 tutorials written in NASM.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?