📄 bt8x8.cfg
字号:
//GMode 13h
CPL = 0 //tambi俷 funciona con CPL=3 que es lo que hay por defecto
Region = NullPage 0, 4k, RAM // Used to catch null pointer assignments
Region = LowMem 4k, 636k, RAM // Conventional memory
Region = ColorGraphic A0000h, 64k, Device, ReadWrite // Color graphics mode video memory
Region = MonoText B0000h 4k, Device, ReadWrite // Monochrome text video memory
Region = ColorText B8000h, 4k, Device, ReadWrite // Text mode video ram
Region = BIOS F0000h, FFF0h, ROM, NoAccess // The preinstalled BIOS
Region = Reset FFFF0h, 16, ROM // Reset vector for power-on reset
Region = HighMem 1M, 7M, RAM // 7Mb of extended memory
Region = BT848 FFDFE000h, 4K, Device, ReadWrite // Registros del Bt8x8
Locate Header Bt8x8 LowMem
Locate BootCode DISKBOOT.EXE LowMem
Locate BootData SystemData LowMem
Locate DiskBuffer DiskBuffer LowMem
Locate NTSection #1 HighMem // code section
Locate NTSection #2 HighMem // data section
Locate NTSection #3 HighMem // data section
Locate NTSection #4 HighMem // data section
Locate NTSection #5 HighMem // data section
Locate NTSection #6 HighMem // data section
Locate Stack Stack HighMem 16k // 16k stack
Locate Heap Heap HighMem // and the rest for the heap
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -