Subversion Repositories Kolibri OS

Rev

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

Rev 2129 Rev 2154
Line 66... Line 66...
66
;;
66
;;
67
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
67
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 68... Line 68...
68
 
68
 
Line 69... Line 69...
69
include 'macros.inc'
69
include 'macros.inc'
Line 70... Line 70...
70
 
70
 
Line 71... Line 71...
71
$Revision: 2129 $
71
$Revision: 2154 $
Line 224... Line 224...
224
           mov   ds,ax
224
           mov   ds,ax
225
           mov   es,ax
225
           mov   es,ax
226
           mov   fs,ax
226
           mov   fs,ax
227
           mov   gs,ax
227
           mov   gs,ax
228
           mov   ss,ax
228
           mov   ss,ax
229
           mov   esp,0x3ec00       ; Set stack
229
           mov   esp,0x5ec00       ; Set stack
Line 230... Line 230...
230
 
230
 
Line 231... Line 231...
231
; CLEAR 0x280000 - HEAP_BASE
231
; CLEAR 0x280000 - HEAP_BASE
232
 
232