Skip to content

Commit

Permalink
x86_64: cleaned SMP stub code
Browse files Browse the repository at this point in the history
  • Loading branch information
jewelcodes committed Oct 8, 2024
1 parent 1d2e6e1 commit b0e006a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/platform/x86_64/apic/smpstub.asm
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,6 @@ times 0x100 - ($-$$) nop
hlt
jmp 0x1200

times 0x300 - ($-$$) nop

TR: ; 0x1300
.limit: dw 0
.base: dq 0

times 0xFE0 - ($-$$) nop

global apEntryVars
Expand Down

0 comments on commit b0e006a

Please sign in to comment.