Loading IDT ISR's triple faults?!?!?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
User avatar
DixiumOS
Member
Member
Posts: 84
Joined: Tue Jan 10, 2017 3:19 pm
Libera.chat IRC: NunoLava1998

Re: Loading IDT ISR's triple faults?!?!?

Post by DixiumOS »

iansjack wrote:I'm predicting the very next thing is that (for no reason whatsoever) it triple-faults when an interrupt is fired. Just a hunch.
i've done the IRQ's too and for the first time in forever i actually get keyboard input

well, gibberish output anyway
but it works
hey
(not so frequently updated) Code is at:

https://github.com/NunoLava1998/DixiumOS-1
User avatar
matt11235
Member
Member
Posts: 286
Joined: Tue Aug 02, 2016 1:52 pm
Location: East Riding of Yorkshire, UK

Re: Loading IDT ISR's triple faults?!?!?

Post by matt11235 »

DixiumOS wrote:well, gibberish output anyway
but it works
Doesn't seem like it's working then :roll:
com.sun.java.swing.plaf.nimbus.InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonWindowNotFocusedState
Compiler Development Forum
User avatar
Kazinsal
Member
Member
Posts: 559
Joined: Wed Jul 13, 2011 7:38 pm
Libera.chat IRC: Kazinsal
Location: Vancouver
Contact:

Re: Loading IDT ISR's triple faults?!?!?

Post by Kazinsal »

Changing your username does not make us forget who you are.

Go learn C for real this time and come back when you're older and wiser. You seriously do not have the requisite knowledge for this field.
hannah
Member
Member
Posts: 34
Joined: Wed Oct 12, 2016 11:32 am
Location: At my PC

Re: Loading IDT ISR's triple faults?!?!?

Post by hannah »

I told you to come back and run your questions by me before posting. What have you done? You are going to be ridiculed unless you learn C.
User avatar
DixiumOS
Member
Member
Posts: 84
Joined: Tue Jan 10, 2017 3:19 pm
Libera.chat IRC: NunoLava1998

Re: Loading IDT ISR's triple faults?!?!?

Post by DixiumOS »

zenzizenzicube wrote:
DixiumOS wrote:well, gibberish output anyway
but it works
Doesn't seem like it's working then :roll:
I tried to put a unsigned char into a const char* only function, anyway.
Might explain it.
(not so frequently updated) Code is at:

https://github.com/NunoLava1998/DixiumOS-1
glauxosdever
Member
Member
Posts: 501
Joined: Wed Jun 17, 2015 9:40 am
Libera.chat IRC: glauxosdever
Location: Athens, Greece

Re: Loading IDT ISR's triple faults?!?!?

Post by glauxosdever »

Hi,


Did you start learning C anyway? You know you need to do that eventually, don't you? If you know, why do you postpone it?

Let's speak logically. Do you think it will take you more time to write the OS if you learn C? Or will knowing C help you save time by avoiding the mistakes you are making now, concerning the C language?


Regards,
glauxosdever
Post Reply