BarryServer : Git

All the code for all my projects
// BarryServer : Git / PolymorphicEngine / blob / 312b1a1ed6001293d827bf8544cb38202d0955b8 / 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;