summaryrefslogtreecommitdiff
path: root/kernel/multiboot.c
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-08-22 15:19:01 +0200
committerMiguel <m.i@gmx.at>2018-08-22 15:19:01 +0200
commit323fb9d3e09903d6fa43ef7e1f0cc8934414c8d4 (patch)
treeeb05efb1c4530db9b4942715bdef15f0923446b7 /kernel/multiboot.c
parentd57a38d7fa9501a5ec17f75a1efaef9d62df5bef (diff)
removed module name definitions
Diffstat (limited to 'kernel/multiboot.c')
-rw-r--r--kernel/multiboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/multiboot.c b/kernel/multiboot.c
index 8a9f59d..d1ab07c 100644
--- a/kernel/multiboot.c
+++ b/kernel/multiboot.c
@@ -1,5 +1,5 @@
//https://www.gnu.org/software/grub/manual/multiboot/multiboot.html#Boot-information-format
-#define FOOLOS_MODULE_NAME "multiboot"
+
#include "multiboot.h"
#include "driver/vesa.h"