exporting kernel functions
Posted: Tue Jul 03, 2007 1:01 am
hello all,
i'm at the beginning of a little os, and i need some help about the right way to export basic kernel functions, as for example the function that print the output on the screen. I've that function inside the kernel now, and i would that it ca be available to an external libc, so that user programs can at the end make use of that.
My cose is asm for the boot, but the rest is plain C.
Thanks, angelo
i'm at the beginning of a little os, and i need some help about the right way to export basic kernel functions, as for example the function that print the output on the screen. I've that function inside the kernel now, and i would that it ca be available to an external libc, so that user programs can at the end make use of that.
My cose is asm for the boot, but the rest is plain C.
Thanks, angelo