Subversion Repositories Kolibri OS

Rev

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

Rev 1378 Rev 1379
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2007. 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: 1378 $
8
$Revision: 1379 $
9
 
9
 
10
 
10
 
Line 124... Line 124...
124
    db    0xcc                  ; DRDOS/secured: fat32, LBA-mapped
124
    db    0xcc                  ; DRDOS/secured: fat32, LBA-mapped
125
    db    0xce                  ; DRDOS/secured: fat16, LBA-mapped
125
    db    0xce                  ; DRDOS/secured: fat16, LBA-mapped
126
    db    0xd4                  ; Old Multiuser DOS secured: fat16 <32M
126
    db    0xd4                  ; Old Multiuser DOS secured: fat16 <32M
127
    db    0xd6                  ; Old Multiuser DOS secured: fat16 >32M
127
    db    0xd6                  ; Old Multiuser DOS secured: fat16 >32M
128
    db    0x07                  ; NTFS
128
    db    0x07                  ; NTFS
129
    db    0x17                  ; NTFS, hidden
129
    db    0x27                  ; NTFS, hidden
130
    db    0x83                  ; Linux native file system (ext2fs)
130
    db    0x83                  ; Linux native file system (ext2fs)
131
  partition_types_end:
131
  partition_types_end:
Line 132... Line 132...
132
 
132
 
Line 504... Line 504...
504
    mov   [fatMASK],0x0000FFFF
504
    mov   [fatMASK],0x0000FFFF
505
    mov   [fs_type],16         ; Fat16
505
    mov   [fs_type],16         ; Fat16
506
    call  free_hd_channel
506
    call  free_hd_channel
507
    mov   [hd1_status],0        ; free
507
    mov   [hd1_status],0        ; free
508
    ret
508
    ret
509
>
-