Added stub versions of everything needed to build the kernel.

The whole kernel now builds and there are no undefined references when
linking, I just need to fix some strange relocation errors I'm getting
(probably a problem with the linker script) and then I'll have a kernel
image.
This commit is contained in:
Alex Smith
2012-06-15 22:50:59 +01:00
parent 146f966921
commit 043c61dde5
17 changed files with 904 additions and 4 deletions
@@ -34,7 +34,7 @@ static inline void
arch_int_restore_interrupts_inline(int oldState)
{
if (oldState)
asm("sti");
asm("sti");
}