Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
3626 3978 d 23 h Serge /kernel/branches/Kolibri-acpi/ acpi:update  
3589 3985 d 2 h Serge /kernel/branches/Kolibri-acpi/ acpi:update  
3555 3989 d 17 h Serge /kernel/branches/Kolibri-acpi/ acpi:update  
3500 4007 d 0 h Serge /kernel/branches/Kolibri-acpi/ kos_acpi:update  
3232 4100 d 3 h Serge /kernel/branches/Kolibri-acpi/ kolibri-acpi: update  
2987 4217 d 18 h Serge /kernel/branches/Kolibri-acpi/ acpi: merge trank  
2465 4429 d 0 h Serge /kernel/branches/Kolibri-acpi/ acpi: merge trunk  
2442 4434 d 23 h Serge /kernel/branches/Kolibri-acpi/ acpi:print e820 memory map  
2441 4435 d 1 h Serge /kernel/branches/Kolibri-acpi/ acpi:print cpu count  
2439 4435 d 4 h Serge /kernel/branches/Kolibri-acpi/ enumerate CPU's and start AP.  
2437 4435 d 20 h Serge /kernel/branches/Kolibri-acpi/ Can we start AP, please ?  
2434 4436 d 4 h Serge /kernel/branches/Kolibri-acpi/ merge trunk  
2268 4591 d 1 h Serge /kernel/branches/Kolibri-acpi/ merge trunk  
2259 4591 d 20 h Serge /kernel/branches/Kolibri-acpi/ acpi: reduce kernel memory usage  
2229 4604 d 0 h Serge /kernel/branches/Kolibri-acpi/ acpi: bugfixes  
2219 4604 d 22 h Serge /kernel/branches/Kolibri-acpi/ acpi: define IRQ_PIC, IRQ_APIC  
2217 4605 d 15 h Serge /kernel/branches/Kolibri-acpi/ map_io_mem: set proper region size  
2212 4606 d 18 h Serge /kernel/branches/ acpi: read ioapic & local apic bases  
2150 4622 d 3 h serge /kernel/branches/Kolibri-acpi/ merge trunk 2149  
2142 4624 d 20 h serge /kernel/branches/Kolibri-acpi/ merge trunk  
2141 4625 d 5 h serge /kernel/branches/Kolibri-acpi/ Kernel: initialize keyboard before mouse  
2130 4630 d 1 h serge /kernel/branches/Kolibri-acpi/ merge trunk  
2106 4634 d 0 h serge /kernel/branches/Kolibri-acpi/ move irq functions into separate file  
2050 4641 d 1 h serge /kernel/branches/Kolibri-acpi/ new irq handling  
2049 4641 d 16 h serge /kernel/branches/Kolibri-acpi/ IRQH code  
2015 4664 d 5 h serge /kernel/branches/Kolibri-acpi/ fix pci irq's  
2010 4665 d 18 h serge /kernel/branches/Kolibri-acpi/ merge trunk  
1638 4959 d 15 h serge /kernel/branches/Kolibri-acpi/ APIC patch from Ghost. Not tested.  
1635 4960 d 3 h serge /kernel/branches/Kolibri-acpi/ acpi branch  
1591 4997 d 5 h lrz /kernel/trunk/ A 62 sys function have call without cross registers. Small optimization a syscall.inc.  
1563 5013 d 15 h diamond /kernel/trunk/ fix bug #16  
1549 5020 d 13 h diamond /kernel/trunk/ revert rev. 1537 and do it correctly  
1523 5031 d 1 h diamond /kernel/trunk/ enable interrupts in IDE controller  
1497 5066 d 20 h Lrz /kernel/trunk/ 61 system function.  
1495 5069 d 10 h Lrz /kernel/trunk/ 65 system function have call without shift registers.  
1494 5069 d 19 h Lrz /kernel/trunk/ 66 system function have call without shift registers.  
1474 5083 d 18 h diamond /kernel/trunk/ optimize set_window_box: do nothing if new box is the same as old one  
1447 5132 d 2 h diamond /kernel/trunk/ fixed sysfn 18.13 broken in rev. 684  
1392 5195 d 23 h diamond /kernel/trunk/ more correct background redraw  
1391 5196 d 17 h mikedld /kernel/trunk/ gui/mouse.inc:
+ new file for GUI-related mouse events handling (old mouse.inc renamed)
gui/button.inc and gui/window.inc:
* refactoring in regards of new mouse.inc:
* obsolete code eliminated
* old'n'ugly `check_buttons` and `checkwindows` removed
* events handlers added
gui/window.inc:
* moved GUI-related syscalls and auxilary functions from kernel.asm
* removed registers cross-ordering from syscall 67 (window move/resize)
+ more comments added
known bugs include:
1. apps using syscall 67 (kfar etc.) may not redraw their old screen area leaving ghost images
2. possibility of mouse cursor artefacts may have increased (this *really* has to be reworked)