readme.diagnostic

来自「linux 的引导程序源码The Microsoft&reg Windows&r」· DIAGNOSTIC 代码 · 共 39 行

DIAGNOSTIC
39
字号
		Notes for "bootdiagnostic.b.gz" 			03-May-2002The lilo boot disk diagnostic (version 2.1) is distributed in binaryform in the file:  bootdiagnostic.b.gzIn order to create the bootable diagnostic floppy from this file, issue thefollowing commands:	gunzip bootdiagnostic.b.gz	dd if=bootdiagnostic.b of=/dev/fd0The entire 1.44M floppy disk will be written.  This is an msdos filesystemdiskette with the files:	disk.com		version 1 of the bootable lilo diagnostic	test4.com		version 2	test4d.com		version 2, MSDOS executable	hipboot.sys		copy of test4.comWhichever file is copied to 'hipboot.sys' will be booted by the specialbootloader on the floppy.  As distributed, version 2, or 'test4.com' isthe file copied to 'hipboot.sys'.The MSDOS executable is of some use if you can boot a bare DOS system.  Itmay be executed from the DOS prompt to capture the output to a file; viz.,	A> test4d.com >log.txt(you'll have to hit a lot of CR's to get past all the pauses)The output from test4d.com is not necessarily the same as from the bootedfile 'test4.com', since MSDOS intercepts and modifies the responses tocertain bios calls.  User beware.--John Coffman<johninsd@san.rr.com>

⌨️ 快捷键说明

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