Subversion Repositories Kolibri OS

Rev

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

Rev 7965 Rev 8086
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: 7965 $
74
$Revision: 8086 $
Line 695... Line 695...
695
        call    boot_log
695
        call    boot_log
696
; Initialize system timer (IRQ0)
696
; Initialize system timer (IRQ0)
697
        call    PIT_init
697
        call    PIT_init
Line 698... Line 698...
698
 
698
 
699
; Register ramdisk file system
699
; Register ramdisk file system
700
        cmp     byte [BOOT.dev+0x10000], 1
700
        cmp     byte [BOOT.dev], 1
Line 701... Line 701...
701
        je      @f
701
        je      @f
702
 
702
 
703
        mov     esi, boot_initramdisk
703
        mov     esi, boot_initramdisk