From 3b01fe6cbe94a4f0edaca0e07456bd0589d648d9 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 8 Jul 2017 13:38:53 +0200 Subject: small adaptions around kernel_entry (docu, boot loader) --- src/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/README') diff --git a/src/README b/src/README index 9269936..a25c818 100644 --- a/src/README +++ b/src/README @@ -13,7 +13,6 @@ Simple bootloader, loading in two phases and loading the kernel itself * stage2_check_magic.asm - function to make sure the image contains a magic marker * stage2_switch_mode.asm - early GTD loading and switching from real to protected mode * stage2_pm_functions.asm - protected mode helper functions for stage 2 - * kernel.c - Kernel C entry point 'kernel_main' * magic.bin (512 bytes magic marker sector) * magic.asm @@ -22,7 +21,8 @@ kernel Kernel main and utility routines like early consoles. -* entry.c - the kernel entry from the bootloader +* entry.c - the kernel entry from the bootloader 'kernel_entry' + (starting at 0x8800) * kernel.c - kernel helper functions * console.c - the kernel console, can use VGA or serial port for now * vga.c - VGA basic output routines for early kernel output -- cgit v1.2.3-54-g00ecf