index
:
users/alekdu/syslinux.git/.git
master
Unnamed repository; edit this file to name it for gitweb.
Alek Du
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
com32
/
lib
/
stack.c
blob: dd7d9d46e7a09f60d75bd497075dc38471365725 (
plain
)
1
2
3
4
#include
<stdlib.h>
/* Default stack size 8 MB */
size_t
__stack_size
=
8
<<
20
;