ap bootstrap code in dedicated file

This commit is contained in:
2024-08-13 16:12:52 +02:00
parent 8d3b4ff95a
commit 5cff5b4c0c
5 changed files with 54 additions and 27 deletions

View File

@@ -12,18 +12,6 @@
.text
.global _ArStartApplicationProcessor
_ArStartApplicationProcessor:
/* 16-bit code (real mode) */
.code16
cli
cld
hlt
/* 32-bit code (protected mode) */
.code32
/**
* This macro creates a trap handler for the specified vector.
*