Subversion Repositories Kolibri OS

Rev

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

Rev 256 Rev 277
Line 3... Line 3...
3
;*             expiration hd_wait_timeout -  Mario79         *
3
;*             expiration hd_wait_timeout -  Mario79         *
4
;* 28.01.2006 find all Fat16/32 partition in all input point *
4
;* 28.01.2006 find all Fat16/32 partition in all input point *
5
;*            to MBR - Mario79                               *
5
;*            to MBR - Mario79                               *
6
;*************************************************************
6
;*************************************************************
Line -... Line 7...
-
 
7
 
7
 
8
uglobal
Line 8... Line -...
8
align 4
-
 
9
 
9
align 4
10
iglobal
10
 
11
;******************************************************
11
;******************************************************
12
; Please do not change this place - variables  in text 
12
; Please do not change this place - variables  in text 
13
; Mario79
13
; Mario79
14
; START place
14
; START place
15
;******************************************************
15
;******************************************************
16
PARTITION_START      dd 0x3f
16
PARTITION_START      dd 0x3f
-
 
17
PARTITION_END        dd 0
Line 17... Line 18...
17
PARTITION_END        dd 0
18
fs_type              db 0       ; 0=none, 1=NTFS, 16=FAT16, 32=FAT32
18
fs_type              db 0       ; 0=none, 1=NTFS, 16=FAT16, 32=FAT32
19
align 4
Line 19... Line 20...
19
 
20
 
Line 62... Line 63...
62
 
63
 
63
;***************************************************************************
64
;***************************************************************************
64
; End place
65
; End place
65
; Mario79
66
; Mario79
-
 
67
;***************************************************************************
-
 
68
endg
Line 66... Line 69...
66
;***************************************************************************
69
iglobal
67
 
70
 
68
  partition_types:              ; list of fat16/32 partitions
71
  partition_types:              ; list of fat16/32 partitions
69
    db    0x04                  ; DOS: fat16 <32M
72
    db    0x04                  ; DOS: fat16 <32M