diff options
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -144,6 +144,11 @@ | |||
144 | // them put on the stack. For some very small machines with limited stack | 144 | // them put on the stack. For some very small machines with limited stack |
145 | // space, this can be deadly. For most folks, this works just fine... | 145 | // space, this can be deadly. For most folks, this works just fine... |
146 | //#define BB_FEATURE_BUFFERS_GO_ON_STACK | 146 | //#define BB_FEATURE_BUFFERS_GO_ON_STACK |
147 | // The third alternative for buffer allocation is to use BSS. This works | ||
148 | // beautifully for computers with a real MMU (and OS support), but wastes | ||
149 | // runtime RAM for uCLinux. This behavior was the only one available for | ||
150 | // BusyBox versions 0.48 and earlier. | ||
151 | //#define BB_FEATURE_BUFFERS_GO_IN_BSS | ||
147 | // | 152 | // |
148 | // Turn this on to use Erik's very cool devps, and devmtab kernel drivers, | 153 | // Turn this on to use Erik's very cool devps, and devmtab kernel drivers, |
149 | // thereby eliminating the need for the /proc filesystem and thereby saving | 154 | // thereby eliminating the need for the /proc filesystem and thereby saving |