solrex_x86_dos.ld

来自「简单的操作系统源代码」· LD 代码 · 共 19 行

LD
19
字号
/* chapter2/2/solrex_x86_dos.ld   Author: Wenbo Yang <solrex@gmail.com> <http://solrex.cn>   This file is part of the source code of book "Write Your Own OS with Free   and Open Source Software". Homepage @ <http://share.solrex.cn/WriteOS/>.   This file is licensed under the GNU General Public License; either   version 3 of the License, or (at your option) any later version. */SECTIONS{  . = 0x0100;  .text :  {    _ftext = .;  } = 0}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?