diff options
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ mpmain(void) scheduler(); } -static void +void bootothers(void) { extern uchar _binary_bootother_start[], _binary_bootother_size[]; |
![]() |
index : 135e2/xv6-labs.git | |
| xv6-labs-2024-winter | 135e2 |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | main.c | 2 |
@@ -74,7 +74,7 @@ mpmain(void) scheduler(); } -static void +void bootothers(void) { extern uchar _binary_bootother_start[], _binary_bootother_size[]; |