Subversion Repositories Kolibri OS

Rev

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

Rev 7136 Rev 7215
Line 32... Line 32...
32
;include 'floppy2880.inc'
32
;include 'floppy2880.inc'
33
;include 'floppy1680.inc'
33
;include 'floppy1680.inc'
34
;include 'floppy1743.inc'
34
;include 'floppy1743.inc'
Line 35... Line 35...
35
 
35
 
36
start_program:
-
 
-
 
36
start_program:
-
 
37
; 
37
 
38
        cld     ;clear direction flag for Phoenix BIOS, see next "lodsb"
-
 
39
        xor     ax, ax
38
        xor     ax, ax
40
        cli
39
        mov     ss, ax
41
        mov     ss, ax
-
 
42
        mov     sp, boot_program
-
 
43
        sti
40
        mov     sp, boot_program
44
; <\Efremenkov S.V.>
41
        push    ss
45
        push    ss
Line 42... Line 46...
42
        pop     ds
46
        pop     ds
43
 
47