init: init nachos hw01, should pass jenkins os_group_20_hw job but fail on os_group_20_ta job
This commit is contained in:
BIN
usr/local/nachos/decstation-ultrix/bin/ar
Executable file
BIN
usr/local/nachos/decstation-ultrix/bin/ar
Executable file
Binary file not shown.
BIN
usr/local/nachos/decstation-ultrix/bin/as
Executable file
BIN
usr/local/nachos/decstation-ultrix/bin/as
Executable file
Binary file not shown.
BIN
usr/local/nachos/decstation-ultrix/bin/gcc
Executable file
BIN
usr/local/nachos/decstation-ultrix/bin/gcc
Executable file
Binary file not shown.
BIN
usr/local/nachos/decstation-ultrix/bin/ld
Executable file
BIN
usr/local/nachos/decstation-ultrix/bin/ld
Executable file
Binary file not shown.
BIN
usr/local/nachos/decstation-ultrix/bin/nm
Executable file
BIN
usr/local/nachos/decstation-ultrix/bin/nm
Executable file
Binary file not shown.
BIN
usr/local/nachos/decstation-ultrix/bin/ranlib
Executable file
BIN
usr/local/nachos/decstation-ultrix/bin/ranlib
Executable file
Binary file not shown.
BIN
usr/local/nachos/decstation-ultrix/bin/strip
Executable file
BIN
usr/local/nachos/decstation-ultrix/bin/strip
Executable file
Binary file not shown.
52
usr/local/nachos/decstation-ultrix/lib/ldscripts/mipslit.x
Normal file
52
usr/local/nachos/decstation-ultrix/lib/ldscripts/mipslit.x
Normal file
@@ -0,0 +1,52 @@
|
||||
OUTPUT_FORMAT("ecoff-littlemips", "ecoff-bigmips",
|
||||
"ecoff-littlemips")
|
||||
SEARCH_DIR(/usr/local/nachos/decstation-ultrix/lib);
|
||||
ENTRY(__start)
|
||||
SECTIONS
|
||||
{
|
||||
. = 0x400000 + SIZEOF_HEADERS;
|
||||
.text : {
|
||||
_ftext = . ;
|
||||
*(.init)
|
||||
eprol = .;
|
||||
*(.text)
|
||||
PROVIDE (__runtime_reloc_start = .);
|
||||
*(.rel.sdata)
|
||||
PROVIDE (__runtime_reloc_stop = .);
|
||||
*(.fini)
|
||||
etext = .;
|
||||
_etext = .;
|
||||
}
|
||||
. = 0x10000000;
|
||||
.rdata : {
|
||||
*(.rdata)
|
||||
}
|
||||
_fdata = ALIGN(16);
|
||||
.data : {
|
||||
*(.data)
|
||||
CONSTRUCTORS
|
||||
}
|
||||
_gp = ALIGN(16) + 0x8000;
|
||||
.lit8 : {
|
||||
*(.lit8)
|
||||
}
|
||||
.lit4 : {
|
||||
*(.lit4)
|
||||
}
|
||||
.sdata : {
|
||||
*(.sdata)
|
||||
}
|
||||
edata = .;
|
||||
_edata = .;
|
||||
_fbss = .;
|
||||
.sbss : {
|
||||
*(.sbss)
|
||||
*(.scommon)
|
||||
}
|
||||
.bss : {
|
||||
*(.bss)
|
||||
*(COMMON)
|
||||
}
|
||||
end = .;
|
||||
_end = .;
|
||||
}
|
||||
52
usr/local/nachos/decstation-ultrix/lib/ldscripts/mipslit.xbn
Normal file
52
usr/local/nachos/decstation-ultrix/lib/ldscripts/mipslit.xbn
Normal file
@@ -0,0 +1,52 @@
|
||||
OUTPUT_FORMAT("ecoff-littlemips", "ecoff-bigmips",
|
||||
"ecoff-littlemips")
|
||||
SEARCH_DIR(/usr/local/nachos/decstation-ultrix/lib);
|
||||
ENTRY(__start)
|
||||
SECTIONS
|
||||
{
|
||||
. = 0x400000 + SIZEOF_HEADERS;
|
||||
.text : {
|
||||
_ftext = . ;
|
||||
*(.init)
|
||||
eprol = .;
|
||||
*(.text)
|
||||
PROVIDE (__runtime_reloc_start = .);
|
||||
*(.rel.sdata)
|
||||
PROVIDE (__runtime_reloc_stop = .);
|
||||
*(.fini)
|
||||
etext = .;
|
||||
_etext = .;
|
||||
}
|
||||
. = .;
|
||||
.rdata : {
|
||||
*(.rdata)
|
||||
}
|
||||
_fdata = ALIGN(16);
|
||||
.data : {
|
||||
*(.data)
|
||||
CONSTRUCTORS
|
||||
}
|
||||
_gp = ALIGN(16) + 0x8000;
|
||||
.lit8 : {
|
||||
*(.lit8)
|
||||
}
|
||||
.lit4 : {
|
||||
*(.lit4)
|
||||
}
|
||||
.sdata : {
|
||||
*(.sdata)
|
||||
}
|
||||
edata = .;
|
||||
_edata = .;
|
||||
_fbss = .;
|
||||
.sbss : {
|
||||
*(.sbss)
|
||||
*(.scommon)
|
||||
}
|
||||
.bss : {
|
||||
*(.bss)
|
||||
*(COMMON)
|
||||
}
|
||||
end = .;
|
||||
_end = .;
|
||||
}
|
||||
52
usr/local/nachos/decstation-ultrix/lib/ldscripts/mipslit.xn
Normal file
52
usr/local/nachos/decstation-ultrix/lib/ldscripts/mipslit.xn
Normal file
@@ -0,0 +1,52 @@
|
||||
OUTPUT_FORMAT("ecoff-littlemips", "ecoff-bigmips",
|
||||
"ecoff-littlemips")
|
||||
SEARCH_DIR(/usr/local/nachos/decstation-ultrix/lib);
|
||||
ENTRY(__start)
|
||||
SECTIONS
|
||||
{
|
||||
. = 0x400000 + SIZEOF_HEADERS;
|
||||
.text : {
|
||||
_ftext = . ;
|
||||
*(.init)
|
||||
eprol = .;
|
||||
*(.text)
|
||||
PROVIDE (__runtime_reloc_start = .);
|
||||
*(.rel.sdata)
|
||||
PROVIDE (__runtime_reloc_stop = .);
|
||||
*(.fini)
|
||||
etext = .;
|
||||
_etext = .;
|
||||
}
|
||||
. = .;
|
||||
.rdata : {
|
||||
*(.rdata)
|
||||
}
|
||||
_fdata = ALIGN(16);
|
||||
.data : {
|
||||
*(.data)
|
||||
CONSTRUCTORS
|
||||
}
|
||||
_gp = ALIGN(16) + 0x8000;
|
||||
.lit8 : {
|
||||
*(.lit8)
|
||||
}
|
||||
.lit4 : {
|
||||
*(.lit4)
|
||||
}
|
||||
.sdata : {
|
||||
*(.sdata)
|
||||
}
|
||||
edata = .;
|
||||
_edata = .;
|
||||
_fbss = .;
|
||||
.sbss : {
|
||||
*(.sbss)
|
||||
*(.scommon)
|
||||
}
|
||||
.bss : {
|
||||
*(.bss)
|
||||
*(COMMON)
|
||||
}
|
||||
end = .;
|
||||
_end = .;
|
||||
}
|
||||
40
usr/local/nachos/decstation-ultrix/lib/ldscripts/mipslit.xr
Normal file
40
usr/local/nachos/decstation-ultrix/lib/ldscripts/mipslit.xr
Normal file
@@ -0,0 +1,40 @@
|
||||
OUTPUT_FORMAT("ecoff-littlemips", "ecoff-bigmips",
|
||||
"ecoff-littlemips")
|
||||
SEARCH_DIR(/usr/local/nachos/decstation-ultrix/lib);
|
||||
ENTRY(__start)
|
||||
SECTIONS
|
||||
{
|
||||
.text : {
|
||||
;
|
||||
*(.init)
|
||||
;
|
||||
*(.text)
|
||||
*(.rel.sdata)
|
||||
*(.fini)
|
||||
;
|
||||
;
|
||||
}
|
||||
.rdata : {
|
||||
*(.rdata)
|
||||
}
|
||||
.data : {
|
||||
*(.data)
|
||||
}
|
||||
.lit8 : {
|
||||
*(.lit8)
|
||||
}
|
||||
.lit4 : {
|
||||
*(.lit4)
|
||||
}
|
||||
.sdata : {
|
||||
*(.sdata)
|
||||
}
|
||||
.sbss : {
|
||||
*(.sbss)
|
||||
*(.scommon)
|
||||
}
|
||||
.bss : {
|
||||
*(.bss)
|
||||
*(COMMON)
|
||||
}
|
||||
}
|
||||
41
usr/local/nachos/decstation-ultrix/lib/ldscripts/mipslit.xu
Normal file
41
usr/local/nachos/decstation-ultrix/lib/ldscripts/mipslit.xu
Normal file
@@ -0,0 +1,41 @@
|
||||
OUTPUT_FORMAT("ecoff-littlemips", "ecoff-bigmips",
|
||||
"ecoff-littlemips")
|
||||
SEARCH_DIR(/usr/local/nachos/decstation-ultrix/lib);
|
||||
ENTRY(__start)
|
||||
SECTIONS
|
||||
{
|
||||
.text : {
|
||||
;
|
||||
*(.init)
|
||||
;
|
||||
*(.text)
|
||||
*(.rel.sdata)
|
||||
*(.fini)
|
||||
;
|
||||
;
|
||||
}
|
||||
.rdata : {
|
||||
*(.rdata)
|
||||
}
|
||||
.data : {
|
||||
*(.data)
|
||||
CONSTRUCTORS
|
||||
}
|
||||
.lit8 : {
|
||||
*(.lit8)
|
||||
}
|
||||
.lit4 : {
|
||||
*(.lit4)
|
||||
}
|
||||
.sdata : {
|
||||
*(.sdata)
|
||||
}
|
||||
.sbss : {
|
||||
*(.sbss)
|
||||
*(.scommon)
|
||||
}
|
||||
.bss : {
|
||||
*(.bss)
|
||||
*(COMMON)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user