summaryrefslogtreecommitdiff
path: root/src/user
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.
* Serial port used for writing kernel output.Alex AUVOLAT2013-07-101-5/+1
| | | | Project: give total control to userland over display/input devices.
* (nothing)Alex AUVOLAT2013-07-061-1/+1
|
* Many bug corrections.Alex AUVOLAT2013-06-0920-106/+142
|
* All FWIK is deleted. YOSH is now pure C. Not-working KBASIC included.Alex AUVOLAT2013-06-0849-996/+2074
|
* Minor modificiations ; added a simple Line EDitor.Alex AUVOLAT2013-05-202-0/+201
|
* Return to standard C.Alex AUVOLAT2012-11-258-45/+47
|
* Minor change, bump.Alex AUVOLAT2012-05-271-2/+1
|
* Corrected some bugs in readline && multitasking improvement.Alex AUVOLAT2012-05-201-41/+66
|
* 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-1912-68/+146
|
* Better sprintf, vsprintf, String::sprintf, etc.Alex AUVOLAT2012-05-1917-243/+293
|
* Added string class for FWIK.Alex AUVOLAT2012-05-1914-169/+378
|
* Introducing FWIK, the userland C++ framework. Far from complete.Alex AUVOLAT2012-05-1942-97/+408
|
* Added ANSI support, minimal readline-like library.Alex AUVOLAT2012-05-1910-200/+361
|
* Added some stuff.Alex AUVOLAT2012-05-187-77/+111
|
* Simple shell added. Simple fprintf function added too.Alex AUVOLAT2012-05-1810-85/+429
|
* Can now spawn new processes.Alex AUVOLAT2012-05-183-14/+43
|
* Added process arguments when loaded as modules.Alex AUVOLAT2012-05-182-4/+14
|
* Improvements. Next: initrd.Alex AUVOLAT2012-05-182-26/+45
|
* The keyboard handling, it's getting better. + Funny screenshot.Alex AUVOLAT2012-05-181-3/+23
|
* A bit of a change in the directory layout.Alex AUVOLAT2012-05-187-5/+160
|
* Beginning of a VFS implemented. C++ is great.Alex AUVOLAT2012-05-174-4/+114
|
* Fixed some nasty bugs.Alex AUVOLAT2012-05-172-4/+6
|
* Nothing, just reverted some shit.Alex AUVOLAT2012-05-171-11/+11
|
* Preparations.Alex AUVOLAT2012-05-042-11/+12
|
* Now using Doug Lea's malloc for userland too. And improved stability.Alex AUVOLAT2012-05-0114-346/+6293
|
* Now using Doug Lea's malloc in kernel land. Next: same in userland.Alex AUVOLAT2012-05-011-2/+12
|
* Some cleanup ; relocated the kernel at 0xC0000000Alex AUVOLAT2012-05-0113-0/+546