OSDev.org
https://forum.osdev.org/

In which direction to dig about the entrances and exits?
https://forum.osdev.org/viewtopic.php?f=13&t=32779
Page 1 of 1

Author:  grenders22 [ Sun Mar 04, 2018 12:42 pm ]
Post subject:  In which direction to dig about the entrances and exits?

Function Code: 0x4F00
Input: AX = 0x4F00
ES: DI
Output: AX = 0x004F

Please help with the implementation, or tell me which way to dig in order to program something higher.

Author:  Brendan [ Sun Mar 04, 2018 8:05 pm ]
Post subject:  Re: In which direction to dig about the entrances and exits?

Hi,

grenders22 wrote:
Function Code: 0x4F00
Input: AX = 0x4F00
ES: DI
Output: AX = 0x004F

Please help with the implementation, or tell me which way to dig in order to program something higher.


May we make random assumptions; like maybe you're talking about this BIOS function (and not a Linux system call or anything else), and that the function call worked (output ah = 0x00 = "success"), and that you're implementing code the uses VBE (and not implementing your own video card ROM)?

If we can make these random assumptions; I still don't know what you need help with.


Cheers,

Brendan

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/