trash/nice-os

Clone repo: git clone https://git.topcheto.eu/trash/nice-os.git
All branches, All tags, View raw

File contents

SECTIONS {
    .data 0x7c00 : {
        bootsect.obj(.*);
        entry_assembly.obj(.text);
        entry.obj(.text);
        *(.text*);
        *(.text);
        *(.data);
        *(.bss);
        *(.rodata);
        *(.*);
    }
}