first usable version of kernel and commands

After an year of hard work, this is a first "usable" version of Jehanne.
This commit is contained in:
2016-11-25 16:18:40 +00:00
parent 391252a059
commit 38aca7a581
3989 changed files with 406697 additions and 1909 deletions

9
qa/lib/c/sysfatal.c Normal file
View File

@ -0,0 +1,9 @@
#include <u.h>
#include <libc.h>
void
main(void)
{
sysfatal("%c%c%c%s", 'P', 'A', 'S', "S");
}