logoalt Hacker News

nubinetworktoday at 7:28 AM1 replyview on HN

I don't ever recall seeing this error on DOS, what would cause it to manifest? Is this one of those oddballs that you'd only see if your memory was bad, but not bad enough to throw a parity error or fail to POST?


Replies

fredoralivetoday at 8:17 AM

MS-DOS doesn’t have memory protection, so another option is that the running program[1] or something like a TSR or driver could have corrupted the headers.

[1] I guess in a modern system a process can still trash its own malloc, but not the kernel’s page allocation data.

show 1 reply