Subversion Repositories Kolibri OS

Rev

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

Rev 1264 Rev 1735
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: 1264 $
14
$Revision: 1735 $
15
 
15
 
16
 
16
 
Line 814... Line 814...
814
        mov     al, [preboot_device]
814
        mov     al, [preboot_device]
815
        dec     al
815
        dec     al
816
        mov     [boot_dev], al
816
        mov     [boot_dev], al
Line 817... Line 817...
817
 
817
 
818
; GET MEMORY MAP
818
; GET MEMORY MAP
Line 819... Line 819...
819
include 'detect/biosmem.inc'
819
include '../detect/biosmem.inc'
Line 820... Line 820...
820
 
820
 
821
; READ DISKETTE TO MEMORY
821
; READ DISKETTE TO MEMORY