Operation 0x41 of Interrupt 0x15

Programming, for all ages and all languages.
Post Reply
muffel
Posts: 1
Joined: Mon Mar 19, 2012 5:10 am

Operation 0x41 of Interrupt 0x15

Post by muffel »

Hi!

I am currently working on a little IA32 / Real Mode emulator. One problem ist that MS-DOS 6.22 calls operation 0x41 of Interrupt 0x15 during the boot process and I don't find any information regarding that operation.

I verified the call so it isn't a bug in my code by using bochs as well (DOS 6.22 boot process, linear address 0x23E3). Do you have any information about it?

Thanks in advance!
User avatar
thepowersgang
Member
Member
Posts: 734
Joined: Tue Dec 25, 2007 6:03 am
Libera.chat IRC: thePowersGang
Location: Perth, Western Australia
Contact:

Re: Operation 0x41 of Interrupt 0x15

Post by thepowersgang »

http://www.ctyme.com/intr/rb-1355.htm

Iirc Ralf Brown's Interrupt list is linked from the wiki, search there next time.

Edit: Oh, and searching for "Int 15 AH=41" on google returns this as the fourth result - http://www.htl-steyr.ac.at/~morg/pcinfo ... te7aeo.htm
Kernel Development, It's the brain surgery of programming.
Acess2 OS (c) | Tifflin OS (rust) | mrustc - Rust compiler
Currently Working on: mrustc
Post Reply