Subversion Repositories Kolibri OS

Rev

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

Rev Author Line No. Line
1 ha 1
;
2
;   MEMORY MAP
3
;
4
;   Boot:
5
;
6
;   0:9000     byte   bits per pixel
7
;   0:9001     word   scanline length
8
;   0:9008     word   vesa video mode
9
;   0:900A     word   X res
10
;   0:900C     word   Y res
11
;   0:9010     byte   mouse port  - not used
12
;   0:9014     dword  Vesa 1.2 pm bank switch
13
;   0:9018     dword  Vesa 2.0 LFB address
14
;   0:901C     byte   0 or 1 : enable MTRR graphics acceleration
15
;   0:901D     byte   not used anymore (0 or 1 : enable system log display)
16
;   0:901E     byte   0 or 1 : enable direct lfb write, paging disabled
346 diamond 17
;   0:901F     byte   DMA write : 1=yes, 2=no
1 ha 18
;   0:9020     8bytes pci data
19
;   0:9030     byte   VRR start enabled 1, 2-no
20
;   0:9031     word   IDEContrRegsBaseAddr
76 mario79 21
;    0x9040 - dword - entry point of APM BIOS
22
;    0x9044 -  word - version (BCD)
23
;    0x9046 -  word - flags
709 diamond 24
;   0:907F     byte   number of BIOS hard disks
25
;   0:9080     Nbytes BIOS hard disks
1103 diamond 26
;   0:9100     word   available physical memory map: number of blocks
27
;   0:9104            available physical memory map: blocks
1 ha 28
;
29
;   Runtime:
30
;
465 serge 31
; 0x00000000 -> 0x7FFFFFFF  application 2Gb
32
 
33
; 0x80000000 -> 1FFF   window_data   - 256 entries
1 ha 34
;
35
;         0000 dword  x start
36
;         0004 dword  y start
37
;         0008 dword  x size
38
;         000C dword  y size
39
;         0010 dword  color of work area
40
;         0014 dword  color of grab bar
41
;         0018 dword  color of frames
42
;         001C dword  window flags, +30 = window drawn, +31 redraw flag
43
;
14 poddubny 44
;   2000  ->   2FFF   free
45
;
1 ha 46
;   3000  ->   4FFF   task list      - 256 entries
47
;
48
;         00   dword  process count
49
;         04   dword  no of processes
50
;         10   dword  base of running process at 0x3000+
51
;
52
;         20   dword  application event mask
53
;         24   dword  PID - process identification number
115 poddubny 54
;         2a   byte   slot state: 0=running, 1,2=suspended
55
;                        3=zombie, 4=terminate,
56
;                        5=waiting for event, 9 = not used
1 ha 57
;         2e   byte   window number on screen
58
;         30   dword  exact position in memory
59
;         34   dword  counter sum
60
;         38   dword  time stamp counter add
61
;         3c   dword  cpu usage in cpu timer tics
62
;
63
;
314 diamond 64
;   5000  ->   68FF   free
1 ha 65
;   6900  ->   6EFF   saved picture under mouse pointer
66
;
33 mario79 67
;   6F00  ->   6FFF   free
1 ha 68
;
33 mario79 69
;   7000  ->   7FFF   used CD driver
70
;
1 ha 71
;   8000  ->   A3FF   used FLOPPY driver
72
;
102 poddubny 73
;   A400  ->   B0FF   free
8 poddubny 74
 
1056 Galkov 75
;   B100  ->   B307   IDT for int_0x00..int_0x40
1 ha 76
 
1056 Galkov 77
;   B308  ->   BFFF   free
8 poddubny 78
 
1 ha 79
;   C000  ->   C3FF   window stack C000 no of windows - all in words
80
;   C402  ->   C7FF   window position in stack
81
;   D000  ->   D1FF   FDC controller
82
;   D200  ->   D3FF   FDC controller for Fat12
83
;   D400  ->   DFFF   free
84
;   E000  byte        multitasking started
85
;   E020  dword       putpixel address
86
;   E024  dword       getpixel address
87
;   E030  dword       Vesa 1.2 pm bank switch address
88
;   F200  dword       mousepicture -pointer
89
;   F204  dword       mouse appearance counter
90
;   F300  dword       x & y temp for windowmove
91
;   F400  byte        no of keys in buffer
92
;   F401  byte        'buffer'
93
;   F402  ->   F4FF   reserved for keys
94
;   F500  byte        no of buttons in buffer
95
;   F501  dword       'buffer'
96
;   F502  ->   F5FF   reserved for buttons
97
;   F600  dword       tsc / second
98
;   F604  byte        mouse port: 1 ps2, 2 com1, 3 com2
99
;   FB00  ->   FB0F   mouse memory 00 chunk count - FB0A-B x - FB0C-D y
100
;   FB10  ->   FB17   mouse color mem
101
;   FB21              x move
102
;   FB22              y move
103
;   FB28              high bits temp
104
;   FB30              color temp
105
;   FB40  byte        buttons down
106
;   FB44  byte        0 mouse down -> do not draw
107
;   FB4A  ->   FB4D   FB4A-B x-under - FB4C-D y-under
108
;   FBF1  byte        bits per pixel
109
;   FC00  ->   FCFE   com1/ps2 buffer
110
;   FCFF              com1/ps2 buffer count starting from FC00
111
;   FE00  dword       screen x size
112
;   FE04  dword       screen y size
113
;   FE08  dword       screen y multiplier
114
;   FE0C  dword       screen mode
115
;   FE80  dword       address of LFB in physical
116
;   FE84  dword       address of applications memory start in physical
117
;   FE88  dword       address of button list
118
;   FE8C  dword       memory to use
119
;   FF00  byte        1 = system shutdown request
105 poddubny 120
;   FF01  dword       free
1 ha 121
;   FFF0  byte        1 = redraw background request from app
122
;   FFF1  byte        1 = diskette int occur
123
;   FFF2              write and read bank in screen
124
;   FFF4  byte        0 if first mouse draw & do not return picture under
125
;   FFF5  byte        1 do not draw pointer
126
;   FFFF  byte        do not change task for 1/100 sec.
127
;
516 serge 128
; 0x80010000 ->  6CBFF   kernel, 32-bit run-time code (up to 371 Kb)
22 poddubny 129
 
516 serge 130
; 0x8006CC00 ->  6DBFF   stack at boot time (4Kb)
131
;
132
; 0x8006DC00 ->  6E5FF   basic text font II
133
; 0x8006E600 ->  6Efff   basic text font I
134
; 0x8006F000 ->  6FFFF   main page directory
22 poddubny 135
 
516 serge 136
; 0x80070000 ->  7FFFF   data of retrieved disks and partitions (Mario79)
465 serge 137
; 0x80080000 ->  8FFFF   additional app info, in 256 byte steps - 256 entries
1 ha 138
;
465 serge 139
;         00  11db  name of app running
140
;       0x10 dword  pointer to  fpu save area
141
;       0x14 dword  event count
142
;       0x18 dword  user fpu exceptoins handler
143
;       0x1c dword  user sse exceptions handler
144
;         20 dword  PL0 stack base
145
;         24 dword  user heap base
146
;         28 dword  user heap top
147
;         2c dword  window cursor handle
148
;         30 dword  first event in list
149
;         34 dword  last event in list
150
;         38 dword  first kernel object in list
151
;         3c dword  last kernel object in list
152
;         40 dword  thread esp
153
;         44 dword  io permission map page 0
154
;         48 dword  io permission map page 1
540 victor 155
;         4c dword  debug state: 1= load debug registers
709 diamond 156
;         50 dword  current directory ptr
157
;         54 dword  wait timeout
158
;         58 dword  thread TSS._esp0 (= pl0 stack base + size except for V86)
159
;         5C-7F     unused
1 ha 160
;
465 serge 161
;         80 dword  address of random shaped window area
162
;         84 byte   shape area scale
163
;         88 dword  free
164
;         8C dword  application memory size
165
;         90 dword  window X position save
166
;         94 dword  window Y position save
167
;         98 dword  window X size save
168
;         9C dword  window Y size save
169
;         A0 dword  IPC memory start
170
;         A4 dword  IPC memory size
171
;         A8 dword  event bits: mouse, stack,..
172
;         AC dword  0 or debugger slot
173
;         B0 dword  free
174
;         B4  byte  keyboard mode: 0 = keymap, 1 = scancodes
175
;         B8 dword  physical address of directory table
176
;         BC dword  address of debug event memory
177
;         C0  5 dd  thread debug registers: DR0,DR1,DR2,DR3,DR7
1 ha 178
;
465 serge 179
; 0x80090000 ->  9FFFF   tmp
180
; 0x800A0000 ->  AFFFF   screen access area
181
; 0x800B0000 ->  FFFFF   bios rest in peace -area
182
; 0x80100000 -> 27FFFF   diskette image
183
; 0x80280000 -> 281FFF   ramdisk fat
184
; 0x80282000 -> 283FFF   floppy  fat
1 ha 185
;
580 mario79 186
; 0x80284000 -> 28BFFF   HDD DMA AREA
187
; 0x8028C000 -> 297FFF   free (48 Kb)
1 ha 188
;
555 diamond 189
; 0x80298000 -> 29ffff   auxiliary table for background smoothing code
190
;
465 serge 191
; 0x802A0000 -> 2B00ff   wav device data
192
; 0x802C0000 -> 2C3fff   button info
193
;
194
;       0000 word    number of buttons
1 ha 195
;        first button entry at 0x10
465 serge 196
;       +0000 word   process number
197
;       +0002 word   button id number : bits 00-15
198
;       +0004 word   x start
199
;       +0006 word   x size
200
;       +0008 word   y start
201
;       +000A word   y size
202
;       +000C word   button id number : bits 16-31
1 ha 203
;
465 serge 204
; 0x802C4000 -> 2CFFFF   free (48Kb)
22 poddubny 205
;
465 serge 206
; 0x802D0000 -> 2DFFFF   reserved port area
1 ha 207
;
465 serge 208
;       0000 dword   no of port areas reserved
209
;       0010 dword   process id
210
;            dword   start port
211
;            dword   end port
212
;            dword   0
1 ha 213
;
465 serge 214
; 0x802E0000 -> 2EFFFF   irq data area
215
; 0x802F0000 -> 2FFFFF   low memory save
1 ha 216
;
581 serge 217
; 0x80300000 -> 31FFFF   tcp memory       128 Kb
218
; 0x80320000 -> 327FFF   tcp memory        32 Kb
1 ha 219
;
581 serge 220
; 0x80328000 -> 32FFFF   !vrr driver       32 Kb
513 serge 221
 
581 serge 222
; 0x80330000 -> 377FFF   skin data
513 serge 223
 
581 serge 224
; 0x80338000 -> 33AFFF draw data     - 256 entries
1 ha 225
;         00   dword  draw limit - x start
226
;         04   dword  draw limit - y start
227
;         08   dword  draw limit - x end
228
;         0C   dword  draw limit - y end
513 serge 229
 
581 serge 230
; 0x8033C000 -> 47BFFF   display info
513 serge 231
 
581 serge 232
; 0x8047CF80 -> 47CFFF TSS            128 bytes
233
; 0x8047D000 -> 47EFFF IO map for (8192*8)=65536 ports
234
 
235
; 0x8047F000 -> 48FFFF   page map     max 128 Kb
1 ha 236
;
581 serge 237
 
513 serge 238
; 0x80800000 ->       kernel heap
465 serge 239
; 0x81FFFFFF          heap min limit
240
; 0xFDBFFFFF          heap max limit
1 ha 241
 
465 serge 242
; 0xFDC00000 -> 0xFDFFFFFF  page tables 4Mb
243
; 0xFE000000 -> 0xFFFFFFFF  LFB 32Mb
244
; 0xFE000000 -> 0xFE7FFFFF  application available LFB 8Mb
245
; 0xFE800000 -> 0xFFFFFFFF  kernel LFB part 24 Mb
1 ha 246