Poker - A RTOS kernel for RISC-V architecture

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
gungomanj
Member
Member
Posts: 28
Joined: Sun Apr 23, 2017 4:41 am

Poker - A RTOS kernel for RISC-V architecture

Post 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
Post Reply