summaryrefslogtreecommitdiff
path: root/linker.ld
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2015-05-13 16:18:24 +0200
committerMichal Idziorek <m.i@gmx.at>2015-05-13 16:18:24 +0200
commit9a60edf72a3112adae4a914134da1adaf472ad5d (patch)
tree64fe18ef416160244ad7dc80875e9f5a47390971 /linker.ld
parent39d0c5ad74f69ef368d6f83e4eac575e76060eb4 (diff)
fixing gdt and interrupts
Diffstat (limited to 'linker.ld')
-rw-r--r--linker.ld2
1 files changed, 2 insertions, 0 deletions
diff --git a/linker.ld b/linker.ld
index f823710..7c1c4bf 100644
--- a/linker.ld
+++ b/linker.ld
@@ -4,6 +4,8 @@ SECTIONS
{
. = 1M;
+ kernel_start = .;
+
.text BLOCK(4K) : ALIGN(4K)
{
*(.multiboot)