Re: New command dump

2007-11-13 Thread Bean
Hi, I think we should commit this soon! Can you please add it to grub-emu done. Can you please use another name, this is a not static. Not being static is not a problem to me, having access from other modules to this one for debugging might be useful sometimes. i change the command name

Re: New command dump

2007-11-10 Thread Marco Gerards
Bean [EMAIL PROTECTED] writes: Hi, I have written a new command dump, it can hex dump content of file or memory. Great! usage: dump [-s skip] [-n length] { FILE | (mem) } The output look just like command hexdump. If you use (mem) as filename, it will dump physical memory instead

Re: New command dump

2007-08-05 Thread Hollis Blanchard
On 8/3/07, Bean [EMAIL PROTECTED] wrote: Hi, I have written a new command dump, it can hex dump content of file or memory. usage: dump [-s skip] [-n length] { FILE | (mem) } The output look just like command hexdump. If you use (mem) as filename, it will dump physical memory instead

Re: New command dump

2007-08-04 Thread Robert Millan
On Fri, Aug 03, 2007 at 11:33:38PM +0800, Bean wrote: Hi, I have written a new command dump, it can hex dump content of file or memory. usage: dump [-s skip] [-n length] { FILE | (mem) } The output look just like command hexdump. I see that the output of hexdump is the same as od -x

New command dump

2007-08-03 Thread Bean
Hi, I have written a new command dump, it can hex dump content of file or memory. usage: dump [-s skip] [-n length] { FILE | (mem) } The output look just like command hexdump. If you use (mem) as filename, it will dump physical memory instead of file. when dumping memory, the default length