From a56386e880d82fcda6b8d770f5f0ad057a7ad00d Mon Sep 17 00:00:00 2001 From: AlmuHS Date: Sat, 15 Jun 2019 21:33:05 +0200 Subject: docs: linked slave_main() function --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7cce538..ee111fd1 100644 --- a/README.md +++ b/README.md @@ -298,7 +298,7 @@ To enable paging, we need to initialize CR0, CR3 and CR4 registers. as similar f This code, translated to assembly, has been added to [`cpuboot.S`](https://github.com/AlmuHS/GNUMach_SMP/blob/wip/i386/i386/cpuboot.S) assembly routine. -Once paging will be enabled, each cpu will can to read its own Local APIC, using the `*lapic` pointer. It will also allow to execute `cpu_number()` function, which is necessary to execute the `slave_main()` function to add the cpu to the kernel. +Once paging will be enabled, each cpu will can to read its own Local APIC, using the `*lapic` pointer. It will also allow to execute `cpu_number()` function, which is necessary to execute the [`slave_main()`](https://github.com/AlmuHS/GNUMach_SMP/blob/eb8b0bbf6299a0c19fca12ab71b810447f0d47f5/kern/startup.c#L282) function to add the cpu to the kernel. ## Gratitude -- cgit v1.2.3