add hello world example and edit source tree

This commit is contained in:
Irlan
2017-02-27 18:59:58 -03:00
parent ed0159f4b5
commit 71ee97aaa0
49 changed files with 177 additions and 14 deletions

View File

@@ -21,9 +21,9 @@
#include <bounce/common/settings.h>
// Allocate 10 MiB from the stack.
// Allocate 1 MiB from the stack.
// Increase as you want.
const u32 b3_maxStackSize = B3_MiB(10);
const u32 b3_maxStackSize = B3_MiB(1);
// A stack allocator.
class b3StackAllocator