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
2384 4476 d 20 h hidnplayr /kernel/trunk/ Adapted more structures to use new struct.inc  
2381 4477 d 23 h hidnplayr /kernel/trunk/ Usage of struct.inc from fasm in trunk kernel.  
2288 4608 d 17 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
2231 4630 d 22 h Serge /kernel/trunk/ merge apic code  
2146 4650 d 19 h clevermouse /kernel/trunk/ sync with r2143 except for a typo  
2140 4652 d 22 h clevermouse /kernel/trunk/ support for PnP disks, part 2: adapt current caching  
2123 4658 d 3 h clevermouse /kernel/trunk/ forgotten include  
2119 4658 d 20 h clevermouse /kernel/trunk/ support for PnP disks, part 1  
2118 4659 d 5 h serge /kernel/trunk/ move PIC functions into separate file  
2112 4660 d 3 h serge /kernel/trunk/ shared irq's  
1894 4836 d 8 h serge /kernel/trunk/ kernel: new blitter  
1874 4848 d 3 h serge /kernel/trunk/ kernel: set_keyboard_data  
1434 5184 d 21 h serge / linux-like kernel mutexes  
1391 5223 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 5237 d 22 h turbanoff /kernel/trunk/ small fix  
1378 5237 d 23 h turbanoff /kernel/trunk/ ext2fs support. read only  
1362 5256 d 13 h mikedld /kernel/trunk/ * gui/window.inc refactoring  
1311 5283 d 15 h diamond /kernel/trunk/ make dll a per-process object  
1220 5333 d 19 h serge /kernel/trunk/ menuet02 tls  
1074 5484 d 6 h Galkov /kernel/trunk/ change functionality of f68:15, f68:18 (discussion on forum topic 1253)  
1055 5538 d 20 h Galkov /kernel/trunk/ refractoring of EVENT, and so on  
983 5628 d 17 h diamond /kernel/trunk/ some cosmetic fixes  
802 5831 d 2 h serge /kernel/trunk/ from Nable: Sound Blaster driver  
753 5939 d 2 h serge /kernel/trunk/ supported videomodes  
750 5942 d 7 h victor /kernel/trunk/ Placed copyright and properties "svn: keywords Rev"  
709 5956 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 6064 d 1 h serge /kernel/trunk/ PE loader  
593 6149 d 1 h mikedld /kernel/trunk/ Revision numbering fix  
580 6160 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.
 
531 6202 d 5 h diamond /kernel/trunk/ Sysfunction 23v does not require task switch when waiting  
530 6206 d 16 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 6213 d 3 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 6214 d 3 h serge /kernel/trunk/ string manipulation routines for drivers and kernel
enable global page support after paging
 
488 6225 d 19 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 6249 d 8 h serge /kernel/trunk/ merge flat kernel  
431 6272 d 2 h serge /kernel/trunk/ copyrights  
426 6276 d 13 h mikedld /kernel/trunk/ Changes to make __REV__ constant at any place in kernel
Output SVN revision number in boot screen
 
425 6276 d 15 h victor /kernel/trunk/ added computing of current #revision for kernel *.inc and *.asm files  
373 6301 d 16 h mikedld /kernel/trunk/ RTL8169 network driver  
357 6309 d 4 h serge /kernel/trunk/ dynamic stack with fpu state area