This repository has been archived on 2023-08-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
RescueBootCD/extra/syslinux-3.09/com32/lib/stack.c

5 lines
82 B
C

#include <stdlib.h>
/* Default stack size 8 MB */
size_t __stack_size = 8 << 20;