Linux Kernel 2.6: the Future of Embedded Computing, Part II
Grok Headline matches for Linux Kernel 2.6: the Future of Embedded Computing, Part II
Future Computing, Part III: Hardware
Future Computing, Part III: Hardware
12/15/2003 05:59 AMA 20-year IT consulting veteran and author of "The Unix Guide to
Defenestration" offers the third in a series of four articles that
look at the state of computing as he imagines it will be five years
from now. The first one looked at Microsoft's future vision; the
second one at the prospects for Unix; this week's focus is on the
hardware. Next week, he'll speculate about the impact all of this will
have on the IT industry.
Future Computing, Part IV: the impact on
IT
Future Computing, Part IV: the impact on
IT
12/22/2003 05:36 AMA 20-year IT consulting veteran and author of "The Unix Guide to
Defenestration" concludes a series of four articles that look at the
state of computing as he imagines it will be five years from now. The
first one looked at Microsoft's future vision; the second one at the
prospects for Unix; last week's focus was on the hardware. This week,
he speculates about the impact all of this will have on the IT
industry.
Future Computing: Part 1 - Microsoft
Future Computing: Part 1 - Microsoft
12/02/2003 01:51 AM This is the first of a series of four articles that look at the state
of computing as I imagine it will be five years from now -in the fall
of 2008. This week's issue is on Microsoft's vision for its future
software. Next week I'll look at where the Unix and open source
alternative seems likely to go and, in week three, will focus on the
hardware both groups can expect to have available to run their
software. The last of the series will then look at the impact these
changes are likely to have on the IT industry itself.
An Introduction to Embedded Linux
Development, Part 3
An Introduction to Embedded Linux
Development, Part 3
12/30/2004 06:45 AMPart 3 explores different scenarios for updating and/or replacing the
root filesystem, the kernel image or even the bootloader on our
embedded development system.
An Introduction to Embedded Linux
Development, Part 4
An Introduction to Embedded Linux
Development, Part 4
03/14/2005 05:25 PMThe final article in this series describes using the Background Debug
Mode provided in Motorola processors.
Future Computing, Part II: Unix vs. the
world
Future Computing, Part II: Unix vs. the
world
12/08/2003 05:49 AMA 20-year IT consulting veteran and author of "The Unix Guide to
Defenestration" offers the second in a series of four articles that
examine the state of computing as he imagines it will be five years
from now. Last week's article was on Microsoft's vision for its future
software. This week, he looks at where the Unix and open source
alternative is likely to go and, next week, at the hardware both
groups can expect to have available to run their software. The last of
the series will look at the impact these changes are likely to have on
the IT industry itself.
The 2.7 Kernel: Back To The Future For
Linux
The 2.7 Kernel: Back To The Future For
Linux
01/27/2004 09:51 PMEmbedded Systems Get Security with
Trusted Computing
Embedded Systems Get Security with
Trusted Computing
09/08/2004 12:28 PMBoards & Solutions - the embedded
computing conference
Boards & Solutions - the embedded
computing conference
05/11/2004 11:56 AMECE May 11 2004 3:38PM GMT
International Conference on Embedded and
Ubiquitous Computing
International Conference on Embedded and
Ubiquitous Computing
02/15/2004 05:38 AMNetLib Feb 15 2004 9:12AM GMT
Real-Time & Embedded Computing
Conference en Madrid y Barcelona
Real-Time & Embedded Computing
Conference en Madrid y Barcelona
05/02/2004 04:50 PMEmbedded Macromedia Flash Proliferating
in Mobile and Real-Time Computing
Embedded Macromedia Flash Proliferating
in Mobile and Real-Time Computing
12/17/2004 06:30 PMVibren Technologies Experiences Surge in Embedded Flash Projects
[PRWEB Dec 10, 2004]
Embedded Solution Partners Announces
SolutionSDC for Secure Distributed
Computing
Embedded Solution Partners Announces
SolutionSDC for Secure Distributed
Computing
03/14/2005 05:58 PM [PRWEB Mar 9, 2005]
Motorola Completes Acquisition of Force
Computers, Renames Embedded Computing
Business
Motorola Completes Acquisition of Force
Computers, Renames Embedded Computing
Business
08/03/2004 12:26 PMPhysOrg.com Aug 3 2004 5:15PM GMT
Layer-7 Packet Classifier for Linux
0.1.0 (Linux Kernel 2.6 Netfilter patch)
Layer-7 Packet Classifier for Linux
0.1.0 (Linux Kernel 2.6 Netfilter patch)
11/10/2003 11:33 PMA layer-7 packet classifier for packet shaping.
McObject’s eXtremeDB - First In-Memory
Database for BlueCat Linux 5.0 and Linux
2.6 Kernel
McObject’s eXtremeDB - First In-Memory
Database for BlueCat Linux 5.0 and Linux
2.6 Kernel
06/22/2004 02:43 AMWith McObject’s release of its eXtremeDB 2.3 in-memory embedded
database for LynuxWorks’ BlueCat Linux 5.0 operating system,
developers of embedded Linux applications for the first time have an
in-memory database system (IMDS) available for LynuxWorks’ powerful
embedded platform, and for the Linux 2.6 kernel on which BlueCat Linux
5.0 is based. [PRWEB Jun 22, 2004]
Layer-7 Packet Classifier for Linux
0.0.2 (Linux Kernel 2.6 Netfilter patch)
Layer-7 Packet Classifier for Linux
0.0.2 (Linux Kernel 2.6 Netfilter patch)
10/31/2003 02:44 AMA layer-7 packet classifier for packet shaping.
Layer-7 Packet Classifier for Linux
0.4.0 (Linux Kernel 2.6 Netfilter patch)
Layer-7 Packet Classifier for Linux
0.4.0 (Linux Kernel 2.6 Netfilter patch)
12/06/2003 03:55 AMAn application-layer packet classifier for Linux.
Kernel Mode Linux 2.4.30_001 (For Linux
2.4 branch)
Kernel Mode Linux 2.4.30_001 (For Linux
2.4 branch)
04/05/2005 11:56 AM
Kernel Mode Linux is a technology which enables
the execution of user programs in a kernel mode.
In Kernel Mode Linux, user programs can access
kernel address space directly. Unlike kernel
modules, user programs are executed as ordinary
processes (except for their privilege level), so
scheduling and paging are performed as usual.
Although it seems dangerous, the safety of the
kernel can be ensured through such methods as
static type checking, software fault isolation,
and so forth.
Changes:
This version was merged with the 2.4.30 Linux
kernel.
Kernel Mode Linux 2.4.31_001 (For Linux
2.4 branch)
Kernel Mode Linux 2.4.31_001 (For Linux
2.4 branch)
06/05/2005 11:23 PM
Kernel Mode Linux is a technology which enables
the execution of user programs in a kernel mode.
In Kernel Mode Linux, user programs can access
kernel address space directly. Unlike kernel
modules, user programs are executed as ordinary
processes (except for their privilege level), so
scheduling and paging are performed as usual.
Although it seems dangerous, the safety of the
kernel can be ensured through such methods as
static type checking, software fault isolation,
and so forth.
License: GNU General Public License (GPL)
Changes:
This version was merged with the 2.4.31 Linux
kernel.
Openwall Linux kernel patch 2.4.30-ow1
(Linux 2.4 branch)
Openwall Linux kernel patch 2.4.30-ow1
(Linux 2.4 branch)
04/08/2005 10:32 AM
The Openwall Linux kernel patch is a collection of security
"hardening" features for the Linux kernel. In addition to the new
features, some versions of the patch contain various security fixes.
The "hardening" features of the patch, while not a complete method of
protection, provide an extra layer of security against the easier ways
to exploit certain classes of vulnerabilities and/or reduce the impact
of those vulnerabilities. The patch can also add a little bit more
privacy to the system by restricting access to parts of /proc so that
users may not see what others are doing.
Changes:
This release was updated to Linux 2.4.30.
Kernel Mode Linux 2.4.23_001 (For Linux
2.4)
Kernel Mode Linux 2.4.23_001 (For Linux
2.4)
12/02/2003 01:59 AMA factility for executing user processes in kernel mode safely.
Kernel Mode Linux 2.6.7_002 (For Linux
2.6)
Kernel Mode Linux 2.6.7_002 (For Linux
2.6)
07/24/2004 09:36 AMA factility for executing user processes in kernel mode safely.
Openwall Linux kernel patch 2.4.26-ow3
(Linux 2.4)
Openwall Linux kernel patch 2.4.26-ow3
(Linux 2.4)
08/04/2004 01:22 PMA security "hardening" patch for the Linux kernel.
Openwall Linux kernel patch 2.2.25-ow1
(Linux 2.2)
Openwall Linux kernel patch 2.2.25-ow1
(Linux 2.2)
03/20/2003 06:36 PMA security "hardening" patch for the Linux kernel.
Kernel Mode Linux 2.6.0_001 (For Linux
2.6)
Kernel Mode Linux 2.6.0_001 (For Linux
2.6)
12/18/2003 02:24 PMA factility for executing user processes in kernel mode safely.
Kernel Mode Linux 2.6.0-test9_002 (For
Linux 2.6)
Kernel Mode Linux 2.6.0-test9_002 (For
Linux 2.6)
11/12/2003 01:31 PMA factility for executing user processes in kernel mode safely.
Kernel Mode Linux 2.6.7_001 (For Linux
2.6)
Kernel Mode Linux 2.6.7_001 (For Linux
2.6)
06/21/2004 04:21 AMA factility for executing user processes in kernel mode safely.
Openwall Linux kernel patch 2.4.26-ow2
(Linux 2.4)
Openwall Linux kernel patch 2.4.26-ow2
(Linux 2.4)
06/19/2004 01:50 PMA security "hardening" patch for the Linux kernel.
MOSIX Kernel Patch 1.11.1 for Linux
2.4.26 (Linux 2.4)
MOSIX Kernel Patch 1.11.1 for Linux
2.4.26 (Linux 2.4)
04/21/2004 02:26 PMA cluster management system for Unix.
MOSIX Kernel Patch 1.11.0 for Linux
2.4.25 (Linux 2.4)
MOSIX Kernel Patch 1.11.0 for Linux
2.4.25 (Linux 2.4)
02/19/2004 11:34 AMA cluster management system for Unix.
Openwall Linux kernel patch 2.0.40-ow1
(Linux 2.0)
Openwall Linux kernel patch 2.0.40-ow1
(Linux 2.0)
04/17/2004 03:15 PMA security "hardening" patch for the Linux kernel.
Openwall Linux kernel patch 2.4.26-ow1
(Linux 2.4)
Openwall Linux kernel patch 2.4.26-ow1
(Linux 2.4)
04/17/2004 03:15 PMA security "hardening" patch for the Linux kernel.
Kernel Mode Linux 2.6.0-test9_001 (For
Linux 2.6)
Kernel Mode Linux 2.6.0-test9_001 (For
Linux 2.6)
10/29/2003 02:47 PMA factility for executing user processes in kernel mode safely.
Kernel Mode Linux 2.6.0-mm2_001 (For
Linux 2.6-mm)
Kernel Mode Linux 2.6.0-mm2_001 (For
Linux 2.6-mm)
12/30/2003 01:18 PMA factility for executing user processes in kernel mode safely.
Kernel Mode Linux 2.6.10-mm1_001 (For
Linux 2.6-mm)
Kernel Mode Linux 2.6.10-mm1_001 (For
Linux 2.6-mm)
01/05/2005 11:27 AMA factility for executing user processes in kernel mode safely.
MOSIX Kernel Patch 1.12.0 for Linux
2.4.27 (Linux 2.4)
MOSIX Kernel Patch 1.12.0 for Linux
2.4.27 (Linux 2.4)
08/09/2004 04:12 AMA cluster management system for Linux.
Kernel Mode Linux 2.6.0-mm1_001 (For
Linux 2.6-mm)
Kernel Mode Linux 2.6.0-mm1_001 (For
Linux 2.6-mm)
12/26/2003 12:33 PMA factility for executing user processes in kernel mode safely.
Kernel Mode Linux 2.6.10_001 (For Linux
2.6)
Kernel Mode Linux 2.6.10_001 (For Linux
2.6)
12/28/2004 11:02 AMA factility for executing user processes in kernel mode safely.
Grok Description matches for Linux Kernel 2.6: the Future of Embedded Computing, Part II
GrokA matches for Linux Kernel 2.6: the Future of Embedded Computing, Part II
Slashdot Linux Kernel Back-Door Hack
Attempt Discovered
Slashdot Linux Kernel Back-Door Hack
Attempt Discovered
11/07/2003 05:27 AMSlashdot
slashdot.org/articles/03/11/06/058249.shtml?tid=106&tid=185
track this
site | 5 links
PPC FAQ: eMbedded Visual Basic Runtime
for Pocket PC 2003
PPC FAQ: eMbedded Visual Basic Runtime
for Pocket PC 2003
09/20/2004 11:06 AMKernel Mode Linux 2.6.8_001 (For Linux
2.6)
Kernel Mode Linux 2.6.8_001 (For Linux
2.6)
08/14/2004 03:17 PMA factility for executing user processes in kernel mode safely.
Osnofian Embedded Linux (x86)
Osnofian Embedded Linux (x86)
01/22/2004 04:38 AMOsnofianlinux Compiler CD
Linux Kernel 2.6: the Future of Embedded Computing, Part II