Re: Two SoC ideas (comments are welcome!)

2007-03-28 Thread coly
This is a good idea. The new structures can do what "modaddr" command can, but more flexible. Coly 在 2007-03-28三的 19:45 +0100,Yoshinori K. Okuji写道: > On Sunday 25 March 2007 00:38, Andrei E. Warkentin wrote: > > I was thinking something along an array of memory descriptor s

Re: Two SoC ideas

2007-03-27 Thread coly
oh, Shen: You hack for your self, not for others. If you enjoy it, just do it. If you want your job to be used widely, try to find better ideas. Do not give up anyway :-) Coly 2007/3/28, Wei Shen <[EMAIL PROTECTED]>: Hi, Since it seems that few people like my ideas, I have not apply fo

Re: Two SoC ideas

2007-03-24 Thread coly
scheme will consume much DMA memory. So a command like modaddr is very useful to save memory in DMA area. I dont know whether other platforms use Grub, but x86 is the most popular one. Best regards. Coly 在 2007-03-24六的 23:57 +0100,Yoshinori K. Okuji写道: > On Friday 23 March 2007 16:46, Wei Shen wr

Re: Two SoC ideas

2007-03-23 Thread coly
Chen: For the first idea, it is clear to me. I have no comment on it. For the second idea, I need more information. Can you explain more for the limition of "modaddr value" command, and how can the limition to be broken out by the "addr = value" option ? Thanks. Coly

multiboot module loading address assignment

2007-01-03 Thread coly
dress. But I can not find it in grub manual. Can anybody give me some points ? Thanks a lot. Coly ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: Re: Fwd: memory probing

2005-05-10 Thread coly li
, you need not verify the memory linearly, you can verify it in the power-of-two, only perform linearly dectecting after the prior detecting failed.     coly li [EMAIL PROTECTED]   2005-05-10 === 2005-05-10 16:33:25 original messages:=== &g

Re: Fwd: memory probing

2005-05-10 Thread coly li
s for real memory. different range use difference detecting scheme. for the range of real memory, the simplest method is "write and verify". but, for I'm not a embedded programmer, I can't give you more information for non-x86. FYI.   

Re: memory probing

2005-05-09 Thread coly li
nux kenrel source code. maybe the name is boot.txt. good luck;-)     coly li [EMAIL PROTECTED]   2005-05-10 === 2005-05-10 12:08:54 original messages:=== >Hi All, > >I am trying to understand working of bootloaders and have

can grub load flat binary execute

2005-02-15 Thread coly li
loppy, and boot the machine. the grub tells me can't understand the file's format. for I complied the kernel.bin with flat assembler, it has no format. so, I wanna, how can I use grub to load a flat binary execution. Coly Li ___ Grub-dev