Created
August 17, 2016 14:21
-
-
Save tanishiking/db35889e24f7444ea7234de9711b7fe6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OUTPUT_FORMAT("binary"); | |
SECTIONS { | |
. = 0x7c00; | |
.text : { *(.text) } | |
. = 0x7dfe; | |
.sig : { SHORT(0xaa55); } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment