Results 37 issues of 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...

bug

Driver has been created, but hangs during packet transmit. https://github.com/Zeal-Operating-System/ZealOS/blob/master/src/Home/Net/Drivers/E1000.ZC

bug
enhancement
help wanted
networking

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

bug
networking

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

enhancement
networking

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...

bug
networking

Currently network stack breaks when attempting loopback operation due to the network stack not storing the local machines IP/MAC pair.

bug
enhancement
networking

enhancement
networking