en_fdos.asm

来自「FDOS Operating System」· 汇编 代码 · 共 8 行

ASM
8
字号
	MSG_Welcome	DB	13,10,'Welcome to FDOS',13,10,
			DB	'Copyright: Stefan Tappertzhofen 2002-2003, All Rights ',
			DB	'reserved.',13,10,13,10,'Loading System:',13,10,0
	MSG_LoadKernel	DB	'System Kernel   [',0
	MSG_LoadConfig	DB	'Configuration   [',0
	MSG_Loaded	DB	'] OK',13,10,0
	MSG_Fehler	DB	'Command or file not found',13,10,0

⌨️ 快捷键说明

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