Changed the location for the debug syslog buffer from 16 MB to 63 MB. On my
machine the previous location was overwritten, probably by GRUB. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35817 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -83,8 +83,8 @@ dprintf(const char *format, ...)
|
|||||||
void
|
void
|
||||||
debug_init_post_mmu(void)
|
debug_init_post_mmu(void)
|
||||||
{
|
{
|
||||||
// allocate 1 MB memory at 16 MB
|
// allocate 1 MB memory at 63 MB
|
||||||
addr_t base = 16 * 1024 * 1024;
|
addr_t base = 63 * 1024 * 1024;
|
||||||
size_t size = 1024 * 1024;
|
size_t size = 1024 * 1024;
|
||||||
if (!mmu_allocate_physical(base, size))
|
if (!mmu_allocate_physical(base, size))
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user