From: Dan A. <da...@co...> - 2004-04-17 14:12:33
|
Hello, Note about the swapoff fix (actually flush_tlb_all()). I've also included more modules -- of course you'd have to extract that big (600KB) vmlinux-modules.tar.gz to your filesystem images. Current list of changes since 0.6.0: * Added the ability to send Ctrl-Alt-Del to the Linux machine. * Linux patch updated to 2.4.26 * Linux port (for systems running kernel 2.6.x) * Fixed a crash that could happen on swapoff(). * Initmem is freed (no more 'missing implementation') * The number of maximum cobd block devices was increased to 32. * Windows: * Sizes of raw partition devices are now detected properly. This means that the resierfs problems should be over, plus cat /dev/cobd* would work for you. * Suspension of the host machine won't cause colinux-daemon problems like memory leaks. * The daemon can install itself as a service (Jaroslaw Kowalski). Stopping the service sends Ctrl-Alt-Del to let the Linux VM shutdown cleanly. * coLinux now builds using MingW32 and no longer depends on cygwin1.dll. * Added scripts for building the MingW32 cross compiler on Linux, plus scripts that download, compile, and install the libraries coLinux depends on. * Linux port: * Sending SIGHUP to the daemon causes it to issue Ctrl-Alt-Del on the Linux VM. * Consoles: * Fixed a bug in the clear operation: let it clear with the right video erase character so that ncurses apps would appear properly. * Fixed virtual console switching (alt-f1, alt-f2, etc.) so it will save/redraw the screen like it should. * FLTK: The cursor is visible again. -- Dan Aloni da...@co... |