Subversion Repositories Kolibri OS

Rev

Rev 7522 | Rev 7603 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1349 art_zh 1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                              ;;
5363 yogev_ezra 3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
1349 art_zh 4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
7
 
8
$Revision: 7601 $
9
 
1354 diamond 10
 
1349 art_zh 11
keymap:
12
 
13
     db   '6',27
14
     db   '1234567890-=',8,9
15
     db   'qwertyuiop[]',13
16
     db   '~asdfghjkl;',39,96,0,'\zxcvbnm,./',0,'45 '
17
     db   '@234567890123',180,178,184,'6',176,'7'
18
     db   179,'8',181,177,183,185,182
19
     db   'AB
20
     db   'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
21
     db   'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
22
     db   'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
23
 
24
keymap_shift:
25
     db   '6',27
26
     db   '!@#$%^&*()_+',8,9
27
     db   'QWERTYUIOP{}',13
28
     db   '~ASDFGHJKL:"~',0,'|ZXCVBNM<>?',0,'45 '
29
     db   '@234567890123',180,178,184,'6',176,'7'
30
     db   179,'8',181,177,183,185,182
31
     db   'AB>D',255,'FGHIJKLMNOPQRSTUVWXYZ'
32
     db   'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
33
     db   'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
34
     db   'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
35
 
36
 
37
keymap_alt:
38
     db   ' ',27
39
     db   ' @ $  {[]}\ ',8,9
40
     db   '            ',13
41
     db   '             ',0,'           ',0,'4',0,' '
42
     db   '             ',180,178,184,'6',176,'7'
43
     db   179,'8',181,177,183,185,182
44
     db   'ABCD',255,'FGHIJKLMNOPQRSTUVWXYZ'
45
     db   'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
46
     db   'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
47
     db   'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
48
 
49
 
2104 maximYCH 50
 
51
if lang eq ru
4135 clevermous 52
  boot_initirq      cp866 'Инициализация IRQ',0
53
  boot_picinit      cp866 'Инициализация PIC',0
4273 clevermous 54
  boot_v86machine   cp866 'Инициализация системной V86 машины',0
4135 clevermous 55
  boot_inittimer    cp866 'Инициализация системного таймера (IRQ0)',0
56
  boot_initapic     cp866 'Попытка инициализации APIC',0
57
  boot_enableirq    cp866 'Включить прерывания 2, 13',0
58
  boot_disabling_ide cp866 'Запрещение прерываний в контроллере IDE',0
59
  boot_enabling_ide cp866 'Разрешение прерываний в контроллере IDE',0
60
  boot_set_int_IDE  cp866 'Установка обработчиков прерываний IDE',0
61
  boot_detectfloppy cp866 'Поиск floppy дисководов',0
62
  boot_detecthdcd   cp866 'Поиск жестких дисков и ATAPI приводов',0
63
  boot_getcache     cp866 'Получение памяти для кэша',0
64
  boot_detectpart   cp866 'Поиск разделов на дисковых устройствах',0
65
  boot_init_sys     cp866 'Инициализация системного каталога /sys',0
66
  boot_loadlibs     cp866 'Загрузка библиотек (.obj)',0
67
  boot_memdetect    cp866 'Количество оперативной памяти','     ',' Мб',0
68
  boot_tss          cp866 'Установка TSSs',0
69
  boot_cpuid        cp866 'Чтение CPUIDs',0
70
;  boot_devices      cp866 'Поиск устройств',0
71
  boot_timer        cp866 'Установка таймера',0
4273 clevermous 72
  boot_initramdisk  cp866 'Инициализация рамдиска',0
4135 clevermous 73
  boot_irqs         cp866 'Переопределение IRQ',0
74
  boot_setmouse     cp866 'Установка мыши',0
75
  boot_windefs      cp866 'Установка настроек окон по умолчанию',0
76
  boot_bgr          cp866 'Установка фона',0
77
  boot_resirqports  cp866 'Резервирование IRQ и портов',0
78
  boot_setrports    cp866 'Установка адресов IRQ',0
79
  boot_setostask    cp866 'Создание процесса ядра',0
80
  boot_allirqs      cp866 'Открытие всех IRQ',0
81
  boot_tsc          cp866 'Чтение TSC',0
82
  boot_cpufreq      cp866 'Частота процессора ','    ',' МГц',0
83
  boot_pal_ega      cp866 'Установка EGA/CGA 320x200 палитры',0
84
  boot_pal_vga      cp866 'Установка VGA 640x480 палитры',0
85
  boot_failed       cp866 'Загрузка первого приложения не удалась',0
86
  boot_mtrr         cp866 'Установка MTRR',0
3481 Serge 87
 
4135 clevermous 88
  boot_APIC_found   cp866 'APIC включен', 0
89
  boot_APIC_nfound  cp866 'APIC не найден', 0
2104 maximYCH 90
if preboot_blogesc
4135 clevermous 91
  boot_tasking      cp866 'Все готово для запуска, нажмитре ESC для старта',0
2104 maximYCH 92
end if
3274 esevece 93
else if lang eq sp
94
  include 'data32sp.inc'
3927 kaitz 95
else if lang eq et
96
  include 'data32et.inc'
2104 maximYCH 97
else
2642 mario79 98
  boot_initirq      db   'Initialize IRQ',0
99
  boot_picinit      db   'Initialize PIC',0
100
  boot_v86machine   db   'Initialize system V86 machine',0
101
  boot_inittimer    db   'Initialize system timer (IRQ0)',0
4273 clevermous 102
  boot_initramdisk  db   'Initialize ramdisk',0
2642 mario79 103
  boot_initapic     db   'Try to initialize APIC',0
3775 mario79 104
  boot_enableirq    db   'Enable interrupts 2, 13',0
3762 mario79 105
  boot_disabling_ide db   'Disable interrupts in IDE controller',0
106
  boot_enabling_ide db   'Enable interrupts in IDE controller',0
3778 mario79 107
  boot_set_int_IDE  db   'Set handler of interrupts for IDE',0
2642 mario79 108
  boot_detectfloppy db   'Search floppy drives',0
109
  boot_detecthdcd   db   'Search hard drives and ATAPI drives',0
110
  boot_getcache     db   'Get memory for cache',0
111
  boot_detectpart   db   'Search partitions on disk devices',0
112
  boot_init_sys     db   'Initialize system directory /sys',0
113
  boot_loadlibs     db   'Loading librares (.obj)',0
1349 art_zh 114
  boot_memdetect    db   'Determining amount of memory',0
115
  boot_tss          db   'Setting TSSs',0
116
  boot_cpuid        db   'Reading CPUIDs',0
2642 mario79 117
;  boot_devices      db   'Detecting devices',0
1349 art_zh 118
  boot_setmouse     db   'Setting mouse',0
119
  boot_windefs      db   'Setting window defaults',0
120
  boot_bgr          db   'Calculating background',0
121
  boot_resirqports  db   'Reserving IRQs & ports',0
122
  boot_setostask    db   'Setting OS task',0
2288 clevermous 123
  boot_allirqs      db   'Unmasking IRQs',0
1349 art_zh 124
  boot_tsc          db   'Reading TSC',0
125
  boot_cpufreq      db   'CPU frequency is ','    ',' MHz',0
126
  boot_pal_ega      db   'Setting EGA/CGA 320x200 palette',0
127
  boot_pal_vga      db   'Setting VGA 640x480 palette',0
128
  boot_failed       db   'Failed to start first app',0
129
  boot_mtrr         db   'Setting MTRR',0
3481 Serge 130
 
2642 mario79 131
  boot_APIC_found   db   'APIC enabled', 0
132
  boot_APIC_nfound  db   'APIC not found', 0
1349 art_zh 133
if preboot_blogesc
134
  boot_tasking      db   'All set - press ESC to start',0
135
end if
2104 maximYCH 136
end if
1349 art_zh 137
 
138
;new_process_loading db 'K : New Process - loading',13,10,0
139
;new_process_running db 'K : New Process - done',13,10,0
140
start_not_enough_memory db 'K : New Process - not enough memory',13,10,0
141
 
142
msg_unresolved db 'unresolved ',0
5088 clevermous 143
;msg_module     db 'in module ',0
144
;if ~ lang eq sp
145
;msg_version    db 'incompatible driver version',13,10,0
146
;msg_www        db 'please visit www.kolibrios.org',13,10,0
147
;end if
1349 art_zh 148
msg_CR         db  13,10,0
149
 
5044 clevermous 150
szPS2MDriver    db '/rd/1/drivers/PS2MOUSE.SYS',0
1349 art_zh 151
;szCOM_MDriver   db 'COM_MOUSE',0
5039 clevermous 152
szVidintel      db '/rd/1/drivers/vidintel.sys',0
1349 art_zh 153
szUSB           db 'USB',0
154
 
155
szEXPORTS      db 'EXPORTS',0
156
sz_EXPORTS     db '_EXPORTS',0
157
 
158
szIMPORTS      db 'IMPORTS',0
159
 
160
read_firstapp  db '/sys/'
6333 serge 161
firstapp       db '/RD/1/LAUNCHER',0
162
notifyapp      db '/RD/1/@notify',0
1948 clevermous 163
if lang eq ru
4135 clevermous 164
ud_user_message  cp866 'Ошибка: неподдерживаемая инструкция процессора',0
4793 yogev_ezra 165
mtrr_user_message cp866 '"Обнаружена проблема с конфигурацией MTRR.\nПроизводительность может быть пониженной" -dW',0
3929 kaitz 166
else if ~ lang eq sp
1948 clevermous 167
ud_user_message db 'Error: unsupported processor instruction',0
4793 yogev_ezra 168
mtrr_user_message db '"There is a problem with MTRR configuration.\nPerformance can be low" -dW',0
1948 clevermous 169
end if
1349 art_zh 170
 
171
vmode          db  '/sys/drivers/VMODE.MDR',0
4273 clevermous 172
kernel_file_load:
6244 serge 173
; load kernel.mnt to _CLEAN_ZONE
4273 clevermous 174
        dd      0       ; subfunction
175
        dq      0       ; offset in file
6244 serge 176
        dd      0x31000 ; number of bytes to read
177
        dd      _CLEAN_ZONE ; buffer for data
4273 clevermous 178
        db      '/RD/1/KERNEL.MNT',0
1349 art_zh 179
 
2231 Serge 180
dev_data_path  db '/RD/1/DRIVERS/DEVICES.DAT',0
1349 art_zh 181
 
182
align 4
183
 
184
shmem_list:
185
 .bk           dd shmem_list
186
 .fd           dd shmem_list
187
 
188
dll_list:
189
 .bk           dd dll_list
190
 .fd           dd dll_list
191
 
3393 clevermous 192
pcidev_list:
193
 .bk           dd pcidev_list
194
 .fd           dd pcidev_list
195
 
2412 Serge 196
MAX_DEFAULT_DLL_ADDR = 0x80000000
197
MIN_DEFAULT_DLL_ADDR = 0x70000000
1349 art_zh 198
dll_cur_addr   dd MIN_DEFAULT_DLL_ADDR
199
 
200
; supported videomodes
201
 
202
 
203
; mike.dld {
2453 mario79 204
;db 0
205
;dd servetable-0x10000
206
;align 4
207
;draw_line       dd __sys_draw_line
208
;draw_pointer    dd __sys_draw_pointer
1349 art_zh 209
;//mike.dld, 2006-08-02 [
2453 mario79 210
;;drawbar         dd __sys_drawbar
211
;;drawbar         dd __sys_drawbar.forced
212
;drawbar         dd vesa20_drawbar
1349 art_zh 213
;//mike.dld, 2006-08-02 ]
2453 mario79 214
;putpixel        dd __sys_putpixel
1349 art_zh 215
; } mike.dld
216
 
217
 
218
align 4
219
keyboard   dd 1
220
 
7601 dunkaist 221
if lang eq en
222
  SYSLANG = 1
223
else if lang eq fi
224
  SYSLANG = 2
225
else if lang eq de
226
  SYSLANG = 3
227
else if lang eq ru
228
  SYSLANG = 4
229
else if lang eq fr
230
  SYSLANG = 5
231
else if lang eq et
232
  SYSLANG = 6
233
else if lang eq sp
234
  SYSLANG = 7
235
else if lang eq it
236
  SYSLANG = 8
237
else
238
  display 'unsupported language specified',13,10
239
end if
240
syslang    dd SYSLANG
241
 
1349 art_zh 242
boot_y     dd 10
243
 
244
pci_bios_entry  dd 0
245
                dw pci_code_sel
246
 
247
if __DEBUG__ eq 1
248
  include_debug_strings
249
end if
250
 
251
IncludeIGlobals
252
 
253
align 16
254
gdts:
255
 
256
        dw     gdte-$-1
257
        dd     gdts
258
        dw     0
259
 
260
; Attention! Do not change the order of the first four selectors. They are used in Fast System Call
261
; must be : os_code, os_data, app_code, app_data, ....
262
 
263
int_code_l:
264
os_code_l:
265
        dw     0xffff
266
        dw     0x0000
267
        db     0x00
268
        dw     11011111b *256 +10011010b
269
        db     0x00
270
 
271
int_data_l:
272
os_data_l:
273
        dw     0xffff
274
        dw     0x0000
275
        db     0x00
276
        dw     11011111b *256 +10010010b
277
        db     0x00
278
 
279
app_code_l:
280
        dw 0xFFFF
281
        dw 0
282
        db 0
283
        db cpl3
284
        dw G32+D32+0xF;
285
 
286
app_data_l:
287
        dw 0xFFFF
288
        dw 0
289
        db 0
290
        db drw3
291
        dw G32+D32+0xF;
292
 
293
; ------------- PCI BIOS ------------------
294
 
295
pci_code_32:
296
        dw 0         ;lim  0-15
297
        dw 0         ;base 0-15
298
        db 0         ;base 16-23
299
        db cpl0      ;type
300
        db D32       ;lim 16-19+props
301
        db 0         ;base 24-31
302
 
303
pci_data_32:
304
        dw 0         ;lim  0-15
305
        dw 0         ;base 0-15
306
        db 0         ;base 16-23
307
        db dpl0      ;type
308
        db D32       ;lim 16-19+props
309
        db 0         ;base 24-31
310
 
311
; --------------- APM ---------------------
312
apm_code_32:
313
        dw     0x0f        ; limit 64kb
314
        db     0, 0, 0
315
        dw     11010000b *256 +10011010b
316
        db     0x00
317
apm_code_16:
318
        dw     0x0f
319
        db     0, 0, 0
320
        dw     10010000b *256 +10011010b
321
        db     0x00
322
apm_data_16:
323
        dw     0x0f
324
        db     0, 0, 0
325
        dw     10010000b *256 +10010010b
326
        db     0x00
327
; -----------------------------------------
328
 
329
graph_data_l:
330
 
331
        dw     0x7ff
332
        dw     0x0000
333
        db     0x00
334
        dw     11010000b *256 +11110010b
335
        db     0x00
336
tss0_l:
2384 hidnplayr 337
        dw     sizeof.TSS-1
1349 art_zh 338
        dw     tss and 0xFFFF
339
        db     (tss shr 16) and 0xFF
340
        db     10001001b
341
        dw     (tss shr 16) and 0xFF00
342
 
343
tls_data_l:
344
        dw 0x0FFF
345
        dw 0
346
        db 0
347
        db drw3
348
        dw D32
349
 
350
endofcode:
351
gdte:
352
 
3627 Serge 353
diff16 "end of .data segment",0,$
354
 
1349 art_zh 355
align 16
2430 mario79 356
cur_saved_data:
6585 pathoswith 357
        rb  4096
7276 dunkaist 358
align 64
2288 clevermous 359
fpu_data:
7276 dunkaist 360
        rb  0xa80       ; bochs avx512
7165 clevermous 361
fpu_data_size = $ - fpu_data
6585 pathoswith 362
draw_data:
363
        rb  32*256
7522 dunkaist 364
BPSLine_calc_area   rd  MAX_SCREEN_HEIGHT
365
d_width_calc_area   rd  MAX_SCREEN_HEIGHT
6585 pathoswith 366
mouseunder          rd  16*24
1349 art_zh 367
 
6585 pathoswith 368
mem_block_list      rd  64*2
369
mem_used_list       rd  64*2
370
mem_hash_cnt        rd  64
1349 art_zh 371
 
6585 pathoswith 372
thr_slot_map        rd  8
5130 serge 373
 
6585 pathoswith 374
_display            display_t
375
bios_fb             FRB
3481 Serge 376
 
3732 Serge 377
mst                 MEM_STATE
1349 art_zh 378
 
6585 pathoswith 379
cpu_freq            dq  ?
1349 art_zh 380
 
6585 pathoswith 381
heap_mutex          MUTEX
382
heap_size           dd  ?
383
heap_free           dd  ?
384
heap_blocks         dd  ?
385
free_blocks         dd  ?
386
mem_block_mask      rd  2
387
next_memblock       dd  ?
1349 art_zh 388
 
6585 pathoswith 389
pte_valid_mask      dd  ?
390
page_start          dd  ?
391
page_end            dd  ?
392
sys_page_map        dd  ?
393
os_stack_seg        dd  ?
1349 art_zh 394
 
6585 pathoswith 395
srv.fd              dd  ?
396
srv.bk              dd  ?
1349 art_zh 397
 
6585 pathoswith 398
LFBAddress          dd  ?
1349 art_zh 399
 
6585 pathoswith 400
PUTPIXEL            dd  ?
401
GETPIXEL            dd  ?
3606 Serge 402
 
3627 Serge 403
if VESA_1_2_VIDEO
6585 pathoswith 404
BANK_SWITCH         dd  ?   ; reserved for vesa 1.2
405
BANK_RW             dd  ?
3627 Serge 406
end if
407
 
6585 pathoswith 408
MOUSE_PICTURE       dd  ?
3627 Serge 409
 
6585 pathoswith 410
def_cursor          dd  ?
411
def_cursor_clock    dd  ?
412
current_cursor      dd  ?
413
hw_cursor           dd  ?
414
cur_saved_base      dd  ?
3627 Serge 415
 
6585 pathoswith 416
cur.lock            dd  ?   ; 1 - lock update, 2- hide
417
cur.left            dd  ?   ; cursor clip box
418
cur.top             dd  ?
419
cur.w               dd  ?
420
cur.h               dd  ?
3627 Serge 421
 
6585 pathoswith 422
ipc_tmp             dd  ?
423
ipc_pdir            dd  ?
424
ipc_ptab            dd  ?
3627 Serge 425
 
6585 pathoswith 426
proc_mem_map        dd  ?
427
proc_mem_pdir       dd  ?
428
proc_mem_tab        dd  ?
3627 Serge 429
 
6585 pathoswith 430
tmp_task_ptab       dd  ?
3627 Serge 431
 
6585 pathoswith 432
default_io_map      dd  ?
1349 art_zh 433
 
6585 pathoswith 434
LFBSize             dd  ?
1349 art_zh 435
 
6585 pathoswith 436
current_process     dd  ?
437
current_slot        dd  ?   ; i.e. cureent thread
3727 Serge 438
 
6585 pathoswith 439
; device addresses
440
mididp  dd  ?
441
midisp  dd  ?
1349 art_zh 442
 
6585 pathoswith 443
cdbase  dd  ?
444
cdid    dd  ?
1349 art_zh 445
 
6585 pathoswith 446
hdbase  dd  ?   ; for boot 0x1f0
447
hdid    dd  ?
448
hdpos   dd  ?   ; for boot 0x1
449
cdpos   dd  ?
1349 art_zh 450
 
6585 pathoswith 451
;CPUID information
452
cpu_vendor  rd  3
453
cpu_sign    dd  ?
454
cpu_info    dd  ?
455
cpu_caps    rd  4
1349 art_zh 456
 
7124 dunkaist 457
xsave_area_size dd ?
7276 dunkaist 458
xsave_eax       dd ?
459
xsave_edx       dd ?
7124 dunkaist 460
 
6585 pathoswith 461
pg_data     PG_DATA
462
heap_test   dd  ?
1349 art_zh 463
 
6585 pathoswith 464
skin_data   dd  ?
1349 art_zh 465
 
6585 pathoswith 466
mouse_active    dd  ?
467
mouse_pause     dd  ?
5130 serge 468
 
6585 pathoswith 469
BgrDrawMode     dd  ?
470
BgrDataWidth    dd  ?
471
BgrDataHeight   dd  ?
1349 art_zh 472
 
6585 pathoswith 473
buttontype          dd  ?
474
windowtypechanged   dd  ?
1349 art_zh 475
 
6585 pathoswith 476
debug_step_pointer  dd  ?
1349 art_zh 477
 
6585 pathoswith 478
lba_read_enabled    dd  ?   ; 0 = disabled , 1 = enabled
479
pci_access_enabled  dd  ?   ; 0 = disabled , 1 = enabled
1349 art_zh 480
 
6585 pathoswith 481
NumBiosDisks        dd  ?
6843 dunkaist 482
BiosDisksData       rb  200h    ; struct BiosDiskData
6585 pathoswith 483
BiosDiskCaches      rb  80h*(cache_ide1-cache_ide0)
484
BiosDiskPartitions  rd  80h
1349 art_zh 485
 
6585 pathoswith 486
img_background          dd  ?
487
mem_BACKGROUND          dd  ?
488
static_background_data  dd  ?
1349 art_zh 489
 
6585 pathoswith 490
hd1_status              dd  ?   ; 0 - free : other - pid
491
application_table_owner dd  ?   ; 0 - free : other - pid
492
application_table_mutex MUTEX
1349 art_zh 493
 
6585 pathoswith 494
redrawmouse_unconditional   dd  ?
1349 art_zh 495
 
6585 pathoswith 496
MOUSE_SCROLL_H  rw  1
497
MOUSE_X:        rw  1
498
MOUSE_Y:        rw  1
499
MOUSE_SCROLL_V  rw  1
1349 art_zh 500
 
6585 pathoswith 501
X_UNDER         rw  1
502
Y_UNDER         rw  1
503
COLOR_TEMP      dd  ?
504
MOUSE_COLOR_MEM dd  ?
1349 art_zh 505
 
6585 pathoswith 506
SCR_MODE    rw  2
2450 mario79 507
 
6585 pathoswith 508
BTN_DOWN:   rb  4
1349 art_zh 509
 
6585 pathoswith 510
cpu_phys_addr_width db  ?   ; also known as MAXPHYADDR in Intel manuals
511
hdd_appl_data       db  ?   ; 0 = system cache, 1 - application cache
512
cd_appl_data        db  ?   ; 0 = system cache, 1 - application cache
3606 Serge 513
 
6585 pathoswith 514
timer_ticks_enable  db  ?  ; for cd driver
3588 Serge 515
 
6585 pathoswith 516
REDRAW_BACKGROUND   db  ?
1349 art_zh 517
 
3627 Serge 518
align 16
6585 pathoswith 519
DRIVE_DATA: rb  DRIVE_DATA_SIZE
1349 art_zh 520
 
521
IncludeUGlobals
3727 Serge 522
 
523
uglobals_size = $ - endofcode
524
 
525
if ~ lang eq sp
526
diff16 "end of .bss",0,$
527
end if
528
 
529
org (OS_BASE+0x0100000)
530
 
5057 clevermous 531
; Currently size of memory allocated for the ramdisk is fixed.
532
; This should be revisited when/if memory map would become more dynamic.
533
RAMDISK_CAPACITY = 2880 ; in sectors
3727 Serge 534
 
6585 pathoswith 535
RAMDISK:
536
        rb  RAMDISK_CAPACITY*512
5057 clevermous 537
 
3727 Serge 538
_CLEAN_ZONE:
7136 dunkaist 539
CLEAN_ZONE = _CLEAN_ZONE - OS_BASE
3727 Serge 540
 
6585 pathoswith 541
BgrAuxTable     rb  32768
5057 clevermous 542
align 65536
6585 pathoswith 543
SB16Buffer      rb  65536
5057 clevermous 544
 
3727 Serge 545
align 4096
6585 pathoswith 546
BUTTON_INFO     rb  64*1024
547
RESERVED_PORTS:
548
        rb  64*1024
549
sys_pgmap:
550
        rb  1024*1024/8