message.8

来自「tiny bios--了解BIOS非常好的资料」· 8 代码 · 共 26 行

8
26
字号
	;
	; BIOS messages
	;
	; (C)1997-2001 Pascal Dornier / PC Engines; All rights reserved.
	; This file is licensed pursuant to the COMMON PUBLIC LICENSE 0.5.
	;
	; DO NOT DELETE the following string ! (does not need to be displayed)
	db	"tinyBIOS V1.3a (C)1997-2001 PC Engines",13,10,10,0
	;
	; Error messages
	;
msg_parit: db	"Parity Error !",13,10,0
msg_iochk: db	"I/O channel NMI !",13,10,0
msg_halt:	db	"System halted.",0
msg_noboot: db	"No boot device available, press Enter to continue.",13,10,0
msg_base:	db	" KB Base Memory",13,10,0
msg_ext: 	db	" KB Extended Memory",13,10,0
msg_crlf:	db	13,10,0
msg_kbd:	db	"Keyboard failure.",13,10,0
msg_bs:	db	8,8,8,8,8,0

#if def	HD_WAIT
msg_wait:	db	"Waiting for HDD "
msg_dot:	db	".",0
#endif

⌨️ 快捷键说明

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