News Archive (1999-2012) | 2013-current at LinuxGizmos | Current Tech News Portal |    About   

Posts relating to LinuxDevices...


Running Linux on the Sega Dreamcast (Part 4)

September 24, 1997

Building a Dreamcast Linux kernel

Now that we have a complete cross development toolchain, it's time to put the tools to work. As I mentioned before, I have pre-configured our Linux kernel sources so that they are already set up for the Dreamcast, so all that's needed now is to run the commands in Figure 6 to actually compile and link the kernel. (more…)

Running Linux on the Sega Dreamcast (Part 5)

September 24, 1997

Building the Dreamcast boot CD

We're in the home stretch now! All that's left to do is to burn kernel-boot.bin onto a CD, move the CD to the Dreamcast, hit the POWER button, and watch your new kernel boot. (more…)

uClinux: World’s most popular embedded Linux distro? (Part 2)

September 24, 1997

Part 2: Recent events, and a promising future

By late 2001, Lineo was spinning off their acquisitions and the former Rt-Control team began to wonder how they might recover uClinux. Moreton Bay was renamed to SnapGear, and spun out of Lineo in late 2001. (more…)

Douglass Locke on “What is real-time?”

September 14, 1997

Here are Douglass Locke's answers:

  • What is real-time? — A real-time system (defined by IEEE) is a system whose correctness includes its response time as well as its functional correctness. In other words, in a real-time system, it not only matters that the answers are correct, but it matters when the answers are produced. (more…)

Victor Yodaiken on “What is real-time?”

September 14, 1997

Here are Victor Yodaiken's answers:

  • What is real-time? . . . and . . . What is hard real-time? — Real-time software can meet timing deadlines. Then there is “soft”, “firm”, “usually”, or “most of the time” or “kind of” real-time. These all seem to be ways of saying “not” real-time. (more…)

David Beal on “What is real-time?”

September 14, 1997

Here are David Beal's answers:

  • What is real-time? — Real-time is the ability to issue a command or instruction and get a response in a relatively predictable amount of time to that task. It is also defined as the actual time during which a process takes place or an event occurs. (more…)

Jim Ready on “What is real-time?”

September 14, 1997

Here are Jim Ready's answers:

  • What is real-time? — The right results on time.
  • What is hard real-time? — The right results late are wrong. (more…)

Myron Zimmerman on “What is real-time?”

September 14, 1997

Here are Myron Zimmerman's answers:

  • What is real-time? — A real-time system provides specified system services with known timing and latency characteristics, so that applications can be designed and developed that meet perscribed timing constraints. (more…)

Mitch Bunnell on “What is real-time?”

September 14, 1997

Here are Mitch Bunnell's answers:

  • What is real-time? — The ability of a system to respond to external or clock events within a bounded period of time. (more…)

Steve Furr on “What is Real-time?”

September 14, 1997

Here are Steve Furr's answers . . .

  1. What is real-time? — Real-time is a property of systems that is often misunderstood. I will attempt to provide a summary of some of the critical elements of real-time computing, but for a formal treatment of the issue with rigorous definition of the terms, I would strongly encourage visiting (more…)

A developer’s review of Lineo’s Embedix SDK (Part 2)

September 10, 1997

Managing a project

In the Embedix model, a build is a project, consisting of a directory tree rooted at a user-settable location. Basic project settings are included in a project file; for example, the settings for a test project running on my laptop was named laptop.epj. (more…)

A developer’s review of Lineo’s Embedix SDK (Part 3)

September 10, 1997

Thoughts on the kernel configuration process

One problem that arises from the nonstandard kernel configuration process concerns the maintainability of the system over different kernel versions. Embedix SDK 2.0 ships with 2.4.5-pre1 and includes an ECD file for that version. (more…)

A developer’s review of Lineo’s Embedix SDK (Part 4)

September 10, 1997

Other Embedix components and features

Other components of Embedix are more in keeping with an open source philosophy. As one might expect, Embedix uses GCC as its compiler. Prebuilt binaries are provided for the supported target architectures. Also, GDB is used for debugging, and is used without significant modifications. (more…)

A developer’s review of Lineo’s Embedix SDK (Part 5)

September 10, 1997

Lineo's real-time Linux option

About a year ago Lineo was on an acquisition spree, acquiring a number of small companies that provided Embedded Linux products. Among the companies they acquired were Zentropix, Moreton Bay, and RT-Control. In the process they became involved in a number of open-source projects, each with its own philosophy, programming model, and documentation. (more…)

A developer’s review of Lineo’s Embedix SDK (Part 6)

September 10, 1997

Taking Embedix for a spin

To develop a sense of how practical it would be to configure systems using Embedix, I decided to build a system for each of the single-board computers in my Embedded Linux Toolkit Test Lab (described in the introduction to this series), and (at a minimum) get the system booted… (more…)