lukaandjelkovic wrote:Cool! But, why is it so slow? Mouse is laggy, windows movement is slow, terminal is slow, etc. Is there any tweak that i should do to make it fast? Or what?
And just a question:
What does take most time while booting GUI and booting system?
How are you running it? What is the "UMIPS" rating of your system (shown during boot)?
Speed (particularly for graphics) varies across different VMs/emulators, in my experience VirtualBox is fastest, Bochs is slowest. The real hardware (P4 1.6GHz) I tested it on is roughly comparable to QEMU running on my 2.5GHz i7 laptop. Mouse movement speed is something that definitely needs tuning (it's currently tuned for using a trackpad with QEMU, it's a bit slow when using a mouse); it'll be configurable eventually.
The system writes a fair amount of debugging info out to the serial port, so (on a VM) disabling/removing the serial port in the VM configuration can make things a bit faster.
Currently, the slowest parts of boot are the memory manager initialisation (a memory manager rewrite is next on my todo list) and loading/relocating the terminal subsystem module. Reducing the amount of RAM in the VM can speed up the former. Disk I/O currently isn't very fast (PIO mode), this probably also affects the speed of loading the GUI (which requires 4 separate programs to be loaded/run). It shouldn't be
that slow, providing you're running on a reasonably fast system...
Also, there's a good reason why you don't often see full-window dragging on standard VGA; the planar memory arrangement makes it inherently slow. It seems just about "fast enough" in my usual (QEMU) testing setup and on real hardware, but it's probably pretty awful on anything sub-1GHz. That's another thing that needs to be configurable.