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
709 5927 d 12 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 6034 d 15 h serge /kernel/trunk/ PE loader  
593 6119 d 14 h mikedld /kernel/trunk/ Revision numbering fix  
580 6131 d 5 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 6172 d 19 h diamond /kernel/trunk/ Sysfunction 23v does not require task switch when waiting  
530 6177 d 5 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 6183 d 17 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 6184 d 17 h serge /kernel/trunk/ string manipulation routines for drivers and kernel
enable global page support after paging
 
488 6196 d 8 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 6219 d 21 h serge /kernel/trunk/ merge flat kernel  
431 6242 d 16 h serge /kernel/trunk/ copyrights  
426 6247 d 3 h mikedld /kernel/trunk/ Changes to make __REV__ constant at any place in kernel
Output SVN revision number in boot screen
 
425 6247 d 5 h victor /kernel/trunk/ added computing of current #revision for kernel *.inc and *.asm files  
373 6272 d 5 h mikedld /kernel/trunk/ RTL8169 network driver  
357 6279 d 18 h serge /kernel/trunk/ dynamic stack with fpu state area  
354 6281 d 0 h serge /kernel/trunk/ signaling events, create_event(),
destroy_event(), raise_events(), wait_event()
 
281 6309 d 0 h serge /kernel/trunk/ imports header
kernel objects
segmented sound buffers
 
276 6310 d 23 h serge /kernel/trunk/ small heap and malloc/free  
256 6329 d 12 h diamond /kernel/trunk/ NTFS reader, part 1: read root directory  
227 6356 d 20 h serge /kernel/trunk/ 1)drivers version control
2)extended events format
3)ATI hardware cursor
 
221 6361 d 18 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 6368 d 21 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 6409 d 23 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 6413 d 22 h serge /kernel/trunk/ new kernel  
162 6415 d 13 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 6422 d 13 h diamond /kernel/trunk/ DMA access to HD  
115 6474 d 18 h poddubny /kernel/trunk/ Introduced APPDATA, TASKDATA, WNDDATA, RECT, BOX structures.  
114 6477 d 8 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
 
87 6523 d 11 h mario79 /kernel/trunk/ Added:
1) Low level procedures for СD device: read sector, load tray, out tray;
2) Function 70/0 for ISO9660 - read file
2) Function 70/0 for ISO9660 - read directory in format of standard 1.
 
73 6575 d 22 h diamond /kernel/trunk/ correction of previous revision  
70 6580 d 14 h mario79 /kernel/trunk/ Reserved of the function 70 for the new procedure of access to file systems
Request - Please not use this number for other purposes.
 
43 6658 d 15 h halyavin /kernel/trunk/ fix in struct macro for new versions of fasm  
41 6660 d 22 h mikedld /kernel/trunk/ changes/improvements in maximize/minimize/rollup windows functionality
added functions:
48/5 - get screen workarea
48/6 - set screen workarea
 
33 6686 d 16 h mario79 /kernel/trunk/ 1) Parallel processing of mouses: PS2, COM1, COM2
2) Detection PS2 mouse.
3) Switching FPU in PM with reset.
4) Click on the application button - works only if during release of a up-button mouse the cursor is on the button application. Realization Victor Alberto Gil Hanla (vhanla). Version 1.1
5) Return of focus (activated window) on previous application at completion of the active application
6) Change skin of header of windows type 4, at loss and return of focus (activated window).
 
6 6771 d 10 h poddubny /kernel/trunk/ All exceptions use Interrupt Gate
Better FPU exception handler
Code cleanups
Correct save_registers for i40 handler (syscall trace)
Updated memmap.inc
 
2 6777 d 23 h msu-se / moving to kernel directory  
1 6778 d 10 h ha /trunk/ Kolibri 5 initial checkout