We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faaf549 commit d149f10Copy full SHA for d149f10
src/pure64.asm
@@ -717,19 +717,22 @@ pde_end:
717
mov ebx, 4
718
call debug_block
719
720
- call init_cpu ; Configure the BSP CPU
+; Configure the BSP CPU
721
+ call init_cpu
722
723
; Visual Debug (4/8)
724
mov ebx, 6
725
726
- call init_hpet ; Configure the HPET
727
+; Configure the HPET
728
+ call init_hpet
729
730
; Visual Debug (5/8)
731
mov ebx, 8
732
733
- call init_smp ; Init of SMP, deactivate interrupts
734
+; Init of SMP, deactivate interrupts
735
+ call init_smp
736
737
; Visual Debug (6/8)
738
mov ebx, 10
0 commit comments