From 7002a854cb2ace51bfdc22f9ced5d2c5bc85c96a Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Tue, 2 Aug 2016 07:09:49 +0200 Subject: [PATCH] add code description --- hermit/arch/x86/kernel/boot.asm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hermit/arch/x86/kernel/boot.asm b/hermit/arch/x86/kernel/boot.asm index de40eb82f..6e4955759 100644 --- a/hermit/arch/x86/kernel/boot.asm +++ b/hermit/arch/x86/kernel/boot.asm @@ -22,6 +22,10 @@ ; ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT ; (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS ; SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +; +; This is the kernel's entry point for the application processors. +; HermitCore switches to the protected mode and jump to its kernel. +; This trampline code is only used by the HemritCore's single kernel version. KERNEL_STACK_SIZE equ 0x100 kernel_start equ 0x800000