- fixed linker script. Missing startup and kernel code
git-svn-id: http://moon:8086/svn/mips@97 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
stack_ptr = 0x7FFFEFF0;
|
stack_ptr = 0x7FFFEFF0;
|
||||||
|
|
||||||
|
STARTUP(startup.o)
|
||||||
|
INPUT(kernel.o)
|
||||||
|
|
||||||
SECTIONS
|
SECTIONS
|
||||||
{
|
{
|
||||||
/* Read-only sections, merged into text segment: */
|
/* Read-only sections, merged into text segment: */
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
stack_ptr = 0x83FFEFF0;
|
stack_ptr = 0x83FFEFF0;
|
||||||
|
|
||||||
|
STARTUP(startup.o)
|
||||||
|
INPUT(kernel.o)
|
||||||
|
|
||||||
SECTIONS
|
SECTIONS
|
||||||
{
|
{
|
||||||
/* Read-only sections, merged into text segment: */
|
/* Read-only sections, merged into text segment: */
|
||||||
|
|||||||
Reference in New Issue
Block a user