- 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:
2017-01-17 20:47:02 +00:00
parent 7ab6a2da35
commit b552eceb84
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -1,5 +1,8 @@
stack_ptr = 0x7FFFEFF0;
STARTUP(startup.o)
INPUT(kernel.o)
SECTIONS
{
/* Read-only sections, merged into text segment: */
+3
View File
@@ -1,5 +1,8 @@
stack_ptr = 0x83FFEFF0;
STARTUP(startup.o)
INPUT(kernel.o)
SECTIONS
{
/* Read-only sections, merged into text segment: */