Beta-MyConfig

This commit is contained in:
2024-02-15 22:31:52 -05:00
parent 842e7c594e
commit 5312a86e7b
5 changed files with 20 additions and 21 deletions

View File

@@ -146,7 +146,7 @@ namespace JabyEngine {
static constexpr auto DebugScale = 1.0;
//TODO: for now v
printf("Config-Str: %s\n", TEST_STR);
printf("Config-Str: %s\n", Configuration::Test::string());
__debug_boot_print_at(GPU::Color24::White(), DebugX, DebugY, DebugScale, "Starting Planschbecken\n");
printf("Heap starts @0x%p\n", &__heap_start);
printf("BSS from 0x%p to 0x%p (%u)\n", &__bss_start, &__bss_end, __bss_len);