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
Virtualization With KVM On A Debian Squeeze Server
This guide explains how you can install and use KVM for creating and running virtual machines on a Debian Squeeze server. I will show how to create image-based virtual machines and also virtual machines that use a logical volume (LVM). KVM is short for Kernel-based Virtual Machine and makes use of hardware virtualization, i.e., you need a CPU that supports hardware virtualization, e.g.
Read more »Using Newlib in ARM bare metal programs
Implementing a minimal standard C library for embedded ARM target using Newlib and the CodeSourcery toolchain, and emulating the execution with QEMU.
Read more »Category: End User Tags:
- Login to post comments
Using Ubuntu ARM cross-compiler for bare metal programming
Ubuntu 10.10 Maverick Meerkat includes an ARM cross-compiler to compile programs for Linux. The compiler can also be used for bare-metal programming with a few arrangements.
Read more »Category: High End Tags:
- Login to post comments
Trying Debian for ARM on QEMU
How to try a full ARM Debian system complete of graphical environment, using prepared images for the Versatile platform.
Read more »Category: High End Tags:
- Login to post comments
Debugging ARM programs inside QEMU
A tutorial that shows how to debug an ARM Linux program inside a platform emulated with QEMU. The tutorial uses gdbserver to connect the program executing in the guest system to the debugger running on the host system.
Read more »- Login to post comments
Booting Linux with U-Boot on QEMU ARM
Using QEMU to emulate the complete boot procedure of an ARM system using U-Boot, the Linux kernel and Busybox.
Read more »Category: High End Tags:
- Login to post comments
KVM, QEMU, and kernel project management
Both the code and its development model are seen as conforming much more closely to the Linux way of doing things than the alternatives; KVM is expected to be the long-term virtualization solution for Linux. So, one might well wonder, why has KVM been the topic of one of the more massive and less pleasant linux-kernel discussions in some time?
Read more »Category: High End 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
Howto: Linux and Windows virtualization with KVM and Qemu
We're going to deliberately sidestep the jargon and the hype to take a practical look at the virtualisation technologies in Ubuntu, in particular KVM and Qemu and the related userspace tools that create and manage virtual machines. Although the discussion centres on Ubuntu, the technology is applicable to all Linux distros.
Read more »Category: End User Tags:
- Login to post comments
QEMU 0.10.0 Release To Bring Many Features
QEMU, the popular open-source processor emulator that can be run as a user-space program and also has found its way into use by the KVM and VirtualBox projects, will soon reach version 0.10.0
Read more »Category: End User Tags:
- Login to post comments
andLinux: A great way to virtualize Linux inside of Windows
There's been a lot written about virtualization recently. However, the traditional apps like VMWare and VirtualBox have always had the problems of speed and integration into the host. Luckily, there is another option: andLinux, a full-blown Ubuntu Gutsy-based distro that has been around for quite a while.
Read more »Debian GNU/Hurd K16 Snapshot Released
Hurd Philip Charles has released the K16 snapshot of the Debian GNU/Hurd system. The K16 CD series includes a mini-ISO, 4 full CD images, and 2 DVD images. For the first time, a QEMU image based on the mini-ISO is provided as well.
Read more »Category: High End Tags:
- Login to post comments
Speed up QEMU with KVM
If you have been using QEMU for emulating other operating systems, you will find that it runs fairly slow. On average, QEMU will only run at about 20% of the speed of your host system. Obviously, this is a problem.
Read more »Category: High End Tags:
- Login to post comments
In search of the GNU OS: Success!
"...The method which finally worked was to download a prepared QEMU image and run GNU from QEMU. The image I used can be found here. [...] Now I'm up and running it's time to do some exploring. I will report back soon with my first impressions."
Read more »Category: Community Tags:
- Login to post comments