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:
@@ -34,7 +34,7 @@ static inline void
|
||||
arch_int_restore_interrupts_inline(int oldState)
|
||||
{
|
||||
if (oldState)
|
||||
asm("sti");
|
||||
asm("sti");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user