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
1391 5190 d 23 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 5205 d 2 h turbanoff /kernel/trunk/ small fix  
1378 5205 d 2 h turbanoff /kernel/trunk/ ext2fs support. read only  
1362 5223 d 16 h mikedld /kernel/trunk/ * gui/window.inc refactoring  
1311 5250 d 18 h diamond /kernel/trunk/ make dll a per-process object  
1220 5300 d 22 h serge /kernel/trunk/ menuet02 tls  
1074 5451 d 9 h Galkov /kernel/trunk/ change functionality of f68:15, f68:18 (discussion on forum topic 1253)  
1055 5505 d 23 h Galkov /kernel/trunk/ refractoring of EVENT, and so on  
983 5595 d 20 h diamond /kernel/trunk/ some cosmetic fixes  
802 5798 d 5 h serge /kernel/trunk/ from Nable: Sound Blaster driver  
753 5906 d 5 h serge /kernel/trunk/ supported videomodes  
750 5909 d 10 h victor /kernel/trunk/ Placed copyright and properties "svn: keywords Rev"  
709 5924 d 2 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 6031 d 5 h serge /kernel/trunk/ PE loader  
593 6116 d 4 h mikedld /kernel/trunk/ Revision numbering fix  
580 6127 d 18 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 6169 d 9 h diamond /kernel/trunk/ Sysfunction 23v does not require task switch when waiting  
530 6173 d 19 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 6180 d 6 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 6181 d 6 h serge /kernel/trunk/ string manipulation routines for drivers and kernel
enable global page support after paging
 
488 6192 d 22 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 6216 d 11 h serge /kernel/trunk/ merge flat kernel  
431 6239 d 5 h serge /kernel/trunk/ copyrights  
426 6243 d 17 h mikedld /kernel/trunk/ Changes to make __REV__ constant at any place in kernel
Output SVN revision number in boot screen
 
425 6243 d 19 h victor /kernel/trunk/ added computing of current #revision for kernel *.inc and *.asm files  
373 6268 d 19 h mikedld /kernel/trunk/ RTL8169 network driver  
357 6276 d 8 h serge /kernel/trunk/ dynamic stack with fpu state area  
354 6277 d 13 h serge /kernel/trunk/ signaling events, create_event(),
destroy_event(), raise_events(), wait_event()
 
281 6305 d 14 h serge /kernel/trunk/ imports header
kernel objects
segmented sound buffers
 
276 6307 d 13 h serge /kernel/trunk/ small heap and malloc/free  
256 6326 d 2 h diamond /kernel/trunk/ NTFS reader, part 1: read root directory  
227 6353 d 9 h serge /kernel/trunk/ 1)drivers version control
2)extended events format
3)ATI hardware cursor
 
221 6358 d 8 h serge /kernel/trunk/ 1)fixed wrong SSE detection for old AMD chips
2)restore COM2 IRQ handler
3)added new fn 37.4 37.5
 
214 6365 d 11 h serge /kernel/trunk/ 1)fixed bug with wrong lfb size on some old videocards
2)set fpu/sse to default state for new thread
3)added driver sceletone
 
172 6406 d 12 h serge /kernel/trunk/ 1)fixed applications iopl level 2)fixed #PF exceptions handler
3)changed sysfuncr.txt fn. 18.20, 64.1, 68.11, 68.16
 
164 6410 d 12 h serge /kernel/trunk/ new kernel  
162 6412 d 3 h diamond /kernel/trunk/ hd_drv.inc: now code should work correctly on any computer
kernel32.inc: added 'dbgstr' macro which may be useful for kernel debugging
 
160 6419 d 3 h diamond /kernel/trunk/ DMA access to HD  
115 6471 d 7 h poddubny /kernel/trunk/ Introduced APPDATA, TASKDATA, WNDDATA, RECT, BOX structures.  
114 6473 d 22 h mikedld /kernel/trunk/ Added two flags to 0th function (edx = 0xXYRRGGBB, X = DCBAb)
A - window has a caption; if Y=3, then caption scting address could be passed in
edi, otherwise use function 71/1
B - treat all drawing performed to be relative to window client area
D - use gradient fill for client area
Added function 71:
subfunction 1 - set window caption string address (in ecx)
subfunction 2 - get window caption into buffer (not implemented yet)
Updated sysfuncr.txt, added sysfuncs.txt