OSDN Git Service

projects clean up 1
[pinoc/pinoc.git] / tryos / tryos_test / pinoc_x86 / PINoC / boot / SEGLS.ls
1 OUTPUT_FORMAT(binary)
2 OUTPUT_ARCH(i386)
3
4 SECTIONS {
5         . = 0x7c00;
6         .text : {
7                 *(.text)
8         }
9 }