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 5925 d 4 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
 
653 6035 d 13 h diamond /kernel/trunk/ added bootlog message if first app cannot be loaded  
630 6062 d 8 h serge /kernel/trunk/ support for new ATI chips  
593 6117 d 6 h mikedld /kernel/trunk/ Revision numbering fix  
586 6121 d 2 h serge /kernel/trunk/ From Ghost: calls to PCIBIOS services  
585 6121 d 23 h mario79 / The universal cache of IDE devices.
Step 2:
1) Realized cache ATAPI device (CD\DVD).
2) Lock\Unlock ATAPI device for working with cache.
3) Eject (F70/10) and Load (F70/11) tray of ATAPI device.
4) Application CD_tray for control of tray ATAPI device.
 
580 6128 d 20 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.
 
567 6137 d 12 h serge /kernel/trunk/ 1)sound.asm: disable previous patch by default
2)uhci transfer descriptors
 
544 6159 d 21 h spraid /kernel/trunk/ load VMODE.MDR use 70 function (I'am not test it. Please test it!!!)  
543 6160 d 1 h spraid /kernel/trunk/ prepare for cd load (bx='m0' set by loader).  
538 6166 d 5 h spraid /kernel/trunk/ CD drivers update from mario  
535 6167 d 7 h spraid /kernel/trunk/ translate some comments to english  
525 6176 d 11 h diamond /kernel/trunk/ * Fixed bug with handling of command-line for apps
* Fn 70 supports /sys/... syntax for access to sysdir (/rd/1 with normal boot)
 
521 6181 d 8 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
 
501 6189 d 1 h serge /kernel/trunk/ small optimization. reduce code size  
488 6194 d 0 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)
 
479 6197 d 8 h kastigar /kernel/trunk/ 1)ps2 mouse driver(removed from kernel)
2)new 2 modes for ps2-mouse (scrolling mouse and 5-button mouse)
3) added function 37.7 for mouse scrolling data
 
469 6211 d 11 h serge /kernel/trunk/ from Mario79: rewritten background image code  
465 6217 d 13 h serge /kernel/trunk/ merge flat kernel