Search found 36 matches

by osmiumusa
Mon Oct 24, 2011 12:05 am
Forum: General
Topic: Interupt handlers
Replies: 5
Views: 21599

Re: Interupt handlers

Fantastic! Any target date for the release of 0.8?
by osmiumusa
Sun Oct 23, 2011 9:45 pm
Forum: General
Topic: Interupt handlers
Replies: 5
Views: 21599

Interupt handlers

Hello! I was just curious because after a couple of hours I couldn't find them... where are the exception handlers for specific interupts (specifically int 15)? I'm trying to make the OS shutdown with APM using int 15 and when I try I get the kernel panic for the reserved interupt. I basically want ...
by osmiumusa
Thu Jun 16, 2011 3:54 am
Forum: General
Topic: 2 Questions...
Replies: 3
Views: 19358

Re: 2 Questions...

I see, so I can just put it in api.h in the order of the functions in the file?
by osmiumusa
Mon Jun 13, 2011 2:38 am
Forum: General
Topic: Desktop Question
Replies: 4
Views: 21387

Re: Desktop Question

Thats great! One more question: where are all of the "debug_gui" messages logged? I would like to look at them to precisely see whats what at run time.
by osmiumusa
Sun Jun 12, 2011 2:32 am
Forum: General
Topic: Desktop Question
Replies: 4
Views: 21387

Re: Desktop Question

I guess what I'm really trying to ask is all about the top bar. I found the config file for it, I just cant trace the code to the actuall rendering of the bar. I assume its using the menu component?

Thank you :mrgreen:
by osmiumusa
Sat Jun 11, 2011 3:35 pm
Forum: General
Topic: 2 Questions...
Replies: 3
Views: 19358

2 Questions...

Hi. I have two questions. Question one: As I don't exactly understand the way your makefiles are set up, how can I make the kernel only using make. This way every little time i make a change, it won't take 5 minutes. Question two: How do you add functions to kernelAPI.c? I wrote a rounded rectangle ...
by osmiumusa
Sun May 22, 2011 3:32 am
Forum: General
Topic: Desktop Question
Replies: 4
Views: 21387

Desktop Question

Hiya,

What file is the actual desktop part of the kernel in?

Thank you

Osmiumusa
by osmiumusa
Sun Feb 20, 2011 4:15 am
Forum: General
Topic: Visopsys 0.7 released
Replies: 5
Views: 25663

Re: Visopsys 0.7 released

I understand. I'll try to install centos and get that sorted out. Thank you for all of your help.

Update: centos works beautifully. Problem solved!
by osmiumusa
Sat Feb 19, 2011 2:11 pm
Forum: General
Topic: Visopsys 0.7 released
Replies: 5
Views: 25663

Re: Visopsys 0.7 released

The mouse seems to snap in the top left corner as soon as i give Qemu the mouse.
When I build it it seems to fail after kernel initialization like you said. Any ideas?
by osmiumusa
Tue Feb 15, 2011 2:41 am
Forum: General
Topic: Booting issue
Replies: 24
Views: 75310

Re: Booting issue

Terrific! I really like visopsys because I'm a beginning operating system programmer and this is really easy to understand as opposed to Linux which is complicated and KolibriOS thats simple but written in assembly. So I'm looking forward to trying some things out on my own. :) As far as the sources...