Subversion Repositories Kolibri OS

Rev

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

Rev 7121 Rev 7129
Line 9... Line 9...
9
;;  See file COPYING for details.                               ;;
9
;;  See file COPYING for details.                               ;;
10
;;  Copyright 2003 Ville Turjanmaa                              ;;
10
;;  Copyright 2003 Ville Turjanmaa                              ;;
11
;;                                                              ;;
11
;;                                                              ;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 13... Line 13...
13
 
13
 
Line 14... Line 14...
14
$Revision: 7121 $
14
$Revision: 7129 $
15
 
15
 
Line 16... Line 16...
16
align 4
16
align 4
Line 346... Line 346...
346
@@:
346
@@:
Line 347... Line 347...
347
 
347
 
348
; bootloader interface
348
; bootloader interface
349
        push    0x1000
349
        push    0x1000
-
 
350
        pop     ds
-
 
351
        push    0
350
        pop     ds
352
        pop     es
351
        mov     si, kernel_restart_bootblock
353
        mov     si, [es:BOOT_KERNEL_RESTART]
352
        mov     ax, 'KL'
354
        mov     ax, 'KL'
Line 353... Line 355...
353
        jmp     0x1000:0000
355
        jmp     0x1000:0000
354
 
356