TomAwezome
TomAwezome
Certain screen resolutions like 1360x768 do not display correctly. Maybe related to VBE mode max pixel clock, refresh rate, or another parameter of the modes? Ideal fix will allow full-resolution...
Driver has been created, but hangs during packet transmit. https://github.com/Zeal-Operating-System/ZealOS/blob/master/src/Home/Net/Drivers/E1000.ZC
In Virtualbox, PCNet driver successfully reads MAC address from PCNet card. In QEMU, it reads all zeroes. https://github.com/Zeal-Operating-System/ZealOS/blob/master/src/Home/Net/Drivers/PCNet.ZC
Currently FTP client has receive functionality, but no transmit ability. Implementing `STOR` FTP method will allow file transmit. https://github.com/Zeal-Operating-System/ZealOS/blob/master/src/Home/Net/Programs/FTPClient.ZC
On CD/DVD live session, Gopher client fails to download text to files to local `Tmp/` folder storage due to non-writable ATAPI drive. I attempted fixing this using RAM drive for...
Currently network stack breaks when attempting loopback operation due to the network stack not storing the local machines IP/MAC pair.