BarryServer : Git

All the code for all my projects
// BarryServer : Git / PolymorphicEngine / blob / bf22be07df16719565149b03e2c8a72da20e872c / script.ld

// Related

PolymorphicEngine

Barry Renaming 'encrypted' to 'polymorphic' e7850a6 (3 years, 5 months ago)
SECTIONS {
	binaryStart = 0x00000000;
	polymorphicStart = .;
	.polymorphic : { *(.polymorphic); }
	polymorphicEnd = .;
}
INSERT AFTER .text;