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!
Operation 0x41 of Interrupt 0x15
- thepowersgang
- 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
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
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
Acess2 OS (c) | Tifflin OS (rust) | mrustc - Rust compiler
Currently Working on: mrustc