/asm/boot/gas/boot.ld

http://github.com/dennis-gemini/tests · Unknown · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · 1a6a5b61a91e58344f99a8ff63caf61e MD5 · raw file

  1. SECTIONS
  2. {
  3. . = 0x7c00;
  4. .text :
  5. {
  6. _ftext = .;
  7. } = 0
  8. }