Skip to content

Commit

Permalink
Update main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
SchoolGuy authored Jul 25, 2024
1 parent 56bbb0e commit dffd3fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kernel/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <menix/log.h>
#include <menix/module.h>

void kernel_main(BootInfo* info)
void kernel_main(BootInfo * info)
{
// Say hello to the console.
kmesg("menix v" MENIX_VERSION " (" MENIX_ARCH ")\n");
Expand All @@ -21,7 +21,7 @@ void kernel_main(BootInfo* info)

// Clean up all modules.
module_fini();

// TODO: Shut the system down.

// Say goodbye.
Expand Down

0 comments on commit dffd3fa

Please sign in to comment.