Subversion Repositories HelenOS

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
3665 5631 d 9 h rimsky /branches/sparc/ Merged latest trunk changes into the sparc brach.  
3593 5646 d 9 h rimsky /branches/sparc/ Merged latest trunk changes into sparc branch.  
3582 5651 d 22 h rimsky /branches/sparc/ Made changes making HelenOS run on US-IV CPUs. Minor refactoring of the SGCN driver.  
3549 5659 d 9 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 5736 d 15 h decky /branches/sparc/ add sparc branch  
3234 5759 d 17 h decky /trunk/ reintroduce support for MSIM text console in user space  
3201 5783 d 19 h svoboda /trunk/uspace/ Do not disassemble needlessly.  
3081 5813 d 17 h decky /trunk/uspace/srv/ remove __entry_driver entry points  
2479 6159 d 19 h jermar /trunk/ New, better-structured, directory layout for uspace.  
2071 6316 d 12 h jermar /trunk/ (c) versus (C)  
1871 6449 d 23 h jermar /trunk/ Replace FB_BIG_ENDIAN with FB_INVERT_ENDIAN.
Omit tests for architecture endianness in deciding framebuffer endianness.
 
1787 6506 d 14 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1561 6543 d 19 h palkovsky /uspace/trunk/fb/ Fixed incorrect compiling of fb for different archs.  
1560 6543 d 20 h vana /uspace/trunk/ fb make changes neaded by ega driver and console switching by function keys  
1547 6544 d 17 h palkovsky /uspace/trunk/ AS_AREA_CACHEABLE not needed anymore for sharing.
Added icons to console.
 
1493 6546 d 8 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 6546 d 9 h palkovsky /uspace/trunk/ Added very preliminary support for console on architectures
that do not support framebuffer.
 
1397 6557 d 12 h palkovsky /uspace/trunk/fb/ Fixed bad colors in mips framebuffer.  
1367 6561 d 10 h decky /uspace/trunk/ create special entry point for drivers (don't initialize I/O)  
1363 6562 d 9 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)