Example with an ARM target on how to use GCC inline assembly effectively in C code.
Read more »Inline assembly instructions in GCC
Category: End User Tags:
- Login to post comments
Running Linux on new OpenRisc simulator or1ksim 0.4.0
How to install and run the new OpenRisc simulator or1ksim 0.4.0, and emulate a running Linux kernel.
Read more »Category: Industry Tags:
- Login to post comments
U-boot for ARM on QEMU
Instructions to compile and run the U-Boot bootloader inside a QEMU emulation of an ARM platform.
Read more »Category: High End Tags:
- Login to post comments
Simplest bare metal program for ARM
A simple example of bare metal programming for ARM926EJ-S core using the free open source Codesourcery toolchain based on GNU gcc.
Read more »Category: Beginner Tags:
- Login to post comments
Linux is not an Operating System
Last week Google announced their intention to release an operating system based on Linux. The reaction of some people on reddit was: "No, another neutered, watered-down, crapitized "linux". Linux will once again be viewed as a sub par, 'specialized' OS." Well, this is not possible because Linux is not really an operating system, it is a kernel.
Read more »Category: Philosophy Tags:
whefs: an embedded filesystem library for C
When i started googling for an embedded filesystem library (something like sqlite, but for a filesystem instead of a database), i came up pretty empty handed. The vast majority of the projects are commercial and the open source ones operate at a different level than i was looking for.
So i started coding...
Read more »