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
684 6007 d 11 h diamond /kernel/trunk/ deleting cross registers in system calls, part 2  
637 6095 d 0 h mario79 /kernel/trunk/blkdev/ Small fix for ATAPI WaitUnitReady procedure.  
628 6099 d 2 h mario79 /kernel/trunk/ ATAPI:
1) Fix - sectors read with errors now are not brought in the cache.
2) Timeout at absence of the disk in ATAPI drive is reduced about 10 seconds without lowering reliability of reading at presence of the disk. Earlier time the waiting could make 1-1.5 minutes.
 
618 6113 d 1 h mario79 /kernel/trunk/ Processing event: press real button - eject tray ATAPI device.  
597 6147 d 2 h mario79 /kernel/trunk/blkdev/ Fix: clear DMA read precache, when the physical device IDE varies.  
593 6150 d 8 h mikedld /kernel/trunk/ Revision numbering fix  
585 6155 d 1 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.
 
581 6161 d 6 h serge /kernel/trunk/ reduce core memory  
580 6161 d 23 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.
 
566 6171 d 14 h serge /kernel/trunk/ sound.asm: patch BIOS bug for ICH0
add USE_IRQ_REMAP conditional directive
 
543 6193 d 4 h spraid /kernel/trunk/ prepare for cd load (bx='m0' set by loader).  
538 6199 d 8 h spraid /kernel/trunk/ CD drivers update from mario  
527 6208 d 8 h diamond /kernel/trunk/ * Rewritten Vesa2 background code, it is much faster now
* Fixed kernel fault when creating files with unusual names with multiple dots
 
521 6214 d 11 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
 
514 6217 d 9 h diamond /kernel/trunk/ * unknown/unsupported videomode at boot leads to return in config manager
* boot config manager now allows to totally disable DMA access to HD
 
472 6240 d 9 h serge /kernel/trunk/ reduce memory size  
471 6241 d 3 h serge /kernel/trunk/blkdev/ fixed address bug in sysfn_saveramdisk()  
467 6248 d 19 h mikedld /kernel/trunk/ Updated makefile to match build.bat (build with e.g. 'make all lang=en')
Made small synt/func corrections in build.bat
 
466 6250 d 7 h diamond /kernel/trunk/blkdev/ fixed bug in FAT short names generation  
465 6250 d 16 h serge /kernel/trunk/ merge flat kernel  
442 6269 d 9 h diamond /kernel/ Fixed rare bug in FAT code  
437 6270 d 12 h diamond / * bootcode: revision string is now calculated at compile-time
* taskman.inc: do not add '@' to thread names
* @panel: do not draw undefined (zero-sized) windows
* rd.inc: corrected folder creation
 
431 6273 d 10 h serge /kernel/trunk/ copyrights  
425 6277 d 23 h victor /kernel/trunk/ added computing of current #revision for kernel *.inc and *.asm files  
399 6292 d 4 h diamond /kernel/trunk/blkdev/ FAT code now ignores volume label  
389 6294 d 1 h serge /kernel/trunk/ fixed bug in init_LFB()  
381 6298 d 2 h serge /kernel/trunk/ replace all vars whith symbolic constants  
380 6299 d 11 h serge /kernel/trunk/ replace vars 0x8000 0xC000 0xC004 0xD000 0x80000 whith symbolic constants
rename PROC_BASE -> SLOT_BASE
 
379 6299 d 13 h serge /kernel/trunk/ 1)fixed wrong exported LFB address
2)replace 0x3000 0x3004 0x3010 0x3020 whith symbolic constants
 
358 6309 d 3 h mikedld /kernel/trunk/ Added FDO, changed output in 'blkdev/hd_drv.inc' to give an example  
346 6313 d 6 h diamond /kernel/trunk/ Kernel updated to 0.6.5.0  
341 6315 d 17 h heavyiron / *new function 18/6 with LFN support from diamond 26.09.06 (see docs)
*new RDsave from me
*end - added button to run rdsave
*cpu - title with fn0
 
335 6317 d 11 h diamond /kernel/trunk/ Fixed creation of files with empty names when writing to '/path/'  
321 6322 d 8 h diamond / * New sysfunction 70.9, create folder
* Deleted obsolete 58.4 (create folder 8.3 on hd)
* Updated docs
* Bugfixes (file system; core; direct screen access), improvements (sysfn 70.3)
* KFar 0.21, full error handling, folder creation (with new kernel)
 
256 6360 d 6 h diamond /kernel/trunk/ NTFS reader, part 1: read root directory  
247 6365 d 14 h serge /kernel/trunk/ fix stack error in fs_exec  
210 6409 d 11 h diamond /kernel/trunk/blkdev/ Now writing to HD uses old PIO mode instead of bugged DMA.  
171 6441 d 10 h diamond /kernel/trunk/ File system: added function 70.8 - delete file/folder  
162 6446 d 8 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
 
161 6448 d 10 h diamond /kernel/trunk/ Added copyright strings for author of DMA HDD code (Mario79). Fixed error handling in hd_drv.inc.