BarryServer : Git

All the code for all my projects
// BarryServer : Git / PolymorphicEngine / commit / e7850a623d92afc80887a5f115bb4b0fa723c98c / script.ld

// Related

PolymorphicEngine

Barry Renaming 'encrypted' to 'polymorphic' e7850a6 (3 years, 5 months ago)
diff --git a/script.ld b/script.ld
index 82b1d42..2b41fdb 100644
--- a/script.ld
+++ b/script.ld
@@ -1,7 +1,7 @@
 SECTIONS {
 	binaryStart = 0x00000000;
-	encryptedStart = .;
-	.encrypted : { *(.encrypted); }
-	encryptedEnd = .;
+	polymorphicStart = .;
+	.polymorphic : { *(.polymorphic); }
+	polymorphicEnd = .;
 }
 INSERT AFTER .text;