代码搜索:MiniOS
找到约 54 项符合「MiniOS」的源代码
代码结果 54
www.eeworm.com/read/432906/1887792
lds minios-x86_64.lds
OUTPUT_FORMAT("elf64-x86-64", "elf64-x86-64", "elf64-x86-64")
OUTPUT_ARCH(i386:x86-64)
ENTRY(_start)
SECTIONS
{
. = 0x0;
_text = .; /* Text and read-only data */
.text : {
*(.text)
*(.gnu.wa
www.eeworm.com/read/432906/1887794
lds minios-x86_32.lds
OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386")
OUTPUT_ARCH(i386)
ENTRY(_start)
SECTIONS
{
. = 0x0;
_text = .; /* Text and read-only data */
.text : {
*(.text)
*(.gnu.warning)
} = 0
www.eeworm.com/read/385462/2590742
lds minios-x86_64.lds
OUTPUT_FORMAT("elf64-x86-64", "elf64-x86-64", "elf64-x86-64")
OUTPUT_ARCH(i386:x86-64)
ENTRY(_start)
SECTIONS
{
. = 0x0;
_text = .; /* Text and read-only data */
.text : {
*(.text)
*(.gnu.wa
www.eeworm.com/read/385462/2590744
lds minios-x86_32.lds
OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386")
OUTPUT_ARCH(i386)
ENTRY(_start)
SECTIONS
{
. = 0x0;
_text = .; /* Text and read-only data */
.text : {
*(.text)
*(.gnu.warning)
} = 0
www.eeworm.com/read/289584/8541386
makefile
#####################################################################
#
# Created by u'nSP IDE 16:42:27 09/08/04
#
##############################################################
www.eeworm.com/read/149799/12349463
makefile
#####################################################################
#
# Created by u'nSP IDE 20:57:10 02/21/06
#
##############################################################
www.eeworm.com/read/149799/12349483
makefile
#####################################################################
#
# Created by u'nSP IDE 20:53:47 02/21/06
#
##############################################################
www.eeworm.com/read/149799/12349606
makefile
#####################################################################
#
# Created by u'nSP IDE 15:05:55 02/24/06
#
##############################################################
www.eeworm.com/read/149799/12349677
makefile
#####################################################################
#
# Created by u'nSP IDE 20:52:47 02/21/06
#
##############################################################
www.eeworm.com/read/172715/9695699
makefile
#####################################################################
#
# Created by u'nSP IDE 00:14:58 09/12/05
#
##############################################################