Re: grub.enbug.org wiki database dump

2011-03-30 Thread NIIBE Yutaka
2011-03-29 17:11, KESHAV P.R. wrote: > I am user of grub2 and have edited a few wiki articles. YOu seems > to have taken back control of this domain name. I didn't understand your message, but I guess that your problem is accessing web site of grub.enbug.org, right? No, I don't have control

Re: Networking status

2006-01-09 Thread NIIBE Yutaka
Marco Gerards wrote: > Things I planned to do: > > - Finish IPv4+UDP receive. > - Implement DHCP/BOOTP. > - Clean up the code a bit and document everything properly. > - Add IEEE 1275 support (so networking will work on the PPC and > SPARC). > - Implement TFTP. FWIW, I developed a boot loader fo

Re: Networking status

2006-01-09 Thread NIIBE Yutaka
Jun OKAJIMA wrote: > Why you dont use kexec() but grub? Just a comment from my point of view. Perhaps, you live in a happy world, Linux on IA-32, or something where all the functionalities are available *already*. To run kexec successfully, we need working Linux beforehand. FWIW, we are develop

Re: Networking status

2006-01-10 Thread NIIBE Yutaka
Thanks for your attention. Marco Gerards wrote about my code: > * Advantages > - I assume it was tested a lot? > - TCP+HTTP > - DHCP, BOOTP and IPv6 * Disadvantages - non-modular implementation, assume ethernet - implementation which takes advantage of layer-violation > After that we can hav