mirror of
https://github.com/drasko/codezero.git
synced 2026-02-24 15:53:14 +01:00
Removed unnecessary printks, fixed few minor issues.
This commit is contained in:
@@ -34,7 +34,7 @@ void init_mm(struct initdata *initdata)
|
||||
|
||||
/* Initialise the zero page */
|
||||
init_devzero();
|
||||
printf("%s: Initialised zero page.\n", __TASKNAME__);
|
||||
printf("%s: Initialised devzero.\n", __TASKNAME__);
|
||||
|
||||
init_utcb();
|
||||
printf("%s: Initialised own utcb.\n", __TASKNAME__);
|
||||
|
||||
Reference in New Issue
Block a user