Skip to content

Commit

Permalink
update screebshot
Browse files Browse the repository at this point in the history
  • Loading branch information
huangguiyang committed Jul 2, 2023
1 parent bb76f72 commit d851c75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kern/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ void smp_init(void)
{
if (g_lapic_num < 2) return;

printf("Bring up APs...\n\n");
printf("Bring up APs...\n");

void *base = get_lapic_base_addr();
int self = get_lapic_id(base);
Expand Down
Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d851c75

Please sign in to comment.