summary refs log tree commit diff stats
path: root/results/classifier/mode-gemma3:12b/system/1180923
blob: faa151eb32aabe32801f83f0fbc135dc553696be (plain) (blame)
1
2
3
4
5
unused memory filled with 0x00 instead of 0xFF

Qemu, ever since it was made (so, since 2003), has this problem in DOS (either PC-DOS or MS-DOS and partly Windows 9x) not recognizing the memory available when the memory is filled with 0x00 but when it is filled with 0xFF it gets recognized properly, where should I patch qemu to solve this memory problem?