I'm building a small bootloader for x86 as a project. For the moment I'm writing several functions to handle the screen, since it's a bit tedious. Most BIOS interrupt functions involve a page number argument, and I can't tell what this is for. Wikipedia hasn't nothing to say, I think.
Does anyone know what the page number represents?
Thanks