os-workshop
same materials and sample source for RV32 OS projects
git clone
http://frotz.net/git/os-workshop.git
Log
|
Files
|
Refs
ex25-syscalls.h (60B)
1
#pragma once
2
3
#define SYS_EXIT 0
4
#define SYS_XPUTC 1