ZealOS icon indicating copy to clipboard operation
ZealOS copied to clipboard

The Zeal Operating System is a modernized fork of the 64-bit Temple Operating System, TempleOS.

Results 59 ZealOS issues
Sort by recently updated
recently updated
newest added

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