Subversion Repositories HelenOS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4073 5563 d 21 h rimsky /branches/sparc/ Implemented input and output drivers for Niagara. Written in the old-fashion style (do not use the new DDI infrastructure nor the new keyboard driver). Anyway, tetris can be played.  
3742 5639 d 5 h rimsky /branches/sparc/ The sparc branch synchronized with trunk at revision 3722 (trunk@3722).  
3665 5662 d 18 h rimsky /branches/sparc/ Merged latest trunk changes into the sparc brach.  
3593 5677 d 18 h rimsky /branches/sparc/ Merged latest trunk changes into sparc branch.  
3582 5683 d 7 h rimsky /branches/sparc/ Made changes making HelenOS run on US-IV CPUs. Minor refactoring of the SGCN driver.  
3549 5690 d 18 h rimsky /branches/sparc/ Implemented uspace Serengeti drivers for kbd and fb. Integrated with other parts of HelenOS. Now it is possible to play Tetris on a simulated Serengeti machine (usiii.simics).  
3343 5768 d 0 h decky /branches/sparc/ add sparc branch  
3234 5791 d 2 h decky /trunk/ reintroduce support for MSIM text console in user space  
3201 5815 d 4 h svoboda /trunk/uspace/ Do not disassemble needlessly.  
3081 5845 d 2 h decky /trunk/uspace/srv/ remove __entry_driver entry points  
2479 6191 d 3 h jermar /trunk/ New, better-structured, directory layout for uspace.  
2071 6347 d 20 h jermar /trunk/ (c) versus (C)  
1871 6481 d 8 h jermar /trunk/ Replace FB_BIG_ENDIAN with FB_INVERT_ENDIAN.
Omit tests for architecture endianness in deciding framebuffer endianness.
 
1787 6537 d 23 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1561 6575 d 4 h palkovsky /uspace/trunk/fb/ Fixed incorrect compiling of fb for different archs.  
1560 6575 d 5 h vana /uspace/trunk/ fb make changes neaded by ega driver and console switching by function keys  
1547 6576 d 2 h palkovsky /uspace/trunk/ AS_AREA_CACHEABLE not needed anymore for sharing.
Added icons to console.
 
1493 6577 d 17 h palkovsky /uspace/trunk/ Added support ega framebuffer.
Removed taskid parameter from map_physmem. The same effect
can (and should) be performed using IPC.
 
1490 6577 d 18 h palkovsky /uspace/trunk/ Added very preliminary support for console on architectures
that do not support framebuffer.
 
1397 6588 d 21 h palkovsky /uspace/trunk/fb/ Fixed bad colors in mips framebuffer.  
1367 6592 d 19 h decky /uspace/trunk/ create special entry point for drivers (don't initialize I/O)  
1363 6593 d 17 h vana /uspace/trunk/ Earliest version of Userspace Framebuffer driver, with stream support in libc.
Also Virtual framebuffers made as split on main fb and its usage by streams

(please test it and report)