/asm/boot/test/boot.ld

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

  1. SECTIONS {
  2. . = 0x7c00;
  3. .text : {
  4. .begin = .;
  5. bpb.o (.text);
  6. boot.o (.text);
  7. * (.text);
  8. . = .begin + 510;
  9. bpb.o (.signature);
  10. }
  11. }