# | Line 56 | Line 56 | |
---|---|---|
56 | #include "debug.h" | |
57 | ||
58 | ||
59 | < | // Our minimum stack requirement |
60 | < | unsigned long __stack = 0x4000; |
59 | > | // Options for libnix |
60 | > | unsigned long __stack = 0x4000; // Stack requirement |
61 | > | int __nocommandline = 1; // Disable command line parsing |
62 | ||
63 | ||
64 | // Constants |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |