Subversion Repositories Kolibri OS

Rev

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

Rev 3611 Rev 3613
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
 
Line 74... Line 74...
74
$Revision: 3611 $
74
$Revision: 3613 $
Line 655... Line 655...
655
        mov     esi, boot_inittimer
655
        mov     esi, boot_inittimer
656
        call    boot_log
656
        call    boot_log
657
; Initialize system timer (IRQ0)
657
; Initialize system timer (IRQ0)
658
        call    PIT_init
658
        call    PIT_init
Line -... Line 659...
-
 
659
 
-
 
660
; CALCULATE FAT CHAIN FOR RAMDISK
-
 
661
 
-
 
662
        call    calculatefatchain
659
 
663
 
660
        mov     esi, boot_initapic
664
        mov     esi, boot_initapic
661
        call    boot_log
665
        call    boot_log
662
; Try to Initialize APIC
666
; Try to Initialize APIC
Line 711... Line 715...
711
;!!!!!!!!!!!!!!!!!!!!!!!
715
;!!!!!!!!!!!!!!!!!!!!!!!
712
include 'boot/rdload.inc'
716
include 'boot/rdload.inc'
713
;!!!!!!!!!!!!!!!!!!!!!!!
717
;!!!!!!!!!!!!!!!!!!!!!!!
714
end if
718
end if
715
;    mov    [dma_hdd],1
719
;    mov    [dma_hdd],1
716
; CALCULATE FAT CHAIN FOR RAMDISK
-
 
717
 
-
 
718
        call    calculatefatchain
-
 
Line 719... Line 720...
719
 
720
 
720
if 0
721
if 0
721
        mov     ax, [OS_BASE+0x10000+bx_from_load]
722
        mov     ax, [OS_BASE+0x10000+bx_from_load]
722
        cmp     ax, 'r1'; if using not ram disk, then load librares and parameters {SPraid.simba}
723
        cmp     ax, 'r1'; if using not ram disk, then load librares and parameters {SPraid.simba}
Line 4780... Line 4781...
4780
        add     word [msg_board_pos+2], 6
4781
        add     word [msg_board_pos+2], 6
4781
        cmp     bl, 10
4782
        cmp     bl, 10
4782
        jnz     @f
4783
        jnz     @f
4783
        mov     word [msg_board_pos+2], 234
4784
        mov     word [msg_board_pos+2], 234
4784
        add     word [msg_board_pos], 10
4785
        add     word [msg_board_pos], 10
4785
        mov     ax, [Screen_Max_Y]
4786
        mov     ax, word [Screen_Max_Y]
4786
        cmp     word [msg_board_pos], ax
4787
        cmp     word [msg_board_pos], ax
4787
        jbe     @f
4788
        jbe     @f
4788
        mov     word [msg_board_pos], 10
4789
        mov     word [msg_board_pos], 10
4789
@@:
4790
@@:
4790
end if
4791
end if