Subversion Repositories Kolibri OS

Rev

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

Rev 172 Rev 183
Line 160... Line 160...
160
        mov     gs,ax
160
        mov     gs,ax
161
        mov     ss,ax
161
        mov     ss,ax
162
        mov     esp,0x3ec00             ; Set stack
162
        mov     esp,0x3ec00             ; Set stack
163
        jmp     pword os_code:B32       ; jmp to enable 32 bit mode
163
        jmp     pword os_code:B32       ; jmp to enable 32 bit mode
Line -... Line 164...
-
 
164
 
-
 
165
if gdte >= $
-
 
166
error 'GDT overlaps with used code!'
-
 
167
end if
164
 
168
 
Line -... Line 169...
-
 
169
use32
-
 
170
 
165
use32
171
include 'unpacker.inc'
166
 
172
 
167
iglobal
173
iglobal
168
  boot_memdetect    db   'Determining amount of memory',0
174
  boot_memdetect    db   'Determining amount of memory',0
169
  boot_fonts        db   'Fonts loaded',0
175
  boot_fonts        db   'Fonts loaded',0