Subversion Repositories Kolibri OS

Rev

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

Rev 6252 Rev 6261
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: 6252 $
74
$Revision: 6261 $
Line 1098... Line 1098...
1098
        mov     eax, 0xDEADBEEF      ; otherwise halt
1098
        mov     eax, 0xDEADBEEF      ; otherwise halt
1099
        hlt
1099
        hlt
Line 1100... Line 1100...
1100
 
1100
 
Line -... Line 1101...
-
 
1101
first_app_found:
-
 
1102
 
-
 
1103
        mov     ecx, bios_fb
1101
first_app_found:
1104
        call    set_framebuffer
Line 1102... Line 1105...
1102
 
1105
 
1103
; START MULTITASKING
1106
; START MULTITASKING
1104
 
1107