pic mcu code:This application note describes the design and
implementation of a USB Mass Storage Device (MSD)
using a Secure Digital card, which should prove useful
to developers of USB mass storage solutions. This
application may be used as a stand-alone MSD or as a
Secure Digital/Multimedia Card (SD/MMC) reader/
writer interface.
Avalon_VGA,-- This design provides an interface to the Alcahest VGA daughter card.
-- The design comprises of an 8-bit VGA driver with Avalon bus interfaces. There are a total of
-- three Avalon interfaces.
開發(fā)工具:ads1.2 或 gcc for linux
說(shuō)明:可以供閱讀嵌入式fs時(shí)參考。內(nèi)含flash file system驅(qū)動(dòng)原理介紹,以及uclinux和usos2下的各種文件系統(tǒng)實(shí)現(xiàn)(yaffs2,ffs,cf card,sd card,fat等),主要是周立功和優(yōu)龍的代碼。
KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux on x86 hardware. It consists of a loadable kernel module (kvm.ko) and a userspace component.
Using KVM, one can run multiple virtual machines running unmodified Linux or Windows images. Each virtual machine has private virtualized hardware: a network card, disk, graphics adapter, etc.
The kernel component of KVM is included in mainline Linux, and will appear in Linux 2.6.20.
KVM is open source software.