From: Matt Ranon <mranon@javadevices.com>
To: linux maillist <linux-kernel@vger.kernel.org>
Subject: [ANNOUNCE][PATCH] Kcli - Kernel command line interface.
Date: Mon, 23 Apr 2007 14:31:39 -0700 (PDT) [thread overview]
Message-ID: <875184.9239.qm@web88101.mail.re2.yahoo.com> (raw)
The Jem team is pleased to announce the release of Kcli, an in-kernel command line interface. Kcli is intended for a special class of embedded Linux applications. The Linux kernel has become the defacto standard OS for embedded applications. This means that Linux is getting bent in some ways that may appear strange to some. One of these ways, is embedded applications that do not use user space. User space consists of a statically linked, one line program, that simply sleeps forever, transforming Linux into a classical embedded RTOS. VxWorks developers will understand what we are talking about, and they may recall how much they depend on the VxWorks shell. Kcli attempts to meet the need for a shell for this class of embedded Linux applications.
Kcli provides a command line environment that runs in the kernel, and that can be extended with custom commands registered by other kernel modules. We have found Kcli invaluable for our development, and we are releasing the patch, in case others find it useful.
Kcli is directly derived from libcli written by David Parrish and Brendan O'Dea, and the regular expression support is directly derived from diet libc written by Felix von Leitner.
The Jem team fully understands that this kind of patch may not be appropriate for inclusion in the mainline kernel code. We have no expectation that it will be, and we leave that decision fully in the hands of those responsible. Nonetheless, we feel that others may find it useful, and we will also appreciate any appropriate feedback from the community.
Kcli is standalone, and modifies no kernel files, except for the Kconfig and Makefile modifications required to wire it into the configuration and build.
The Kcli patch is available at ftp://www.javadevices.com/kcli/kcli-v1_0_0.patch.
MRanon
next reply other threads:[~2007-04-23 21:38 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-23 21:31 Matt Ranon [this message]
2007-04-23 22:06 ` [ANNOUNCE][PATCH] Kcli - Kernel command line interface H. Peter Anvin
2007-04-23 23:33 ` Andrew Morton
-- strict thread matches above, loose matches on Subject: below --
2007-04-24 1:12 Matt Ranon
2007-04-24 2:35 ` Satyam Sharma
2007-04-24 12:36 ` Tilman Schmidt
2007-04-24 14:34 ` Sam Ravnborg
2007-04-28 17:44 ` Matt Mackall
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=875184.9239.qm@web88101.mail.re2.yahoo.com \
--to=mranon@javadevices.com \
--cc=linux-kernel@vger.kernel.org \
/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