From 353b8db19b203338fc387d40749e797e95e0963b Mon Sep 17 00:00:00 2001 From: Baptiste Wicht Date: Fri, 5 Aug 2016 14:10:35 +0200 Subject: [PATCH] Define THOR_INIT --- init/src/boot_16.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/init/src/boot_16.cpp b/init/src/boot_16.cpp index 5aab8d34..edaaf895 100644 --- a/init/src/boot_16.cpp +++ b/init/src/boot_16.cpp @@ -6,6 +6,7 @@ //======================================================================= #define CODE_16 +#define THOR_INIT #include "boot/code16gcc.h" #include "boot/boot_32.hpp"