Subversion Repositories Kolibri OS

Rev

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

Rev 4711 Rev 4713
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
 
74
$Revision: 4711 $
74
$Revision: 4713 $
Line 5053... Line 5053...
5053
        mov     ax, word [Screen_Max_Y]
5053
        mov     ax, word [Screen_Max_Y]
5054
        mov     [esp + 32], eax
5054
        mov     [esp + 32], eax
5055
        ret
5055
        ret
5056
;-----------------------------------------------------------------------------
5056
;-----------------------------------------------------------------------------
5057
align 4
5057
align 4
5058
syscall_cdaudio:                        ; CD
5058
syscall_cdaudio:
5059
; ECX - position of CD/DVD-drive
5059
; ECX - position of CD/DVD-drive
5060
; from 0=Primary Master to 3=Secondary Slave for first IDE contr.
5060
; from 0=Primary Master to 3=Secondary Slave for first IDE contr.
5061
; from 4=Primary Master to 7=Secondary Slave for second IDE contr.
5061
; from 4=Primary Master to 7=Secondary Slave for second IDE contr.
5062
; from 8=Primary Master to 11=Secondary Slave for third IDE contr.
5062
; from 8=Primary Master to 11=Secondary Slave for third IDE contr.
5063
        cmp     ecx, 11
5063
        cmp     ecx, 11