Bug#419369: Please initialise memory with garbage
Control: severity -1 wishlist This is clearly a wishlist item, not a bug, stating as such. Thanks, /mjt
Bug#419369: Please initialise memory with garbage
Package: qemu Version: 0.8.2-5 Severity: minor I just finished debugging a particularly hard bug in my new hobby OS. The problem was that I was using uninitialised memory. In qemu (and bochs), this was all 0, which was exactly what it should be initialised to. This means the problem wasn't trigg