At this point in the x86 boot process, exec has enabled interrupts/multitasking inter...
commitc5b36f7762b2981def3cbe66aca405d0067ac767
authorNicJA <NicJA@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Tue, 28 Feb 2017 04:19:18 +0000 (28 04:19 +0000)
committerNicJA <NicJA@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Tue, 28 Feb 2017 04:19:18 +0000 (28 04:19 +0000)
tree5dcc7b59405ee2350b4e0325f46f35b6978d6ec6
parent6045c05a3a3a9b5af9a71ab4c8a94953adf32f79
At this point in the x86 boot process, exec has enabled interrupts/multitasking internally, however we do not yet know enough about the system to have a scheduling heartbeat. This means we must co-operatively yield CPU time to let the ACPICA Init task run and finish configuring the ACPI environment so that we can determine what hardware features are available to configure the interrupt controllers, at which point we will enable the real heartbeat and bring pre-emption online.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@53954 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
arch/all-pc/kernel/acpi.c