Linux MIPS Architecture development
 help / color / mirror / Atom feed
* Page Size 16KB.
@ 2002-02-18 23:15 Girish Gulawani
  2002-02-18 23:15 ` Girish Gulawani
  2002-02-19  1:34 ` Matthew Dharm
  0 siblings, 2 replies; 5+ messages in thread
From: Girish Gulawani @ 2002-02-18 23:15 UTC (permalink / raw)
  To: linux-mips

hi, all.
while in the process of changing page size of kernel to 16KB i am facing a
strange problem. the kernel boots up & user command, currently statically
linked shell, loads. it displays first prompt.  pressing enter keys, the
serial device receives the interrupts but no activity on shell's part. where
could the shell possibly be stuck?
this is LSI MIPS EZ4021 implementation. please please help!!!
many thanks & regards,
girish.


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Page Size 16KB.
  2002-02-18 23:15 Page Size 16KB Girish Gulawani
@ 2002-02-18 23:15 ` Girish Gulawani
  2002-02-19  1:34 ` Matthew Dharm
  1 sibling, 0 replies; 5+ messages in thread
From: Girish Gulawani @ 2002-02-18 23:15 UTC (permalink / raw)
  To: linux-mips

hi, all.
while in the process of changing page size of kernel to 16KB i am facing a
strange problem. the kernel boots up & user command, currently statically
linked shell, loads. it displays first prompt.  pressing enter keys, the
serial device receives the interrupts but no activity on shell's part. where
could the shell possibly be stuck?
this is LSI MIPS EZ4021 implementation. please please help!!!
many thanks & regards,
girish.


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Page Size 16KB.
  2002-02-18 23:15 Page Size 16KB Girish Gulawani
  2002-02-18 23:15 ` Girish Gulawani
@ 2002-02-19  1:34 ` Matthew Dharm
  2002-02-19 13:20   ` Girish Gulawani
  1 sibling, 1 reply; 5+ messages in thread
From: Matthew Dharm @ 2002-02-19  1:34 UTC (permalink / raw)
  To: Girish Gulawani; +Cc: linux-mips

Does your userspace shell set the CREAD flag properly?

Matt

On Tue, Feb 19, 2002 at 08:15:18AM +0900, Girish Gulawani wrote:
> hi, all.
> while in the process of changing page size of kernel to 16KB i am facing a
> strange problem. the kernel boots up & user command, currently statically
> linked shell, loads. it displays first prompt.  pressing enter keys, the
> serial device receives the interrupts but no activity on shell's part. where
> could the shell possibly be stuck?
> this is LSI MIPS EZ4021 implementation. please please help!!!
> many thanks & regards,
> girish.
> 
> 
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com

-- 
Matthew Dharm                              Work: mdharm@momenco.com
Senior Software Designer, Momentum Computer

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Page Size 16KB.
  2002-02-19  1:34 ` Matthew Dharm
@ 2002-02-19 13:20   ` Girish Gulawani
  2002-02-19 13:20     ` Girish Gulawani
  0 siblings, 1 reply; 5+ messages in thread
From: Girish Gulawani @ 2002-02-19 13:20 UTC (permalink / raw)
  To: linux-mips


> Does your userspace shell set the CREAD flag properly?
i think so. and btw, my kernel version is 2.4.9. i thought this CREAD
problem isnt there in this version. but shall check again. thanks for this
info.

other than this where else could be the problem that i'm overlooking??


> Matt
>
> On Tue, Feb 19, 2002 at 08:15:18AM +0900, Girish Gulawani wrote:
> > hi, all.
> > while in the process of changing page size of kernel to 16KB i am facing
a
> > strange problem. the kernel boots up & user command, currently
statically
> > linked shell, loads. it displays first prompt.  pressing enter keys, the
> > serial device receives the interrupts but no activity on shell's part.
where
> > could the shell possibly be stuck?
> > this is LSI MIPS EZ4021 implementation. please please help!!!
> > many thanks & regards,
> > girish.
> >
> >
> > _________________________________________________________
> > Do You Yahoo!?
> > Get your free @yahoo.com address at http://mail.yahoo.com
>
> --
> Matthew Dharm                              Work: mdharm@momenco.com
> Senior Software Designer, Momentum Computer


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Page Size 16KB.
  2002-02-19 13:20   ` Girish Gulawani
@ 2002-02-19 13:20     ` Girish Gulawani
  0 siblings, 0 replies; 5+ messages in thread
From: Girish Gulawani @ 2002-02-19 13:20 UTC (permalink / raw)
  To: linux-mips


> Does your userspace shell set the CREAD flag properly?
i think so. and btw, my kernel version is 2.4.9. i thought this CREAD
problem isnt there in this version. but shall check again. thanks for this
info.

other than this where else could be the problem that i'm overlooking??


> Matt
>
> On Tue, Feb 19, 2002 at 08:15:18AM +0900, Girish Gulawani wrote:
> > hi, all.
> > while in the process of changing page size of kernel to 16KB i am facing
a
> > strange problem. the kernel boots up & user command, currently
statically
> > linked shell, loads. it displays first prompt.  pressing enter keys, the
> > serial device receives the interrupts but no activity on shell's part.
where
> > could the shell possibly be stuck?
> > this is LSI MIPS EZ4021 implementation. please please help!!!
> > many thanks & regards,
> > girish.
> >
> >
> > _________________________________________________________
> > Do You Yahoo!?
> > Get your free @yahoo.com address at http://mail.yahoo.com
>
> --
> Matthew Dharm                              Work: mdharm@momenco.com
> Senior Software Designer, Momentum Computer


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-02-19 14:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-18 23:15 Page Size 16KB Girish Gulawani
2002-02-18 23:15 ` Girish Gulawani
2002-02-19  1:34 ` Matthew Dharm
2002-02-19 13:20   ` Girish Gulawani
2002-02-19 13:20     ` Girish Gulawani

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox