Re: Kernel trap with custom ramdisk

2008-04-30 Thread B A
Thanks all for suggestions. I have got finally what I want. I have created base ramdisk about 4Megs, then I'm fetching all other daemont/tools into the mfs disk ang run them. This solution works for now. 30.04.08, 01:58, "Daniel Ouellet" <[EMAIL PROTECTED]> > I guess what people try to

Re: Kernel trap with custom ramdisk

2008-04-29 Thread Daniel Ouellet
B A wrote: Surely I have read FAQ, especially '5 - Building the System from Source' but there is no section about building custom ramdisk. Probably one should be included, so you see less *dumb* questions about it. Obviously people need to build them for many reasons, like completely in RAM int

Re: Kernel trap with custom ramdisk

2008-04-29 Thread Dave Anderson
On Tue, 29 Apr 2008, B A wrote: >Surely I have read FAQ, >especially '5 - Building the System from Source' >but there is no section about building custom ramdisk. >Probably one should be included, so you see less *dumb* >questions about it. Obviously people need to build them >for many reasons, l

Re: Kernel trap with custom ramdisk

2008-04-29 Thread B A
Surely I have read FAQ, especially '5 - Building the System from Source' but there is no section about building custom ramdisk. Probably one should be included, so you see less *dumb* questions about it. Obviously people need to build them for many reasons, like completely in RAM internet ki

Re: Kernel trap with custom ramdisk

2008-04-29 Thread Dave Anderson
On Tue, 29 Apr 2008, B A wrote: >> You tried building a custom ramdisk and then came to misc asking >> for help despite the archives are full of detailed instructions telling >> you NOT TO DO THAT. > >This is the funniest reason I ever hear. >So if something dosn't work, do not do that. >Nice :-)

Re: Kernel trap with custom ramdisk

2008-04-29 Thread B A
> You tried building a custom ramdisk and then came to misc asking > for help despite the archives are full of detailed instructions telling > you NOT TO DO THAT. This is the funniest reason I ever hear. So if something dosn't work, do not do that. Nice :-) BTW with 5 megs ramdisk all wo

Re: Kernel trap with custom ramdisk

2008-04-28 Thread mickey
On Tue, Apr 29, 2008 at 02:28:11AM +0400, B A wrote: > Hello! > > I'm trying to build custom kernel+ramdisk for my router. > But I'm getting: > > panic: pmap_enter: missing kernel PTP! > Stopped at 0x0d47ba08: leave > > Any ideas what I did wrong? > I build 5 meg ramdisk, I can't even boot large

Re: Kernel trap with custom ramdisk

2008-04-28 Thread Johan Mson Lindman
On Tuesday 29 April 2008 00:28:11 B A wrote: > Hello! > > I'm trying to build custom kernel+ramdisk for my router. > But I'm getting: > > panic: pmap_enter: missing kernel PTP! > Stopped at 0x0d47ba08: leave > > Any ideas what I did wrong? You tried building a custom ramdisk and then came to misc

Kernel trap with custom ramdisk

2008-04-28 Thread B A
Hello! I'm trying to build custom kernel+ramdisk for my router. But I'm getting: panic: pmap_enter: missing kernel PTP! Stopped at 0x0d47ba08: leave Any ideas what I did wrong? I build 5 meg ramdisk, I can't even boot larger ramdisk's, system just immediately rebooting. Thank you.