Subversion Repositories Kolibri OS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
6246 2993 d 0 h serge /kernel/branches/Kolibri-acpi/ kos-acpi: framebuffer initialization  
6242 2994 d 0 h serge /kernel/branches/Kolibri-acpi/ kos-acpi: reworked restart etc  
5984 3055 d 5 h serge /kernel/branches/Kolibri-acpi/ kolibri-acpi: update  
5593 3204 d 8 h serge /kernel/branches/Kolibri-acpi/ kolibri-acpi: code cleanup  
5590 3205 d 19 h serge /kernel/branches/Kolibri-acpi/ kolibri-acpi: FUTEX_WAKE  
5577 3209 d 0 h serge /kernel/branches/Kolibri-acpi/ create_futex()  
5565 3254 d 19 h serge /kernel/branches/Kolibri-acpi/ update  
5201 3437 d 11 h serge /kernel/branches/Kolibri-acpi/ acpi: update  
4423 3770 d 17 h Serge /kernel/branches/Kolibri-acpi/ kolibri-acpi:update  
4287 3809 d 7 h Serge /kernel/branches/Kolibri-acpi/ kolibri-acpi:update  
4265 3812 d 12 h Serge /kernel/branches/Kolibri-acpi/ kolibri-acpi:update  
3555 3988 d 19 h Serge /kernel/branches/Kolibri-acpi/ acpi:update  
3500 4006 d 2 h Serge /kernel/branches/Kolibri-acpi/ kos_acpi:update  
2465 4428 d 2 h Serge /kernel/branches/Kolibri-acpi/ acpi: merge trunk  
2434 4435 d 6 h Serge /kernel/branches/Kolibri-acpi/ merge trunk  
2229 4603 d 2 h Serge /kernel/branches/Kolibri-acpi/ acpi: bugfixes  
2143 4623 d 7 h serge /kernel/branches/Kolibri-acpi/ acpi:rework mutexes  
2142 4623 d 22 h serge /kernel/branches/Kolibri-acpi/ merge trunk  
2130 4629 d 3 h serge /kernel/branches/Kolibri-acpi/ merge trunk  
2106 4633 d 2 h serge /kernel/branches/Kolibri-acpi/ move irq functions into separate file  
2010 4664 d 20 h serge /kernel/branches/Kolibri-acpi/ merge trunk  
1638 4958 d 18 h serge /kernel/branches/Kolibri-acpi/ APIC patch from Ghost. Not tested.  
1635 4959 d 5 h serge /kernel/branches/Kolibri-acpi/ acpi branch  
1434 5156 d 21 h serge / linux-like kernel mutexes  
1391 5195 d 19 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)
 
1379 5209 d 22 h turbanoff /kernel/trunk/ small fix  
1378 5209 d 23 h turbanoff /kernel/trunk/ ext2fs support. read only  
1362 5228 d 13 h mikedld /kernel/trunk/ * gui/window.inc refactoring  
1311 5255 d 15 h diamond /kernel/trunk/ make dll a per-process object  
1220 5305 d 19 h serge /kernel/trunk/ menuet02 tls  
1074 5456 d 5 h Galkov /kernel/trunk/ change functionality of f68:15, f68:18 (discussion on forum topic 1253)  
1055 5510 d 20 h Galkov /kernel/trunk/ refractoring of EVENT, and so on  
983 5600 d 17 h diamond /kernel/trunk/ some cosmetic fixes  
802 5803 d 2 h serge /kernel/trunk/ from Nable: Sound Blaster driver  
753 5911 d 2 h serge /kernel/trunk/ supported videomodes  
750 5914 d 7 h victor /kernel/trunk/ Placed copyright and properties "svn: keywords Rev"  
709 5928 d 23 h diamond /kernel/trunk/ * V86 manager
* support of drives visible by BIOS through V86 mode
* shutdown fixes
* background redraw fixes
* when booting from CD/DVD, load all floppy by tracks, not only used sectors
 
659 6036 d 1 h serge /kernel/trunk/ PE loader  
593 6121 d 1 h mikedld /kernel/trunk/ Revision numbering fix  
580 6132 d 15 h mario79 /kernel/trunk/ The universal cache of IDE devices.
Step 1:
1) Allocate of separate area for everyone IDE device.
2) Usage of the allocated areas for HDD. (Cache CD\DVD - not realized, but the memory for it is allocated. This be realized in step 2).
3) The area of memory 0x80300000 - > 0x80400000 now is free and is not used.
4) The area of memory 0x80284000 - > 0x8028BFFF is used for HDD DMA.