index
:
miguel/fool-os.git
master
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linker.ld
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'linker.ld')
-rw-r--r--
linker.ld
2
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)