Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
4454 5485 d 2 h decky /trunk/boot/arch/ add getvc to RAM disk  
/trunk/boot/arch/amd64/Makefile.inc
/trunk/boot/arch/arm32/loader/Makefile
/trunk/boot/arch/ia32/Makefile.inc
/trunk/boot/arch/ia64/loader/Makefile
/trunk/boot/arch/mips32/loader/Makefile
/trunk/boot/arch/ppc32/loader/Makefile
/trunk/boot/arch/sparc64/loader/Makefile
4447 5486 d 3 h decky /trunk/boot/arch/ia64/loader/ remove type definition which is not needed anywhere  
/trunk/boot/arch/ia64/loader/types.h
4441 5490 d 18 h svoboda /trunk/boot/arch/arm32/loader/ Also add gxe_bd to ramdisk on arm32.  
/trunk/boot/arch/arm32/loader/Makefile
4436 5491 d 11 h jermar /trunk/boot/arch/arm32/loader/ Allow arbitrarily large boot images on arm32.  
/trunk/boot/arch/arm32/loader/main.c
4425 5498 d 2 h svoboda /trunk/ Move ramdisk under bd.  
/trunk/uspace/srv/bd/rd
/trunk/uspace/srv/rd
/trunk/boot/arch/amd64/Makefile.inc
/trunk/boot/arch/arm32/loader/Makefile
/trunk/boot/arch/ia32/Makefile.inc
/trunk/boot/arch/ia64/loader/Makefile
/trunk/boot/arch/mips32/loader/Makefile
/trunk/boot/arch/ppc32/loader/Makefile
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/uspace/Makefile
/trunk/uspace/srv/bd/rd/Makefile
4417 5498 d 14 h decky /trunk/ add simple devfs filesystem and mount it as /dev
add generic NULL device "null"
 
/trunk/uspace/dist/dev
/trunk/uspace/srv/fs/devfs
/trunk/uspace/srv/fs/devfs/Makefile
/trunk/uspace/srv/fs/devfs/devfs.c
/trunk/uspace/srv/fs/devfs/devfs.h
/trunk/uspace/srv/fs/devfs/devfs_ops.c
/trunk/uspace/srv/fs/devfs/devfs_ops.h
/trunk/boot/arch/amd64/Makefile.inc
/trunk/boot/arch/arm32/loader/Makefile
/trunk/boot/arch/ia32/Makefile.inc
/trunk/boot/arch/ia64/loader/Makefile
/trunk/boot/arch/mips32/loader/Makefile
/trunk/boot/arch/ppc32/loader/Makefile
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/uspace/Makefile
/trunk/uspace/app/init/init.c
4411 5499 d 23 h svoboda /trunk/ Experimental GXemul disk driver (device 'disk0').  
/trunk/uspace/srv/bd
/trunk/uspace/srv/bd/gxe_bd
/trunk/uspace/srv/bd/gxe_bd/Makefile
/trunk/uspace/srv/bd/gxe_bd/gxe_bd.c
/trunk/boot/arch/mips32/loader/Makefile
/trunk/uspace/Makefile
4315 5528 d 0 h jermar /trunk/ Replace non-canonical B instructions with BA %xcc.
Fix one occurrence of deprecated Bicc instruction.
 
/trunk/boot/arch/sparc64/loader/asm.S
/trunk/boot/arch/sparc64/loader/boot.S
/trunk/kernel/arch/sparc64/include/trap/trap_table.h
/trunk/kernel/arch/sparc64/src/asm.S
/trunk/kernel/arch/sparc64/src/dummy.s
4308 5528 d 22 h decky /trunk/boot/arch/ppc32/loader/ add support for alternate spelling of macio alias  
/trunk/boot/arch/ppc32/loader/ofwarch.c
4299 5532 d 12 h decky /trunk/boot/arch/ppc32/ add support for up-to-date Mac booting specs
(this fixes booting on QEMU 10+ with OpenBIOS)
 
/trunk/boot/arch/ppc32/yaboot/bootinfo.txt
/trunk/boot/arch/ppc32/Makefile.inc
/trunk/boot/arch/ppc32/yaboot/ofboot.b
/trunk/boot/arch/ppc32/yaboot/yaboot.conf
4292 5533 d 10 h decky /trunk/boot/arch/ppc32/yaboot/ add yaboot license and information  
/trunk/boot/arch/ppc32/yaboot/COPYING
/trunk/boot/arch/ppc32/yaboot/README
4291 5533 d 10 h decky /trunk/boot/arch/ia32/ add symlink to grub  
/trunk/boot/arch/ia32/grub
4290 5533 d 10 h decky /trunk/boot/arch/ia32/ remove duplicate grub  
/trunk/boot/arch/ia32/grub
4289 5533 d 10 h decky /trunk/ ppc32: create bootable ISO image instead of plain binary
add sample configuration for QEMU
 
/trunk/contrib/conf/ppc32-qe.sh
/trunk/boot/arch/ppc32/Makefile.inc
/trunk/contrib/conf/pearpc.conf
4287 5533 d 10 h decky /trunk/boot/arch/ppc32/yaboot/ add yaboot  
/trunk/boot/arch/ppc32/yaboot
/trunk/boot/arch/ppc32/yaboot/maps
/trunk/boot/arch/ppc32/yaboot/ofboot.b
/trunk/boot/arch/ppc32/yaboot/yaboot
/trunk/boot/arch/ppc32/yaboot/yaboot.conf
4286 5533 d 10 h decky /trunk/boot/arch/ unify where to place the distribution root: always use boot/distroot  
/trunk/boot/arch/amd64/Makefile.inc
/trunk/boot/arch/ia32/Makefile.inc
/trunk/boot/arch/sparc64/Makefile.inc
4222 5546 d 7 h decky /trunk/boot/arch/ia64/loader/gefi/HelenOS/ do not disassemble hello (fixes problems with the newest binutils)  
/trunk/boot/arch/ia64/loader/gefi/HelenOS/Makefile
4134 5563 d 22 h decky /trunk/ resurrect big endian support for mips32: switch from mips-sgi-irix5 toolchain to mips-linux-gnu
the kernel is working alright, the user space has some bugs yet
 
/trunk/boot/arch/mips32/loader/_link.ld.in
/trunk/uspace/lib/libc/arch/mips32eb/include/ddi.h
/trunk/boot/arch/mips32/loader/_link.ld.in.binary
/trunk/boot/arch/mips32/loader/_link.ld.in.ecoff
/trunk/boot/arch/mips32/loader/Makefile
/trunk/contrib/toolchain/toolchain.mipseb32.sh
/trunk/kernel/arch/mips32/Makefile.inc
/trunk/uspace/lib/libc/arch/mips32eb/Makefile.inc
4070 5569 d 3 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.  
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/kernel/arch/sparc64/include/drivers/sgcn.h
/trunk/kernel/arch/sparc64/src/console.c
/trunk/kernel/arch/sparc64/src/drivers/kbd.c
/trunk/kernel/arch/sparc64/src/drivers/sgcn.c
/trunk/kernel/arch/sparc64/src/sparc64.c
/trunk/uspace/srv/kbd/Makefile
/trunk/uspace/srv/kbd/port/sgcn.c
4034 5574 d 22 h svoboda /trunk/boot/generic/ Remove over-indentation.  
/trunk/boot/generic/printf.c

Show All