I want to user the BIOS interrupt, but if you look at this:

02H FUNCTION

Use:

Moves the cursor on the computer screen using text model.
Call registers:
AH = 02H
BH = Video page where the cursor is positioned.
DH = row
DL = Column

What should I put in the "BH" register? And what is a "Video Page"?