Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 440 → Rev 444

/kernel/branches/flat_kernel/blkdev/cd_drv.inc
1,3 → 1,11
$Revision: 431 $
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ;;
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
;; Distributed under terms of the GNU General Public License ;;
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
;**********************************************************
; Íåïîñðåäñòâåííàÿ ðàáîòà ñ óñòðîéñòâîì ÑD (ATAPI)
;**********************************************************
Property changes:
Deleted: svn:keywords
-Rev
\ No newline at end of property
/kernel/branches/flat_kernel/blkdev/cdrom.inc
1,3 → 1,11
$Revision: 431 $
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ;;
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa ;;
;; Distributed under terms of the GNU General Public License ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
sys_cd_audio:
 
cmp word [cdbase],word 0
Property changes:
Deleted: svn:keywords
-Rev
\ No newline at end of property
/kernel/branches/flat_kernel/blkdev/fdc.inc
1,3 → 1,4
$Revision: 431 $
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ;;
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
Property changes:
Deleted: svn:keywords
-Rev
\ No newline at end of property
/kernel/branches/flat_kernel/blkdev/flp_drv.inc
1,3 → 1,4
$Revision: 431 $
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ;;
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
Property changes:
Deleted: svn:keywords
-Rev
\ No newline at end of property
/kernel/branches/flat_kernel/blkdev/hd_drv.inc
1,3 → 1,11
$Revision: 431 $
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ;;
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
;; Distributed under terms of the GNU General Public License ;;
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
; Low-level driver for HDD access
; DMA support by Mario79
 
Property changes:
Deleted: svn:keywords
-Rev
\ No newline at end of property
/kernel/branches/flat_kernel/blkdev/rd.inc
1,4 → 1,4
$Revision$
$Revision: 442 $
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ;;
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
1317,7 → 1317,7
.insert_tilde:
mov word [edi], '~1'
popad
; clc ; CF already cleared
clc
ret
.tilde:
push edi
Property changes:
Deleted: svn:keywords
-Rev
\ No newline at end of property
/kernel/branches/flat_kernel/blkdev/rdsave.inc
1,3 → 1,11
$Revision: 431 $
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ;;
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
;; Distributed under terms of the GNU General Public License ;;
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
iglobal
saverd_fileinfo:
dd 2 ; subfunction: write
Property changes:
Deleted: svn:keywords
-Rev
\ No newline at end of property