Changeset 096c8835 in mainline for uspace/srv/fs/minixfs/mfs_const.h


Ignore:
Timestamp:
2011-03-01T21:15:18Z (14 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
819450a
Parents:
dddb357
Message:

Add mfs_mounted(), not yet finished

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/minixfs/mfs_const.h

    rdddb357 r096c8835  
    3737#include <sys/types.h>
    3838
     39#define MFS_MAGIC_V1            0x137F
     40#define MFS_MAGIC_V2            0x2468
     41#define MFS_MAGIC_V3            0x4D5A
     42
    3943#define MFS_ROOT_INO            1
     44#define MFS_SUPER_BLOCK         0
     45#define MFS_SUPER_BLOCK_SIZE    1024
    4046
    4147#define V2_NR_DIRECT_ZONES      7
Note: See TracChangeset for help on using the changeset viewer.