Ralf Brown's Interrupt List in a convenient format

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.
Post Reply
leledumbo
Member
Member
Posts: 103
Joined: Wed Apr 23, 2008 8:46 pm

Ralf Brown's Interrupt List in a convenient format

Post by leledumbo »

Does anyone have it in either zipped html or chm?
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Re: Ralf Brown's Interrupt List in a convenient format

Post by Brynet-Inc »

Clearly you can't Google. [-X

http://www.cs.cmu.edu/~ralf/files.html
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
Troy Martin
Member
Member
Posts: 1686
Joined: Fri Apr 18, 2008 4:40 pm
Location: Langley, Vancouver, BC, Canada
Contact:

Re: Ralf Brown's Interrupt List in a convenient format

Post by Troy Martin »

Rofl. I was hoping this would be unanswered so I could be a PITA.
Image
Image
Solar wrote:It keeps stunning me how friendly we - as a community - are towards people who start programming "their first OS" who don't even have a solid understanding of pointers, their compiler, or how a OS is structured.
I wish I could add more tex
leledumbo
Member
Member
Posts: 103
Joined: Wed Apr 23, 2008 8:46 pm

Re: Ralf Brown's Interrupt List in a convenient format

Post by leledumbo »

It's all in txt, I want it in either html or chm.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: Ralf Brown's Interrupt List in a convenient format

Post by Combuster »

What stops you from making one? #-o
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
jal
Member
Member
Posts: 1385
Joined: Wed Oct 31, 2007 9:09 am

Re: Ralf Brown's Interrupt List in a convenient format

Post by jal »

leledumbo wrote:It's all in txt, I want it in either html or chm.
You moron! Go Google!


JAL
User avatar
quanganht
Member
Member
Posts: 301
Joined: Fri May 16, 2008 7:13 pm
Location: Hanoi, Vietnam

Re: Ralf Brown's Interrupt List in a convenient format

Post by quanganht »

Why do you need one? Except that you will go extreme condition: Pure Assembly, no Pmode
"Programmers are tools for converting caffeine into code."
leledumbo
Member
Member
Posts: 103
Joined: Wed Apr 23, 2008 8:46 pm

Re: Ralf Brown's Interrupt List in a convenient format

Post by leledumbo »

What stops you from making one?
Done, but I have to drop the index file as MS HTML Help Workshop can't compile it (Not enough memory? Is it a 16-bit app?).
System123
Member
Member
Posts: 196
Joined: Mon Jul 07, 2008 1:25 am

Re: Ralf Brown's Interrupt List in a convenient format

Post by System123 »

I have a chm copy.

And no i can't give it to you for 2 reasons.

1. GOOGLE it thats how I got it!!!!!!!!!! Infact it is like one of the 1st google results!!!!!!!!!!!!!!!!!
2. I am on holiday!!!!!!!!!!!!
Gizmic OS
Currently - Busy with FAT12 driver and VFS
User avatar
Zenith
Member
Member
Posts: 224
Joined: Tue Apr 10, 2007 4:42 pm

Re: Ralf Brown's Interrupt List in a convenient format

Post by Zenith »

Well, this is a bit OT, but has anyone else noticed that the online interrupt list at http://www.ctyme.com/rbrown.htm is down?

This seems to be what you're looking for (it has a WinHelp version of the list): http://www.phatcode.net/articles.php?id=217
"Sufficiently advanced stupidity is indistinguishable from malice."
User avatar
Troy Martin
Member
Member
Posts: 1686
Joined: Fri Apr 18, 2008 4:40 pm
Location: Langley, Vancouver, BC, Canada
Contact:

Re: Ralf Brown's Interrupt List in a convenient format

Post by Troy Martin »

Zenith, it's fine for me, might just be your network or something.
Image
Image
Solar wrote:It keeps stunning me how friendly we - as a community - are towards people who start programming "their first OS" who don't even have a solid understanding of pointers, their compiler, or how a OS is structured.
I wish I could add more tex
User avatar
neon
Member
Member
Posts: 1567
Joined: Sun Feb 18, 2007 7:28 pm
Contact:

Re: Ralf Brown's Interrupt List in a convenient format

Post by neon »

Well, this is a bit OT, but has anyone else noticed that the online interrupt list at http://www.ctyme.com/rbrown.htm is down?
Nope, works fine for me too...
OS Development Series | Wiki | os | ncc
char c[2]={"\x90\xC3"};int main(){void(*f)()=(void(__cdecl*)(void))(void*)&c;f();}
leledumbo
Member
Member
Posts: 103
Joined: Wed Apr 23, 2008 8:46 pm

Re: Ralf Brown's Interrupt List in a convenient format

Post by leledumbo »

It was down yesterday, works fine today. I'll find a way to convert the winhelp format to chm, perhaps by looking for another chm compiler.
Post Reply