Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
r1ru committed Feb 19, 2024
1 parent 092d26f commit 6ec0f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ __noreturn static void idle_task(void) {
// 0番目のCPUのブート処理: カーネルと最初のタスク (VMサーバ) を初期化した後にアイドルタスク
// として動作する。
void kernel_main(struct bootinfo *bootinfo) {
printf("Booting WASMOS...\n");
printf("Booting WasmOS...\n");
memory_init(bootinfo);
arch_init();
task_init_percpu();
Expand Down

0 comments on commit 6ec0f72

Please sign in to comment.