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) --- doc/LINKS.TODO | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/LINKS.TODO b/doc/LINKS.TODO index 9c26e69..092c620 100644 --- a/doc/LINKS.TODO +++ b/doc/LINKS.TODO @@ -96,3 +96,6 @@ http://bos.asmhackers.net/docs/vga_without_bios/ GUI: https://github.com/vurtun/nuklear http://webserver2.tecgraf.puc-rio.br/iup/ + +linker: +https://stackoverflow.com/questions/26143123/how-do-i-ensure-the-entry-function-at-a-fixed-address-of-bare-metal-arm -- cgit v1.2.3-54-g00ecf