⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 一个简单的引导程序,非常适合初学习者学习引导程序的编写
💻 TXT
字号:
Files

9/2006

==========================
BOOT.bin
==========================
This File contains a boot sector,
that was Created from BOOT.asm 

==========================
BOOT.asm
==========================
This is the Boot Program.

When you boot your computer with this
program this would happen.

1) You would get a message like this

	Ready to start Loading the OS...

2) Press any Key

3) After he finishes reading a track he would
	Display a string like this "~~~~" and 
	he would wait for a key struck.

4) After he finishes reading 5 Tracks he would print
	a Message "Done."

5) Thats it.

==========================
Compile.BAT
==========================
Like that I compiled BOOT.ASM with TASM & TLINK.

==========================
BOOT.exe
==========================
This is the EXE from were I Took the BOOT sector.

(It seems that in WinXP you can't use EXPLORER to
delete an 16 bit exe, so to delete BOOT.exe Make 
a bat file in write to it "Del BOOT.exe"



Important!!!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you see an extension like this *.abc_exe rename
it to *.exe  (I added abc_ because I couldn't mail 
exe files).



⌨️ 快捷键说明

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