mirror of
https://github.com/drasko/codezero.git
synced 2026-02-09 16:33:16 +01:00
Modified the kernel and all tasks with well-formatted printout messages.
This commit is contained in:
@@ -78,6 +78,8 @@ int initialise(void)
|
||||
/* Mount the filesystem on the root device */
|
||||
vfs_mount_root(root_sb);
|
||||
|
||||
printf("%s: Mounted memfs root filesystem.\n", __TASKNAME__);
|
||||
|
||||
/* Learn about what tasks are running */
|
||||
init_task_data();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user