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
4287 3777 d 17 h Serge /kernel/branches/Kolibri-acpi/ kolibri-acpi:update  
4265 3780 d 21 h Serge /kernel/branches/Kolibri-acpi/ kolibri-acpi:update  
3555 3957 d 4 h Serge /kernel/branches/Kolibri-acpi/ acpi:update  
3500 3974 d 11 h Serge /kernel/branches/Kolibri-acpi/ kos_acpi:update  
2465 4396 d 11 h Serge /kernel/branches/Kolibri-acpi/ acpi: merge trunk  
2434 4403 d 15 h Serge /kernel/branches/Kolibri-acpi/ merge trunk  
2229 4571 d 11 h Serge /kernel/branches/Kolibri-acpi/ acpi: bugfixes  
2143 4591 d 17 h serge /kernel/branches/Kolibri-acpi/ acpi:rework mutexes  
2142 4592 d 7 h serge /kernel/branches/Kolibri-acpi/ merge trunk  
2130 4597 d 12 h serge /kernel/branches/Kolibri-acpi/ merge trunk  
2106 4601 d 11 h serge /kernel/branches/Kolibri-acpi/ move irq functions into separate file  
2010 4633 d 5 h serge /kernel/branches/Kolibri-acpi/ merge trunk  
1638 4927 d 3 h serge /kernel/branches/Kolibri-acpi/ APIC patch from Ghost. Not tested.  
1635 4927 d 14 h serge /kernel/branches/Kolibri-acpi/ acpi branch  
1434 5125 d 6 h serge / linux-like kernel mutexes  
1391 5164 d 4 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 5178 d 8 h turbanoff /kernel/trunk/ small fix  
1378 5178 d 8 h turbanoff /kernel/trunk/ ext2fs support. read only  
1362 5196 d 22 h mikedld /kernel/trunk/ * gui/window.inc refactoring  
1311 5224 d 0 h diamond /kernel/trunk/ make dll a per-process object  
1220 5274 d 4 h serge /kernel/trunk/ menuet02 tls  
1074 5424 d 15 h Galkov /kernel/trunk/ change functionality of f68:15, f68:18 (discussion on forum topic 1253)  
1055 5479 d 5 h Galkov /kernel/trunk/ refractoring of EVENT, and so on  
983 5569 d 2 h diamond /kernel/trunk/ some cosmetic fixes  
802 5771 d 11 h serge /kernel/trunk/ from Nable: Sound Blaster driver  
753 5879 d 11 h serge /kernel/trunk/ supported videomodes  
750 5882 d 16 h victor /kernel/trunk/ Placed copyright and properties "svn: keywords Rev"  
709 5897 d 8 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 6004 d 10 h serge /kernel/trunk/ PE loader  
593 6089 d 10 h mikedld /kernel/trunk/ Revision numbering fix  
580 6101 d 0 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.
 
531 6142 d 15 h diamond /kernel/trunk/ Sysfunction 23v does not require task switch when waiting  
530 6147 d 1 h mikedld /kernel/trunk/ Changed 'revision' keyword to 'Revision', which is correct
Renamed 'lib_func.inc' to 'imports.inc'
Translated several Russian comments to English, but not all. Let's be serious, guys
 
521 6153 d 12 h diamond /kernel/trunk/ * efficient handling of file names substitution
* current directory support; new sysfunction 30
* fixed bug in load_file with files of size divisible by page size
 
519 6154 d 12 h serge /kernel/trunk/ string manipulation routines for drivers and kernel
enable global page support after paging
 
488 6166 d 4 h spraid /kernel/trunk/ loading libs for kernel
loading from HD
inifiles.asm (not completed, using with kernel to load sys.conf)
parse file names
%sys% may be system directory for programs (70 function)
 
465 6189 d 17 h serge /kernel/trunk/ merge flat kernel  
431 6212 d 11 h serge /kernel/trunk/ copyrights  
426 6216 d 22 h mikedld /kernel/trunk/ Changes to make __REV__ constant at any place in kernel
Output SVN revision number in boot screen
 
425 6217 d 1 h victor /kernel/trunk/ added computing of current #revision for kernel *.inc and *.asm files