trash/nice-os
Clone repo:
git clone https://git.topcheto.eu/trash/nice-os.gitFile contents
SECTIONS {
.data 0x7c00 : {
bootsect.obj(.*);
entry_assembly.obj(.text);
entry.obj(.text);
*(.text*);
*(.text);
*(.data);
*(.bss);
*(.rodata);
*(.*);
}
}