···55Summary of crates:
66* `eepy` - eepyOS kernel
77* `eepy-sys` - library defining the kernel's syscall interface and binary format and providing safe abstractions
88-* `eepy-derive` - proc macro crate for eepy-sys
88+* `eepy-derive` - proc macro crate for eepy-sys (the name is a misnomer as it doesn't actually contain any derive macros, but it's too late to change now)
99* `eepy-launcher` - the userspace component of eepyOS which handles the launcher UI
1010* `eepy-gui` - barebones UI library for eepyOS applications based on `embedded-graphics`
1111* `eepy-example-app` - example userspace application for eepyOS