Newer
Older
honey-os / src / userland / ps2 / main.c
#include <hlib.h>

int32_t main() {
  loadFromInitrd("ps2kb");
  return 0;
}