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
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
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
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
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:
> > >
>
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
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