Once again i find that converting code from c to pascal is a hard thing to do:
For the efika there is an basic bootloader witch c source code, looking at it, it seems simple enough, but converting it to pascal is anohter thing.

Here is the original: http://www.powerdeveloper.org/articl...irmwarekernels

This is my attempt: http://www.noeska.com/downloads/newos.zip

I hope some people here want to take a look at it and give their opinion.
Maybe i using the wrong types or wrong procedure declerations etc.

Another idea came to my mind:
should i use the c loader to load my pascal code?
How would i load the pascal code from c?

Thanks for your answers in advance!