repo.or.cz
/
syslinux.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Allow specifying * instead of any of the MENU COLOR fields.
[syslinux.git]
/
com32
/
lib
/
stack.c
blob
dd7d9d46e7a09f60d75bd497075dc38471365725
1
#include <stdlib.h>
2
3
/* Default stack size 8 MB */
4
size_t
__stack_size
=
8
<<
20
;