Awhile ago I found something somewhere you can change the framebuffer base address to create vitrual consoles.
Now I am finally trying to create those consoles but cant find that tutorial anywhere.
Do I have to physically copy the video from the address to 0xB8000 or is there a way i can change it to 0xB9000, 0xBA000, etc?
Framebuffer Base Address
Re:Framebuffer Base Address
Never mind...I deceided just to copy the memory, instead of figuering out another way.