[Bootloader]

- use full featured exception handler
- cleaned up Linker script
- added exception and interrupt processing


git-svn-id: http://moon:8086/svn/mips@26 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
2015-05-27 18:56:09 +00:00
parent 9c1ca0aaf3
commit ca387a1ef4
5 changed files with 204 additions and 52 deletions
+10
View File
@@ -7,6 +7,16 @@
#include "libsys_boot.h"
// ---------------------------------------------------------------------------------
void _exit(int reason)
{
}
void libsys_init()
{
// Initialzie interrupt support
interrupt_init();
}
// MIPS specific
uint32_t CP0_SR_read(void)
{