Unverified 提交 1db17ac1 创建 作者: Frans Kaashoek's avatar Frans Kaashoek 提交者: GitHub

Merge pull request #115 from jamesthoughton/master

Remove BYTE directives from kernel linker script to fix triple fault on boot
......@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论