Fixed bug - VESA mode is running with paging enabled; clean up in libx library; zde...
commit6a138dcbb4de2282e55f1ca6c649fd7455e9030c
authorTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Sat, 14 Feb 2009 20:00:14 +0000 (14 21:00 +0100)
committerTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Sat, 14 Feb 2009 20:00:14 +0000 (14 21:00 +0100)
treed91cccb2e63da016a3c438bb42f48f73175feb6b
parente3bdb87a75394821cb1c776ad17058daa0a80728
Fixed bug - VESA mode is running with paging enabled; clean up in libx library; zde and pacman app remove image
files too on make clean; small fixes in zde app; system call sys_gvgafb is checking for graphics mode when it's
needed; libx xfbswap use system call instead of direct writing to double buffer and then call schedule (); some
improvements in video.c - initializing of video card; CONFIG_DRV_VGA is enabled in default config; cleanup in
Kconfig;
21 files changed:
apps/pacman/Makefile
apps/zde/Makefile
apps/zde/button.c
apps/zde/button.h
apps/zde/handler.c
apps/zde/icon.c
apps/zde/main.c
kernel/arch/i386/syscall.c
kernel/core/commands.c
kernel/core/proc.c
kernel/core/sched.c
kernel/defconfig
kernel/drivers/Kconfig
kernel/drivers/char/mouse/com.c
kernel/drivers/char/video/video.c
kernel/include/system.h
libx/base/xcls.c
libx/base/xfbswap.c
libx/base/xinit.c
libx/base/xpixel.c
libx/cursor/xcursor.c