BarryServer : Git

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

// Related

PolymorphicEngine

Barry Initial commit 646db1c (3 years, 5 months ago)
SECTIONS {
	binaryStart = 0x00000000;
	encryptedStart = .;
	.encrypted : { *(.encrypted); }
	encryptedEnd = .;
}
INSERT AFTER .text;