ARM build fixed, paging structures was missing in include file and x86 function was...
commit7e94ef61eb58041b9f7fe1c2350e8bb52eb71cd1
authorTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Sat, 17 Jan 2009 12:40:45 +0000 (17 13:40 +0100)
committerTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Sat, 17 Jan 2009 12:40:45 +0000 (17 13:40 +0100)
tree659aa1fb06d957297efb93714d926bd00f049d0f
parent186eaef12ad34d922886f0944156c9cebf222884
ARM build fixed, paging structures was missing in include file and x86 function was used in
test command; added support for serial console into Kconfig; added compatibility option into
Kconfig for Qemu (x86); small cleanup in code; object files from ARM arch directory was
deleted
kernel/.config
kernel/Kconfig
kernel/arch/i386/arch.c
kernel/core/commands.c
kernel/drivers/char/rs232/rs232.c
kernel/drivers/char/video/video.c
kernel/include/paging.h
kernel/lib/arm/div0.o [deleted file]
kernel/lib/arm/divsi3.o [deleted file]
kernel/lib/arm/modsi3.o [deleted file]