Skip to content
Snippets Groups Projects
Unverified Commit 1db17ac1 authored by Frans Kaashoek's avatar Frans Kaashoek Committed by GitHub
Browse files

Merge pull request #115 from jamesthoughton/master

Remove BYTE directives from kernel linker script to fix triple fault on boot
parents 34f060c3 f043ac66
No related merge requests found
......@@ -26,16 +26,12 @@ SECTIONS
PROVIDE(__STAB_BEGIN__ = .);
*(.stab);
PROVIDE(__STAB_END__ = .);
BYTE(0) /* Force the linker to allocate space
for this section */
}
.stabstr : {
PROVIDE(__STABSTR_BEGIN__ = .);
*(.stabstr);
PROVIDE(__STABSTR_END__ = .);
BYTE(0) /* Force the linker to allocate space
for this section */
}
/* Adjust the address for the data segment to the next page */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment