BarryServer : Git

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