mirror of
https://github.com/vivier/EMILE.git
synced 2025-08-15 07:27:41 +00:00
Move some defines to emile-first.h
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#define SECTOR_SIZE 512
|
||||
#define FIRST_LEVEL_SIZE (SECTOR_SIZE * 2)
|
||||
#include "emile-first.h"
|
||||
|
||||
#define CMDLINE_OFFSET (FIRST_LEVEL_SIZE + 4)
|
||||
|
||||
static void usage(int argc, char** argv)
|
||||
|
Reference in New Issue
Block a user