Page 1 of 1

Poker - A RTOS kernel for RISC-V architecture

Posted: Mon May 18, 2020 3:44 pm
by gungomanj
Hey guys,

I have taken up on the development of a RTOS for RISC-V processors. The main features will be:
  • Memory Protection (no paging, MPU based like ARM microcontrollers)
  • Fast context switching
  • POSIX-friendly libc
  • Driver for cadence GEM ethernet that exists on some RISC-V boards
  • A textual interface akin to old BBS and DOS systems (or NCURSES)
  • Some apps included like vim, irc client, http server later on
Heres the github where I will be updating every week:

https://github.com/atillabirer/poker