/* * initdr.h * * Created on: Sep 1, 2011 * Author: Tiberiu */ #ifndef INITDR_H_ #define INITDR_H_ #include #include typedef struct { DirectoryEntry De; uint32 Offset; } __attribute__((packed)) luxDirectoryEntry; typedef struct { uint32 Magic; char Oem[6]; uint32 RootSize; // After RootSize is the root content } __attribute__((packed)) luxHeader; #endif /* INITDR_H_ */