mirror of
https://github.com/drasko/codezero.git
synced 2026-02-20 22:03:15 +01:00
Removed hard-coded area definitions from kernel
This commit is contained in:
@@ -52,7 +52,7 @@ int user_mutex_test(void)
|
||||
__FUNCTION__, (int)base);
|
||||
goto out_err;
|
||||
} else
|
||||
printf("mmap: Anonymous shared buffer at %p\n", base);
|
||||
test_printf("mmap: Anonymous shared buffer at %p\n", base);
|
||||
|
||||
shared_page = base;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user