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

📄 fdos.inc

📁 一个微型操作系统源码
💻 INC
字号:

	MSG_DirCaption	DB	13,10,'  Content of directory: ',0

	MSG_DirTitle	DB	13,10,'  Volumne Label:',0
	MSG_Used	db	' used',13,10,0

	MSG_VerWelcome	db	13,10,'FDOS System Version: ',0
	MSG_LngCode	db	' Language Code: ',0
	MSG_LngDE	db	'DE',13,10,0
	MSG_LngEN	db	'EN',13,10,0
	MSG_LngSP	db	'SP',13,10,0
	MSG_DIR		db	'[DIR]',0
	MSpace		db	'    ',0

	RootDirName	DB	'ROOT',0

	CRLF		DB	13,10,0
	Crlf		db	13,10,0	


	MSG_KBytes	db 	'KB',0
	MSG_Bytes	db 	'Byte',0
	MSG_Unused	db	'Byte free',13,10,0

	MSG_Dir_Fehler	DB	13,10,'Unknown directory.',13,10,0	

	MSG_LoadKernel	DB	'System Kernel   [',0

	MSG_Loaded	DB	'] OK',13,10,0
	MSG_Fehler	DB	'File or Command not found',13,10,0


	MSG_ExitWelcome	db	13,10,'Choose your option:',13,10,13,10,
			db	' 0 - Cancel',13,10,
 			db	' 1 - Reboot',13,10,
			db	' 2 - Coldboot',13,10,
			db	' 3 - Warmboot',13,10,
			db	' 4 - PC Shutdown',13,10,13,10,
			db	' Option: ',0

	MSG_Shutdown	db	13,10,'It is safe to turn you PC off now.',0


	MSG_LoadConfig	DB	'Configuration [',0


	MSG_TableHeader	DB 'Prozess ID and Name      Start        Used',13,10,13,10,0

	MSG_Proz_Kernel DB 'FDOS Kernel',0
	MSG_Proz_FAT	DB 'Filesystem',0
	MSG_Proz_Dir	DB 'Directory',0
	MSG_Proz_DirN	DB 'Directory Name',0
	MSG_Proz_KeyB	DB 'Keyboard driver',0
	MSG_Proz_Env	DB 'Kernel Variable',0
	MSG_Proz_Resv	DB 'Reserverd',0
	MSG_Proz_Param	DB 'Shell Variable',0
	MSG_Proz_FDir	DB 'Shell Directors',0
	MSG_Proz_Proz	DB 'Process management',0
	MSG_Proz_Appl	DB 'Application',0

	MSG_Reboot	DB 'Rebooting FDOS. Please wait...',13,10,13,10,0

	MSG_TypeCommand	DB 13,10,'Type Command',13,10,'Syntax: TYPE  [/s] [Filename]',13,10,0	

	MSG_Date	db	13,10,'Date: ',0 
	MSG_Time	db	13,10,'Time: ',0


	MSG_TypeFileNotFound DB 13,10,'File not found.',13,10,0

	MSG_WaitForKey	DB	13,10,'Press a key to resume.',13,10,0

	VAR_Language_Code	DB	0

	MSG_PhyMemory	db	'Physical Memory (in KB) : ',0
	MSG_ExtMemory	db	'Extended Memory (in KB) : ',0
	MSG_PCMode	db	'Systemmode              : ',0
	MSG_CPUInfo	db	'CPU ID Info             : ',0

	MSG_PMode	db	'Protected Mode',0
	MSG_RMode	db	'Real Mode',0


	CPU_1		db	'Intel (R) Pentium (R) Prozessor',0
	CPU_2		db	'Intel (R) Pentium (R) Pro/II/Celeron/P4',0
	CPU_3		db	'Intel (R) Pentium (R) 3',0
	CPU_4		db	'unknown CPU',0

⌨️ 快捷键说明

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