-* Unprivileged code execution
-* ELF loading and execution (loads an init from the initrd)
-* Near-full C standard library support for loaded ELFs
-* libgpio: GPIO access for loaded ELFs
+* Advanced heap that does its best to keep large chunks of memory available
+* Round-robin multitasking that keeps tasks in userspace
+* A virtual filesystem implementation with stdio/initrd built into the kernel
+* Ability to execute ELF files loaded from the filesystem
+* A nearly complete C standard library implementation available to loaded ELFs
+(using [PDCLib](https://github.com/DevSolar/pdclib))
+* libgpio: The first userspace library; makes GPIO available to loaded ELFs