Subversion Repositories Kolibri OS

Rev

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

Rev 2643 Rev 3164
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2011-2012. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2011-2012. 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: 2643 $
8
$Revision: 3164 $
9
 
9
 
10
; =============================================================================
10
; =============================================================================
11
; ================================= Constants =================================
11
; ================================= Constants =================================
Line 624... Line 624...
624
        xor     eax, eax
624
        xor     eax, eax
625
        ret     4
625
        ret     4
Line 626... Line 626...
626
 
626
 
627
; The default implementation of DISKFUNC.adjust_cache_size.
627
; The default implementation of DISKFUNC.adjust_cache_size.
628
disk_default_adjust_cache_size:
628
disk_default_adjust_cache_size:
629
        mov     eax, [esp+4]
629
        mov     eax, [esp+8]
Line 630... Line 630...
630
        ret     4
630
        ret     8
631
 
631
 
632
; This is an internal function called from 'disk_media_changed' when a new media
632
; This is an internal function called from 'disk_media_changed' when a new media
633
; is detected. It creates the list of partitions for the media.
633
; is detected. It creates the list of partitions for the media.