From: ovek AT arcticnet DOT no (Ove Kaaven) Newsgroups: comp.os.msdos.djgpp Subject: Re: Any one writing OS in DJGPP? Date: Wed, 29 Jan 1997 02:31:05 GMT Organization: Vplan Programvare AS Lines: 32 Message-ID: <5cn0qd$c1$1@troll.powertech.no> References: <32E14858 DOT 4CF6 AT concentric DOT net> <32E24EA0 DOT 7BEE AT blackmagic DOT tait DOT co DOT nz> <5bumbf$tov$1 AT troll DOT powertech DOT no> <32E488FA DOT 3744 AT blackmagic DOT tait DOT co DOT nz> <5c9j4o$61s$1 AT troll DOT powertech DOT no> <32EA933B DOT 1B89 AT concentric DOT net> <5cg5t4$4sk$1 AT troll DOT powertech DOT no> <32EC9E4C DOT 1DB AT blackmagic DOT tait DOT co DOT nz> NNTP-Posting-Host: alwayscold.darkness.arcticnet.no To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Bill Currie wrote: >Ove Kaaven wrote: >> >> >Posting your source would be great! >> >> Posting 300 K (over 10 000 lines) of C code? On this newsgroup >> (mailing list)? I thought people were already getting enough trash in >> their mailbox. >> >Heh heh, NOT quite what I ment (bad phrasing I guess). I don't think it was you who said it either, was it? >What I mean is I >will send a new copy to Alaric to put on his web page and make an >announcement to all and sundry. Hmm, when? It might seem that I ought to see a few of your sources after all. (Apparently my serial driver code does not initialize the UARTs properly. It doesn't generate any IRQ before I quit my test app... and that's probably only because this UART seems to generate a spurious interrupt when clearing the MCR. (Eh? Did my PIC start reacting on falling edge or something?)) Meanwhile, I better work on memory management issues, like figuring out why trying to start the app again crash (and the "crash recovery" handler page faults). Time to implement malloc() and make a debugger.