blob: 6e6a2f1f4b125e49aacdae738370eb3d2c83fb28 [file] [log] [blame]
// Linker definitions for 16bit code
//
// Copyright (C) 2008,2009 Kevin O'Connor <kevin@koconnor.net>
//
// This file may be distributed under the terms of the GNU LGPLv3 license.
#include "config.h" // BUILD_BIOS_ADDR
OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386")
OUTPUT_ARCH("i386")
SECTIONS
{
.text16 code16_start : {
*(.text16)
}
}