📄 bootcode.h
字号:
/*
// Program: Format
// Version: 0.90
// Written By: Brian E. Reifsnyder
// Copyright: 2002 under the terms of the GNU GPL, Version 2
// Module Name: bootcode.h
// Module Description: Bootcode header file.
*/
unsigned char boot_code[]={
'\x0e','\x1f',
'\xbe','\x5b','\x7c','\xac','\x22','\xc0','\x74','\x0b',
'\x56','\xb4','\x0e','\xbb','\x07','\x00','\xcd','\x10',
'\x5e','\xeb','\xf0','\x32','\xe4','\xcd','\x16','\xcd',
'\x19','\xeb','\xfe','\x54','\x68','\x69','\x73','\x20',
'\x69','\x73','\x20','\x6e','\x6f','\x74','\x20','\x61',
'\x20','\x62','\x6f','\x6f','\x74','\x61','\x62','\x6c',
'\x65','\x20','\x64','\x69','\x73','\x6b','\x2e','\x20',
'\x20','\x50','\x6c','\x65','\x61','\x73','\x65','\x20',
'\x69','\x6e','\x73','\x65','\x72','\x74','\x20','\x61',
'\x20','\x62','\x6f','\x6f','\x74','\x61','\x62','\x6c',
'\x65','\x20','\x66','\x6c','\x6f','\x70','\x70','\x79',
'\x20','\x61','\x6e','\x64','\x0d','\x0a','\x70','\x72',
'\x65','\x73','\x73','\x20','\x61','\x6e','\x79','\x20',
'\x6b','\x65','\x79','\x20','\x74','\x6f','\x20','\x74',
'\x72','\x79','\x20','\x61','\x67','\x61','\x69','\x6e',
'\x20','\x2e','\x2e','\x2e','\x20','\x0d','\x0a','\x00'};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -