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
4223 5564 d 22 h decky /trunk/kernel/ represent special keystrokes (cursor arrows, page up/down, delete, etc.) as appropriate Unicode characters
do not parse ANSI control sequences in kconsole, but in serial line driver
 
4220 5565 d 6 h decky /trunk/kernel/ update for string changes  
4203 5566 d 21 h svoboda /trunk/kernel/arch/sparc64/src/drivers/ Output CRLF rather than LFCR as the former is the standard one.  
4202 5566 d 22 h decky /trunk/kernel/arch/sparc64/ fix compilation on sparc64  
4111 5586 d 19 h jermar /trunk/kernel/arch/sparc64/ Update the SGCN driver to match the latest character I/O changes.  
4071 5587 d 18 h jermar /trunk/kernel/arch/sparc64/ Some additional fixes to the sgcn driver.  
4070 5587 d 20 h rimsky /trunk/ SGCN driver modified to reflect the new keyboard driver architecture. Making the Serengeti bootable image smaller by not including some servers/applications.  
4011 5596 d 17 h svoboda /trunk/kernel/ String functions should be declared in string.h (and implemented in string.c) in the kernel.  
3961 5604 d 23 h jermar /trunk/ Unbreak sparc64.
Due to the lack of userspace bus drivers for the z8530 and ns16550,
we are currently handling exactly one interrupt from these devices
in userspace.
 
3941 5606 d 17 h jermar /trunk/kernel/ Let IRQ claim methods take irq_t * instead of the instance argument.  
3908 5610 d 19 h decky /trunk/ overhaul pareas: use one single physical area for the physical address space not belonging to physical memory  
3906 5611 d 15 h jermar /trunk/kernel/ IRQ handlers are using one superfluous argument and an unused elipsis.
On the other hand, IRQ claim functions would need to be passed the instance
argument.
 
3852 5625 d 20 h jermar /trunk/kernel/arch/sparc64/src/drivers/ Fix sparc64 build.  
3844 5626 d 16 h decky /trunk/ silent kernel console output when user space console is active  
3790 5650 d 2 h svoboda /trunk/kernel/ Make newlines in panic messages consistent. Add periods at end of messages so that it is obvious whether they are printed entirely.  
3672 5683 d 18 h jermar /trunk/ Merge sparc branch to trunk.  
3618 5696 d 15 h rimsky /branches/sparc/ Support for framebuffers, where the first pixel is mapped to a different address than the OBP 'reg' property claims. Cleanup, comments, C-style.  
3549 5714 d 14 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).  
3514 5723 d 15 h rimsky /branches/sparc/ Input support added to SGCN driver, connected to HelenOS kernel (uspace TBD), so that kconsole is usable.  
3502 5724 d 16 h rimsky /branches/sparc/ Implemented Serengeti console driver (only output, input TBD), all output now goes to the console instead of Simics CLI window.