Skip to content

Commit

Permalink
increased maximum kernel command line length
Browse files Browse the repository at this point in the history
  • Loading branch information
tangrs committed Nov 14, 2012
1 parent 32f3cfa commit 5e712f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ struct params {
size_t size;
} phys;

char kernel_cmdline[64];
char kernel_cmdline[128];

int machine_id;

Expand Down

0 comments on commit 5e712f7

Please sign in to comment.