Mon, 14 Jan 2013 09:50:37 +0000
Max out system memory by default
Set the system memory to 2MiB base, 2MiB ext. This is a fully loaded 3B1
motherboard with a RAM expansion board. 512KiB base/no ext is the minimum
which can be specified (e.g. kernel memory map area only) but does not leave
any room for userspace. The kernel doesn't like that and doesn't handle it
gracefully...!
philpem@13 | 1 | #define VER_COMPILE_DATETIME "@@datetime@@" |
philpem@14 | 2 | #define VER_COMPILE_DATE "@@date@@" |
philpem@14 | 3 | #define VER_COMPILE_TIME "@@time@@" |
philpem@14 | 4 | #define VER_COMPILE_BY "@@whoami@@" |
philpem@14 | 5 | #define VER_COMPILE_HOST "@@hostname@@" |
philpem@14 | 6 | #define VER_COMPILER "@@compiler@@" |
philpem@14 | 7 | #define VER_BUILD_TYPE "@@buildtype@@" |
philpem@14 | 8 | #define VER_CFLAGS "@@cflags@@" |
philpem@0 | 9 | |
philpem@14 | 10 | #define VER_MAJOR @@majorver@@ |
philpem@14 | 11 | #define VER_MINOR @@minorver@@ |
philpem@14 | 12 | #define VER_BUILDNUM @@buildnum@@ |
philpem@14 | 13 | #define VER_EXTRA "@@extraver@@" |
philpem@14 | 14 | #define VER_VCSREV "@@vcsstr@@" |
philpem@0 | 15 | |
philpem@13 | 16 | #define VER_FULLSTR "@@fullverstr@@" |
philpem@0 | 17 |