Implement the Text VGA console for the `x86` port and use it instead of the serial port. Use https://en.wikipedia.org/wiki/VGA_text_mode as documentation. - [ ] implement the Text VGA peripheral - [ ] modify the `qemu` command to start the Text VGA - [ ] Implement the `Transmit` UART trait for the Text VGA - [ ] set the kernel debugger to the Text VGA console - [ ] document the available console in `README.md`
Implement the Text VGA console for the
x86port and use it instead of the serial port. Use https://en.wikipedia.org/wiki/VGA_text_mode as documentation.qemucommand to start the Text VGATransmitUART trait for the Text VGAREADME.md