Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
User Journal

Journal adamy's Journal: More Kernel Stuff

Specifically...MIPS 4Kc.

So I can set the various LEDs using a simple C (I almost said script) program. Some interesting things about it:

It needs a function called int __start() or it won't load. This is run first, not int main(). I am fairly sure this has something to do with the loader script.

If I try anything that references memory opertations I get an error basciaclly saying I violated the Memory Table. Basically, I think I need to initialize the memory mangement elements of the CPU before I can do anything.

The problem that I am having is that to do so, I need to write in assmebler, and I haven't been able to Assmeble my Assembly files. Ah toolchains.

This discussion has been archived. No new comments can be posted.

More Kernel Stuff

Comments Filter:

"I've seen it. It's rubbish." -- Marvin the Paranoid Android

Working...