/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
- SECTIONS {
- . = 0x7c00;
- .text : {
- .begin = .;
- bpb.o (.text);
- boot.o (.text);
- * (.text);
- . = .begin + 510;
- bpb.o (.signature);
- }
- }