forked from KolibriOS/kolibrios
slightly decreased kerpack'ed size
git-svn-id: svn://kolibrios.org@498 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
91e30473ed
commit
8390a01a58
@ -170,8 +170,6 @@ include "bus/pci/pci16.inc"
|
||||
mov cr0, eax
|
||||
jmp pword os_code:B32 ; jmp to enable 32 bit mode
|
||||
|
||||
include "boot/shutdown.inc" ; shutdown or restart
|
||||
|
||||
align 8
|
||||
tmp_gdt:
|
||||
|
||||
@ -253,6 +251,13 @@ B32:
|
||||
lgdt [gdts]
|
||||
jmp pword os_code:high_code
|
||||
|
||||
|
||||
use16
|
||||
org $-0x10000
|
||||
include "boot/shutdown.inc" ; shutdown or restart
|
||||
org $+0x10000
|
||||
use32
|
||||
|
||||
__DEBUG__ fix 1
|
||||
__DEBUG_LEVEL__ fix 1
|
||||
include 'init.inc'
|
||||
@ -542,7 +547,7 @@ include 'vmodeld.inc'
|
||||
; LOADING LIBRARES
|
||||
stdcall dll.Load,@IMPORT ; SPraid - çàãðóçêà ôóíêöèîíàëà (ïîêà ÷òî èíè ôàéë)
|
||||
call load_conf_file ; prepare configuration file
|
||||
call set_kentel_conf ; configure devices and gui
|
||||
call set_kernel_conf ; configure devices and gui
|
||||
no_lib_load:
|
||||
|
||||
; LOAD FONTS I and II
|
||||
|
Loading…
Reference in New Issue
Block a user