Subversion Repositories Kolibri OS

Rev

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

Rev 1018 Rev 1103
Line 9... Line 9...
9
;;  KolibriOS 16-bit loader,                                    ;;
9
;;  KolibriOS 16-bit loader,                                    ;;
10
;;                        based on bootcode for MenuetOS        ;;
10
;;                        based on bootcode for MenuetOS        ;;
11
;;                                                              ;;
11
;;                                                              ;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 13... Line 13...
13
 
13
 
Line 14... Line 14...
14
$Revision: 1018 $
14
$Revision: 1103 $
15
 
15
 
16
 
16
 
Line 813... Line 813...
813
 
813
 
814
        mov     al, [preboot_device]
814
        mov     al, [preboot_device]
815
        dec     al
815
        dec     al
Line -... Line 816...
-
 
816
        mov     [boot_dev], al
-
 
817
 
-
 
818
; GET MEMORY MAP
816
        mov     [boot_dev], al
819
include 'detect/biosmem.inc'
Line 817... Line 820...
817
 
820
 
818
; READ DISKETTE TO MEMORY
821
; READ DISKETTE TO MEMORY
819
 
822
 
820
;        cmp     [boot_dev],0
823
        cmp     [boot_dev],0
821
        jne     no_sys_on_floppy
824
        jne     no_sys_on_floppy
822
        mov     si,diskload
825
        mov     si,diskload