File: README

package info (click to toggle)
syslinux 2%3A4.02%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 23,804 kB
  • ctags: 71,027
  • sloc: ansic: 270,621; pascal: 9,631; asm: 9,089; perl: 3,492; makefile: 1,588; sh: 511; python: 266; xml: 39
file content (19 lines) | stat: -rw-r--r-- 818 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
This is a very simple COMBOOT program which can be used to dump memory
regions over a serial port.  To use it, type on the SYSLINUX command
line:

memdump <port> <prefix> <start>,<len> <start>,<len>...

For example:

memdump 0 funnysystem- 0,0x600 0x9fc00,0x400 0xf0000,0x10000

... dumps three memory ranges (the standard BIOS memory ranges, often
useful) onto serial port 0.  The <port> can either be in the range 0-3
for the standard BIOS serial port, or the I/O address of the UART.

The data is transferred using the YMODEM protocol; the Unix
implementation of this protocol is called "rb" and is part of the
"lrzsz" (or "rzsz") package.  If one uses a terminal program like
Minicom, there is often a way to invoke it from inside the terminal
program; in Minicom, this is done with the Ctrl-A R control sequence.