Subversion Repositories HelenOS

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
4127 5551 d 1 h decky /trunk/ parse VESA mode from a string
unify VESA initialization for ia32 and amd64
 
/trunk/kernel/arch/amd64/src/boot/vesa_prot.inc
/trunk/kernel/arch/amd64/src/boot/vesa_real.inc
/trunk/kernel/arch/amd64/src/boot/vesa_ret.inc
/trunk/kernel/arch/ia32/src/boot/vesa_prot.inc
/trunk/kernel/arch/ia32/src/boot/vesa_real.inc
/trunk/kernel/arch/ia32/src/boot/vesa_ret.inc
/trunk/HelenOS.config
/trunk/defaults/amd64/Makefile.config
/trunk/defaults/ia32/Makefile.config
/trunk/kernel/arch/amd64/src/boot/boot.S
/trunk/kernel/arch/amd64/src/boot/memmap.c
/trunk/kernel/arch/ia32/src/boot/boot.S
4126 5551 d 1 h decky /trunk/kernel/arch/ cleanup pm.h and related stuff (no change in functionality)  
/trunk/kernel/arch/amd64/include/asm.h
/trunk/kernel/arch/amd64/include/cpu.h
/trunk/kernel/arch/amd64/include/pm.h
/trunk/kernel/arch/amd64/src/ddi/ddi.c
/trunk/kernel/arch/amd64/src/pm.c
/trunk/kernel/arch/ia32/include/cpu.h
/trunk/kernel/arch/ia32/include/pm.h
/trunk/kernel/arch/ia32/src/pm.c
/trunk/kernel/arch/ia32/src/proc/scheduler.c
/trunk/kernel/arch/ia32/src/smp/smp.c
4125 5551 d 2 h decky /trunk/kernel/arch/ia32/ rename selector() to gdtselector() to unify with amd64  
/trunk/kernel/arch/ia32/include/pm.h
/trunk/kernel/arch/ia32/src/ddi/ddi.c
/trunk/kernel/arch/ia32/src/pm.c
/trunk/kernel/arch/ia32/src/proc/scheduler.c
/trunk/kernel/arch/ia32/src/syscall.c
/trunk/kernel/arch/ia32/src/userspace.c
4124 5551 d 2 h decky /trunk/kernel/generic/include/ allow inclusion from assembler files  
/trunk/kernel/generic/include/macros.h
4123 5551 d 4 h decky /trunk/ bring back kernel HID on ppc32
this concludes the transition from chardev_t to indev_t and outdev_t
 
/trunk/HelenOS.config
/trunk/defaults/ppc32/Makefile.config
/trunk/kernel/arch/ppc32/src/drivers/cuda.c
/trunk/kernel/arch/ppc32/src/ppc32.c
4122 5551 d 4 h decky /trunk/ bring back HID on ia64  
/trunk/HelenOS.config
/trunk/defaults/ia64/Makefile.config
/trunk/defaults/ia64/i460GX/Makefile.config
/trunk/kernel/arch/ia64/src/ia64.c
4119 5551 d 5 h decky /trunk/ get back support for framebuffer and keyboard for sparc64 (generic)  
/trunk/HelenOS.config
/trunk/kernel/arch/sparc64/Makefile.inc
/trunk/kernel/arch/sparc64/src/console.c
/trunk/kernel/arch/sparc64/src/drivers/kbd.c
/trunk/kernel/genarch/include/drivers/z8530/z8530.h
/trunk/kernel/genarch/src/drivers/dsrln/dsrlnin.c
/trunk/kernel/genarch/src/drivers/i8042/i8042.c
/trunk/kernel/genarch/src/drivers/ns16550/ns16550.c
/trunk/kernel/genarch/src/drivers/z8530/z8530.c
4117 5551 d 15 h decky /trunk/ arm32: update for the new scheme of device drivers and keyboard/serial modules
streamline arm32 port (as GXemul is still the only machine supported), more cleanup is needed
 
/trunk/kernel/arch/arm32/include/debug
/trunk/kernel/arch/arm32/include/machine.h
/trunk/kernel/arch/arm32/src/debug
/trunk/HelenOS.config
/trunk/defaults/arm32/Makefile.config
/trunk/kernel/arch/arm32/Makefile.inc
/trunk/kernel/arch/arm32/include/asm/boot.h
/trunk/kernel/arch/arm32/include/drivers/gxemul.h
/trunk/kernel/arch/arm32/src/arm32.c
/trunk/kernel/arch/arm32/src/console.c
/trunk/kernel/arch/arm32/src/drivers/gxemul.c
/trunk/kernel/arch/arm32/src/exception.c
/trunk/kernel/arch/arm32/src/interrupt.c
/trunk/kernel/arch/arm32/src/mm/frame.c
/trunk/kernel/arch/arm32/src/mm/page.c
/trunk/kernel/arch/arm32/src/mm/page_fault.c
/trunk/kernel/arch/arm32/src/panic.S
4114 5551 d 18 h jermar /trunk/ Fix one RAW dependency.  
/trunk/HelenOS.config
/trunk/kernel/arch/ia64/include/ski/ski.h
/trunk/kernel/arch/ia64/src/asm.S
/trunk/kernel/arch/ia64/src/ia64.c
/trunk/kernel/arch/ia64/src/ski/ski.c
/trunk/kernel/genarch/include/drivers/ns16550/ns16550.h
4111 5551 d 19 h jermar /trunk/kernel/arch/sparc64/ Update the SGCN driver to match the latest character I/O changes.  
/trunk/kernel/arch/sparc64/include/drivers/sgcn.h
/trunk/kernel/arch/sparc64/src/console.c
/trunk/kernel/arch/sparc64/src/drivers/sgcn.c
4110 5551 d 20 h decky /trunk/kernel/arch/mips32/src/ remove orphaned directory  
/trunk/kernel/arch/mips32/src/drivers
4109 5551 d 20 h decky /trunk/kernel/arch/mips32/src/ use generic dsrlnin and dsrlnout devices instead of platform specific msim keyboard and console  
/trunk/kernel/arch/mips32/src/console.c
/trunk/kernel/arch/mips32/src/mips32.c
4108 5551 d 20 h decky /trunk/kernel/arch/mips32/src/mm/ remove unmaintained Simics machine (might return later)
whitespace changes
 
/trunk/kernel/arch/mips32/src/mm/frame.c
4107 5551 d 20 h decky /trunk/kernel/arch/mips32/include/drivers/ remove platform-dependent msim keyboard/console driver symbols
whitespace changes
 
/trunk/kernel/arch/mips32/include/drivers/msim.h
4106 5551 d 20 h decky /trunk/kernel/arch/mips32/include/mm/ remove unmaintained Simics machine (might return later)
whitespace changes
 
/trunk/kernel/arch/mips32/include/mm/tlb.h
4105 5551 d 20 h decky /trunk/kernel/arch/mips32/ remove platform-dependent msim keyboard/console driver  
/trunk/kernel/arch/mips32/src/drivers/msim.c
/trunk/kernel/arch/mips32/Makefile.inc
4104 5551 d 20 h decky /trunk/kernel/arch/mips32/include/drivers/ remove unmaintained Simics serial line (might return later)  
/trunk/kernel/arch/mips32/include/drivers/serial.h
4103 5551 d 20 h decky /trunk/kernel/arch/ update for the new scheme of wiring device drivers to keyboard/serial modules  
/trunk/kernel/arch/ia64/src/ia64.c
/trunk/kernel/arch/sparc64/src/drivers/kbd.c
4102 5551 d 20 h decky /trunk/kernel/arch/amd64/src/ update for the new scheme of wiring device drivers to keyboard/serial modules
use ega_redraw() only if it is compiled in
 
/trunk/kernel/arch/amd64/src/amd64.c
4101 5551 d 20 h decky /trunk/kernel/arch/ remove duplicate part of the debugger message
(it is already printed by kconsole)
 
/trunk/kernel/arch/amd64/src/debugger.c
/trunk/kernel/arch/mips32/src/debugger.c

Show All