Subversion Repositories Kolibri OS

Rev

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

Rev 5569 Rev 6014
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 5569 $
8
$Revision: 6014 $
9
 
9
 
10
; Disk access through BIOS
10
; Disk access through BIOS
11
iglobal
11
iglobal
Line 205... Line 205...
205
        pop     eax
205
        pop     eax
206
        mov     [bios_cur_sector], eax
206
        mov     [bios_cur_sector], eax
207
        jmp     bd_read
207
        jmp     bd_read
208
.readerr:
208
.readerr:
209
.v86err:
209
.v86err:
-
 
210
        pop     edx
-
 
211
        pop     eax
210
        mov     [hd_error], 1
212
        mov     [hd_error], 1
211
        jmp     hd_read_error
213
        jmp     hd_read_error
212
;-----------------------------------------------------------------
214
;-----------------------------------------------------------------
213
bd_write_cache_chain:
215
bd_write_cache_chain:
214
        pusha
216
        pusha