From 1230afc0aaef07b03f09d3725f459df07b982de8 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 8 Jul 2017 12:43:53 +0200 Subject: added dedicated kernel entry to avoid address reordering under compiler optimization affect the entry poin 0x8800 of kernel_main (now kernel_entry) --- src/README | 1 + 1 file changed, 1 insertion(+) (limited to 'src/README') diff --git a/src/README b/src/README index b529282..9269936 100644 --- a/src/README +++ b/src/README @@ -22,6 +22,7 @@ kernel Kernel main and utility routines like early consoles. +* entry.c - the kernel entry from the bootloader * 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