summaryrefslogtreecommitdiff
path: root/src/user/app
Commit message (Collapse)AuthorAgeFilesLines
* Added direct acces to video memory from userland.std_c_userlandAlex AUVOLAT2013-07-112-20/+34
| | | | | | Next : same for keyboard ; move VT handling to userland. Consequence : a foreground app has total control over I/O. Next : implement sockets & a userland console multiplexer.
* (nothing)Alex AUVOLAT2013-07-061-1/+1
|
* Many bug corrections.Alex AUVOLAT2013-06-0913-62/+131
|
* All FWIK is deleted. YOSH is now pure C. Not-working KBASIC included.Alex AUVOLAT2013-06-0819-286/+1471
|
* Minor modificiations ; added a simple Line EDitor.Alex AUVOLAT2013-05-202-0/+201
|
* Return to standard C.Alex AUVOLAT2012-11-256-43/+45
|
* Correected some nasty tasking bugs. Still not perfect.Alex AUVOLAT2012-05-202-17/+28
|
* More improvements in FWIK - more strings, Dir class, ...Alex AUVOLAT2012-05-192-54/+44
|
* Better sprintf, vsprintf, String::sprintf, etc.Alex AUVOLAT2012-05-191-125/+31
|
* Added string class for FWIK.Alex AUVOLAT2012-05-194-118/+119
|
* Introducing FWIK, the userland C++ framework. Far from complete.Alex AUVOLAT2012-05-1910-0/+506