Low Level Support

OSKit contains a library of kernel support functions. This includes things like default trap handlers, access to special processor modes and registers, and remote debugging support for GDB.

There is also a library for loading a.out or ELF executable images into memory and jumping to them. This is similar to BFD, only this is only good for reading these two formats. It also only works on executable images.