Subversion Repositories Kolibri OS

Rev

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

Rev 8091 Rev 8092
Line 69... Line 69...
69
format binary as "mnt"
69
format binary as "mnt"
Line 70... Line 70...
70
 
70
 
71
include 'macros.inc'
71
include 'macros.inc'
Line 72... Line 72...
72
include 'struct.inc'
72
include 'struct.inc'
Line 73... Line 73...
73
 
73
 
74
$Revision: 8091 $
74
$Revision: 8092 $
Line 373... Line 373...
373
        mov     [debug_direct_print], al
373
        mov     [debug_direct_print], al
Line 374... Line 374...
374
 
374
 
375
        mov     al, [BOOT.launcher_start] ; Start the first app (LAUNCHER) after kernel is loaded?
375
        mov     al, [BOOT.launcher_start] ; Start the first app (LAUNCHER) after kernel is loaded?
Line -... Line 376...
-
 
376
        mov     [launcher_start], al
-
 
377
 
-
 
378
        mov     eax, [BOOT.devicesdat_size]
-
 
379
        mov     [acpi_dev_size], eax
-
 
380
        mov     eax, [BOOT.devicesdat_data]
376
        mov     [launcher_start], al
381
        mov     [acpi_dev_data], eax
377
 
382
 
378
        mov     esi, BOOT.bios_hd
383
        mov     esi, BOOT.bios_hd
379
        movzx   ecx, byte [esi-1]
384
        movzx   ecx, byte [esi-1]
380
        mov     [NumBiosDisks], ecx
385
        mov     [NumBiosDisks], ecx