index
:
gbos.git
master
gbos - a tiny Unix-flavored OS for the Game Boy Color (kernel, shell, coreutils in C, RAM filesystem)
git daemon user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr
/
uname.c
blob: 511501df175ebd73ba0cba08af365b7fe07ac918 (
plain
) (
blame
)
1
2
#include
"gbos.h"
void
main
(
void
)
{
puts
(
"gbos sm83 (Game Boy Color)"
);
nl
();
}