doubt on int 10(0e) & reading sector
Posted: Sat Jan 08, 2011 7:11 am
hello guys i have few doubts from int 10 and reading sector from usb
i)int 10h
Code:
int 10
AH = 0E
AL = ASCII character to write
BH = page number (text modes)
BL = foreground pixel color (graphics modes)
As you can see what is page number(in BH register) and what do they exactly mean by graphics mode(BL) i mean should i set any register to make use of graphics mode
ii)Now i know how to read floppy using int 13h but how can i read USB sector while booting from USB
Thanks!
i)int 10h
Code:
int 10
AH = 0E
AL = ASCII character to write
BH = page number (text modes)
BL = foreground pixel color (graphics modes)
As you can see what is page number(in BH register) and what do they exactly mean by graphics mode(BL) i mean should i set any register to make use of graphics mode
ii)Now i know how to read floppy using int 13h but how can i read USB sector while booting from USB
Thanks!