3 projects tagged "DragonflyBSD"
MaheshaDragonBSD is a Live USB distribution based on MaheshaBSD and DragonFly BSD 3.0.2. It contains Midnight Commander, vsftpd server, and a prebuilt vkernel in the /myinstall directory, which you may immediately try by running the 'rune' script in the /myinstall/vkernel directory; however, no root image is available, so you must make your own.
The Voodoo compiler is an implementation of the Voodoo programming language. The Voodoo programming language is a low-level programming language, abstracting over the platform's instruction set and calling conventions, but otherwise leaving the programmer free to do anything at all. The Voodoo compiler supports multiple target platforms and provides a stand-alone compiler, as well as a Ruby module for programmatic code generation.
cpuid.c is a very simple C abstraction that provides an interface to common cpuid feature flags. It can be useful when implementing dynamic CPU feature dispatch that relies on optional processor feature extensions or basic processor-specific variables. This package is meant to be a very simple feature detection interface that you can easily integrate into your project. It is not meant to be complex and it is geared for projects implementing dynamic CPU feature dispatch.