Update tramp.S comment

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1705
Closes: https://github.com/freebsd/freebsd-src/pull/1705
This commit is contained in:
tropicahq
2025-05-21 12:36:47 +01:00
committed by Warner Losh
parent f850a9288b
commit 150274edd2
+1 -1
View File
@@ -8,7 +8,7 @@
* This is the trampoline that starts the FreeBSD kernel. Since the Linux kernel
* calls this routine with no args, and has a different environment than the boot
* loader provides and that the kernel expects, this code is responsible for setting
* all that up and calling the normal kernel entry point. It's analogous ot the
* all that up and calling the normal kernel entry point. It's analogous to the
* "purgatory" code in the linux kernel. Details about these operations are
* contained in comments below. On aarch64, the kernel will start all the APs so
* we don't have to worry about them here.