Subversion Repositories Kolibri OS

Rev

Rev 10 | Rev 13 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10 Rev 12
Line 125... Line 125...
125
;   FFF4  byte        0 if first mouse draw & do not return picture under
125
;   FFF4  byte        0 if first mouse draw & do not return picture under
126
;   FFF5  byte        1 do not draw pointer
126
;   FFF5  byte        1 do not draw pointer
127
;   FFFF  byte        do not change task for 1/100 sec.
127
;   FFFF  byte        do not change task for 1/100 sec.
128
;
128
;
129
;  10000  ->  1FFFF   32 bit os
129
;  10000  ->  1FFFF   32 bit os
130
;  20000  ->  2FFFF   32 bit stack
130
;  20000  ->  3EBFF   32 bit stack
131
;  30000  ->  36FFF   basic text font II
131
;  3EC00  ->  3F5FF   basic text font II
132
;  37000  ->  3BFFF   basic text font I
132
;  3F600  ->  3FFFF   basic text font I
133
;  40000  ->  4FFFF   data of retrieved disks and partitions (Mario79)
133
;  40000  ->  4FFFF   data of retrieved disks and partitions (Mario79)
134
;  50000  ->  5FFFF   free
134
;  50000  ->  5FFFF   free
135
;  60000  ->  7FFFF   paging tables
135
;  60000  ->  7FFFF   paging tables
136
;  80000  ->  8FFFF   additional app info, in 256 byte steps - 256 entries
136
;  80000  ->  8FFFF   additional app info, in 256 byte steps - 256 entries
137
;
137
;
Line 150... Line 150...
150
;           A4 dword  IPC memory size
150
;           A4 dword  IPC memory size
151
;           A8 dword  event bits: mouse, stack,..
151
;           A8 dword  event bits: mouse, stack,..
152
;
152
;
153
;           B0 dword  int40 handler in use ; 0 if not in use
153
;           B0 dword  int40 handler in use ; 0 if not in use
154
;           B4  byte  keyboard mode: 0 = keymap, 1 = scancodes
154
;           B4  byte  keyboard mode: 0 = keymap, 1 = scancodes
-
 
155
;           B8 dword  physical address of directory table
155
;
156
;
156
;  90000  ->  9FFFF   tmp
157
;  90000  ->  9FFFF   tmp
157
;  A0000  ->  AFFFF   screen access area
158
;  A0000  ->  AFFFF   screen access area
158
;  B0000  ->  FFFFF   bios rest in peace -area
159
;  B0000  ->  FFFFF   bios rest in peace -area
159
; 100000  -> 27FFFF   diskette image
160
; 100000  -> 27FFFF   diskette image