Re: New command dump

2007-11-17 Thread Robert Millan
On Wed, Nov 14, 2007 at 02:31:01PM +0800, Bean wrote: > 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 > > th

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 na

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 inst

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

Re: New command dump

2007-08-05 Thread Robert Millan
On Sat, Aug 04, 2007 at 11:21:24PM +0800, Bean wrote: > On 8/4/07, Robert Millan <[EMAIL PROTECTED]> wrote: > > 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: > > > >

Re: New command dump

2007-08-04 Thread Bean
On 8/4/07, Robert Millan <[EMAIL PROTECTED]> wrote: > 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 j

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 a