Subversion Repositories shark

Rev

Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
1688 5865d 20h fabio /shark/branches/xen/arch/x86/ Remove the MAIN oslib crazyness.

oslib's annoying will to be flexible was breaking the boot sequence;
instead of following the old behavior and using MAIN to define the
main entry point, use __kernel_init__(), as we'll never need anything
else there.
 
/shark/branches/xen/arch/x86/x1.c
1685 6052d 05h fabio /shark/branches/xen/ Add support for compiling applications.

Add a somewhat backward compatible build system for applications, and
reconnect some ports used by the supported demos to the compilation.
 
/shark/branches/xen/Rules.mk
/shark/branches/xen/mk
/shark/branches/xen/mk/App.mk
/shark/branches/xen/ports/mesa/src/array_cache/Makefile
/shark/branches/xen/ports/mesa/src/math/Makefile
/shark/branches/xen/ports/mesa/src/osmesa/Makefile
/shark/branches/xen/ports/mesa/src/swrast/Makefile
/shark/branches/xen/ports/mesa/src/swrastst/Makefile
/shark/branches/xen/ports/mesa/src/tnl/Makefile
/shark/branches/xen/ports/mesa/src/x86/Makefile
/shark/branches/xen/Makefile
/shark/branches/xen/arch/x86/Makefile
/shark/branches/xen/drivers/pci6025e/Makefile
/shark/branches/xen/kernel/Makefile
/shark/branches/xen/kernel/mem/Makefile
/shark/branches/xen/libc/arch/x86/Makefile
/shark/branches/xen/libc/arch/x86/libm/machine/Makefile
/shark/branches/xen/libc/arch/x86/libm/msun/i387/Makefile
/shark/branches/xen/libc/arch/x86/libm/msun/src/Makefile
/shark/branches/xen/libc/arch/x86/stdlib/Makefile
/shark/branches/xen/libc/libio/Makefile
/shark/branches/xen/libc/utsname/Makefile
/shark/branches/xen/ports/Makefile
/shark/branches/xen/ports/mesa/Makefile
/shark/branches/xen/ports/mesa/src-glu/Makefile
/shark/branches/xen/ports/mesa/src-glut.dos/Makefile
/shark/branches/xen/ports/mesa/src/Makefile
/shark/branches/xen/ports/servo/Makefile
/shark/branches/xen/ports/tftp/Makefile
1683 6085d 07h fabio /shark/branches/xen/ Refactor the low level code.

Move the parts of the oslib we're using (actually a little bit more,)
in some sanely-named place, and prepare things for a layout suitable
for multiple architecture support.
 
/shark/branches/xen/arch
/shark/branches/xen/arch/x86
/shark/branches/xen/arch/x86/Makefile
/shark/branches/xen/arch/x86/abort.s
/shark/branches/xen/arch/x86/advtimer.c
/shark/branches/xen/arch/x86/aspace.c
/shark/branches/xen/arch/x86/ccpu.c
/shark/branches/xen/arch/x86/cpu2.s
/shark/branches/xen/arch/x86/ctx.s
/shark/branches/xen/arch/x86/ctxsw.c
/shark/branches/xen/arch/x86/cxsw-2.c
/shark/branches/xen/arch/x86/estub.c
/shark/branches/xen/arch/x86/event.c
/shark/branches/xen/arch/x86/event1.c
/shark/branches/xen/arch/x86/exc.s
/shark/branches/xen/arch/x86/fpu.c
/shark/branches/xen/arch/x86/idtinit.c
/shark/branches/xen/arch/x86/include
/shark/branches/xen/arch/x86/include/arch
/shark/branches/xen/arch/x86/include/arch/ll
/shark/branches/xen/arch/x86/init.c
/shark/branches/xen/arch/x86/intevt.c
/shark/branches/xen/arch/x86/irq.c
/shark/branches/xen/arch/x86/mem.s
/shark/branches/xen/arch/x86/time.c
/shark/branches/xen/arch/x86/timeint.s
/shark/branches/xen/arch/x86/vm86.c
/shark/branches/xen/arch/x86/x0.s
/shark/branches/xen/arch/x86/x1.c
/shark/branches/xen/arch/x86/xbios.c
/shark/branches/xen/arch/x86/xconv.c
/shark/branches/xen/arch/x86/xdosf.c
/shark/branches/xen/arch/x86/xdosm.c
/shark/branches/xen/arch/x86/xinfo.c
/shark/branches/xen/arch/x86/xinit.c
/shark/branches/xen/arch/x86/xsys0.s
/shark/branches/xen/arch/x86/xsystab.c
/shark/branches/xen/oslib
/shark/branches/xen/Makefile