From: Nick Garnett <nickg@ecoscentric.com>
To: 김주동 <jdkim@snssol.co.kr>
Cc: <ecos-devel@ecos.sourceware.org>
Subject: Re: How to make tty buffer size longer?????
Date: Mon, 16 May 2005 08:23:00 -0000 [thread overview]
Message-ID: <m34qd3h95i.fsf@xl5.calivar.com> (raw)
In-Reply-To: <OFEPJEEHNEOHPACEGGNFEEAMCAAA.jdkim@snssol.co.kr>
=?ks_c_5601-1987?B?sejB1rW/?= <jdkim@snssol.co.kr> writes:
> Hi. everyone.
>
> Thank you for your answer.
> But, can you tell me more detail?
> I tryed setbuf().
> But it maked a bit bigger size of buffer( 256 -> 260 ).
> I need 1kbyte(1024byte).
There are two sets of buffers you can control. The first are the ring
buffers in the device driver, whose size you can set in the
configtool. The second are the buffers in the C library streams, which
you can either set in the configtool, or at runtime using setvbuf().
--
Nick Garnett eCos Kernel Architect
http://www.ecoscentric.com The eCos and RedBoot experts
next prev parent reply other threads:[~2005-05-16 8:23 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-16 1:29 김주동
2005-05-16 8:23 ` Nick Garnett [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-05-12 1:56 김주동
2005-05-12 6:53 ` Andrew Lunn
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m34qd3h95i.fsf@xl5.calivar.com \
--to=nickg@ecoscentric.com \
--cc=ecos-devel@ecos.sourceware.org \
--cc=jdkim@snssol.co.kr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).