Changeset 92dd5c8 in mainline for uspace/srv/fs/minixfs/mfs.h


Ignore:
Timestamp:
2011-03-13T20:14:29Z (14 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
245eb02d
Parents:
ccbc5b56
Message:

Read superblock and look for a corrispondent magic number, fix first data zone calculation in mkminix

File:
1 edited

Legend:

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

    rccbc5b56 r92dd5c8  
    3737#include "../../vfs/vfs.h"
    3838
     39#define DEBUG_MODE
     40
     41#ifdef DEBUG_MODE
     42#define mfsdebug(...)   printf(__VA_ARGS__)
     43#else
     44#define mfsdebug(...)
     45#endif
     46
    3947typedef enum {
    4048        MFS_VERSION_V1 = 1,
Note: See TracChangeset for help on using the changeset viewer.