Skip to content

Instantly share code, notes, and snippets.

@tanishiking
Created August 17, 2016 14:21
Show Gist options
  • Save tanishiking/db35889e24f7444ea7234de9711b7fe6 to your computer and use it in GitHub Desktop.
Save tanishiking/db35889e24f7444ea7234de9711b7fe6 to your computer and use it in GitHub Desktop.
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