I am building an operating system in assembly. I know how to move the cursor through the CRT microcontroller (ports 0x3D4-0x3D5) but I don’t know how to change the size.
Also can I create a vertical cursor in text mode (like windows cursor)?
Any ideas?