format.bat
来自「bios嵌入DOS操作系统,可以先编译romos.asm制作成BIN文件,加载至」· Batch 代码 · 共 17 行
BAT
17 行
@ECHO OFF
REM format 55296B disk in A: (SS; CHS=6,1,18; 1 sec./cluster; 16 root ent.)
REM fdformat.exe a: t6 h1 s18 c1 d16
REM format 64512B disk in A: (SS; CHS=7,1,18; 1 sec./cluster; 16 root ent.)
fdformat.exe a: t7 h1 s18 c1 d16
REM format 92160B disk in A: (SS; CHS=10,1,18; 1 sec./cluster; 16 root ent.)
REM fdformat.exe a: t10 h1 s18 c1 d16
ECHO after format delete 2nd FAT copy (sec. 3), shift rootdir to sector 3
ECHO and edit FAT COPIES=1 in MBR to save 512B space (eg. use Norton
ECHO DiskEditor to do this).
ECHO Then install operating system using SYS A: command, copy
ECHO files what you need and finally get image of the disc back.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?