mirror of
https://github.com/vivier/EMILE.git
synced 2025-02-25 23:29:10 +00:00
Define COMMAND_LINE_LENGTH
This commit is contained in:
parent
69d73de025
commit
dbfff6ba88
@ -7,6 +7,8 @@
|
||||
#ifndef __HEAD_H__
|
||||
#define __HEAD_H__
|
||||
|
||||
#define COMMAND_LINE_LENGTH 256
|
||||
|
||||
/*
|
||||
* WARNING: remember that m68k is big endian, like powerPC.
|
||||
* i386 is little-endian
|
||||
@ -29,7 +31,7 @@ struct emile_l2_header {
|
||||
u_int32_t kernel_size;
|
||||
u_int32_t ramdisk_offset;
|
||||
u_int32_t ramdisk_size;
|
||||
int8_t command_line[256];
|
||||
int8_t command_line[COMMAND_LINE_LENGTH];
|
||||
|
||||
/* EM02 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user