Page 1 of 1

Anyone use OSKit?

Posted: Tue Jun 08, 2004 5:44 am
by kernel_journeyman
I've just been wrestling with the OSKit, which the Flux Group cannot be bothered to document properly. *Sigh*

Anyway, I managed to get the multiboot "hello, world" kernel compiled and linked, but has a dump of many hundreds if not thousands of lines of errors that flew by so fast I couldn't possibly see what they were about. When it finally stopped, mid-way through printing something (run out of video memory? Whatever...) it said something about a "bad trap."

Anyone know what this is and why it happened?

Damn it... the OSKit would be a dream come true, if only it was properly and completely documented...

Re:Anyone use OSKit?

Posted: Tue Jun 08, 2004 6:35 am
by Solar
I evaluated and dismissed OSKit before it even hit the compiler, for lack of documentation, structure, and ease of use.

Re:Anyone use OSKit?

Posted: Tue Jun 08, 2004 7:05 am
by kernel_journeyman
Solar wrote: I evaluated and dismissed OSKit before it even hit the compiler, for lack of documentation, structure, and ease of use.
I have to say, you're wiser than I am. OSKit sucks heavily for the reasons you've given and I've wasted so much time, I'm almost ready to send them a bill.

Re:Anyone use OSKit?

Posted: Tue Jun 08, 2004 7:13 am
by Solar
Actually, it was mostly the UNIX-like structure and the COM-like component interfacing that did set me off, since my OS project aimed at a "from scratch" approach to things - think things over before you do them just like everybody else.

So you're not to blame. OsKIT *does* look good at first glance.