Projects
From 0x221e
Following are a comprehensive list of all documented projects:
An OS development programming language that emits raw x86 machine code. Specifically designed to create operating systems, bootloaders, and other bare-metal projects. It removes the need to use a seperate linker file and contains its own VBA and LBA directives to specify virtual and loaded memory.
WlProxy
A wayland server/client proxy implementation to forward wayland buffers and events to a dom0's compositor using xen grant tables. TODO: relevant links
TmpBootloader
A simple bootloader written in C that is capable of loading and launching a kernel from a FAT32 partition. This project is incomplete. TODO: relevant links, more details