source: mainline/arch/amd64/boot/boot.ld@ 379d73f3

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 379d73f3 was 1141c1a, checked in by Ondrej Palkovsky <ondrap@…>, 20 years ago

Basics for amd64 architecture. It does compile, but it does not work yet.

  • Property mode set to 100644
File size: 73 bytes
Line 
1OUTPUT_FORMAT(binary)
2SECTIONS {
3 .text 0x7c00 : AT (0x0) { *(.text) }
4}
Note: See TracBrowser for help on using the repository browser.