tags:

views:

135

answers:

3
+1  Q: 

View ram in DOS

Is there a way in dos (im using a dos boot disk on a linux machine) to view portions of ram?

ie. some form of command to read the binary at a given address?

edit: my bootable floppy doesnt have debug on it. when i type debug it says 'bad command or file name

how do i make a bootable dos floppy with debug on it?

+2  A: 

Check out the Debug command. There's a good reference here

TLiebe
+1  A: 

For the the first 1MB of RAM, debug could possibly help.

ndim
+1  A: 

Use the DOS debug command. I found a decent overview at: http://mirror.href.com/thestarman/asm/debug/debug.htm

Brian Knoblauch