开发者

MS-DOS debug -l 0 not working

开发者 https://www.devze.com 2023-03-09 15:25 出处:网络
I want to write a bin file to a flash drive. I\'m supposed to run: n helloworld.bin l 0 w 0 0 0 1 But when I run l 0 I get a Fi开发者_StackOverflow社区le not found error. What am I doing wrong?Two

I want to write a bin file to a flash drive. I'm supposed to run:

n helloworld.bin
l 0
w 0 0 0 1 

But when I run l 0 I get a Fi开发者_StackOverflow社区le not found error. What am I doing wrong?


Two issues:

  • MS-DOS filenames should have a maximum of 8 letters before the dot and a maximum of 3 letters after the dot.

  • For this use of the l command in debug, provide no parameters. The file will always be loaded to CS:0100.

(I somehow find it worrying that my brain saved this useless information for all those years...)

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号