Subversion Repositories HelenOS-historic

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1506 6555 d 12 h cejka /uspace/trunk/console/ Fixed ipc_call_sync calling bug.  
1504 6555 d 13 h cejka /uspace/trunk/ Some console bugfixes.  
1499 6555 d 17 h cejka /uspace/trunk/ Fix cursor position.
Do not rewrite active console on switch to it.
 
1497 6555 d 17 h cejka /uspace/trunk/ Another console improvement.  
1490 6556 d 3 h palkovsky /uspace/trunk/ Added very preliminary support for console on architectures
that do not support framebuffer.
 
1489 6556 d 4 h palkovsky /uspace/trunk/ Added integration of console & fb.
Added ipc_call_async_3 call.
 
1487 6556 d 11 h cejka /uspace/trunk/console/ Support for multiple virtual consoles with separated screens.
Only test version implemented.
 
1481 6556 d 15 h cejka /uspace/trunk/ Console stores unsatisfied getchar requests and handle them after keypress.
Fifo modified to be usable as structure member.
 
1476 6557 d 2 h cejka /uspace/trunk/ Fixed some bugs.  
1466 6557 d 10 h palkovsky /uspace/trunk/ Fix incorrect timeout handling in async framework.
Start tweak the tetris code.
 
1465 6557 d 11 h cejka /uspace/trunk/ Support for reading from stdin.
Getchar() implemented.
 
1459 6558 d 2 h palkovsky /uspace/trunk/console/ Fix bad answering in console.  
1453 6558 d 8 h palkovsky /uspace/trunk/ Modified console to use new async framework.  
1451 6558 d 16 h cejka /uspace/trunk/ Basic support for console driver.
Does not provide separate screens yet.
TODO: fix many unhandled states.
 
1447 6559 d 12 h cejka /uspace/trunk/ Removed printf calls from fb.  
1445 6559 d 13 h cejka /uspace/trunk/ First attempt to uspace console. Not working yet.