Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1320 5267 d 10 h diamond /kernel/tags/kolibri0.7.7.0/ tag for Kolibri 0.7.7.0  
1305 5279 d 4 h diamond /kernel/trunk/fs/ fixed sysfn 30 broken in rev. 1304  
1304 5279 d 9 h Lrz /kernel/trunk/ 30 and 43 sysfunc rewritten without cross registers call.  
1289 5284 d 3 h diamond /kernel/trunk/ dynamic libraries now share unmodified pages  
1270 5297 d 16 h diamond /kernel/trunk/fs/ fixed fn 70 for path /<digit>  
1229 5319 d 9 h Lrz /kernel/trunk/ small optimization  
1191 5340 d 10 h diamond /kernel/trunk/fs/ bugfix of previous revision  
1190 5340 d 10 h diamond /kernel/trunk/fs/ fixed kernel crash at booting if invalid FAT partition is present  
1124 5431 d 5 h diamond /kernel/trunk/fs/ fixed error handler in FAT32 code  
1047 5549 d 19 h heavyiron /kernel/trunk/fs/ small fix to correct compiling with fasm 1.67.34  
983 5618 d 5 h diamond /kernel/trunk/ some cosmetic fixes  
820 5790 d 13 h diamond /kernel/trunk/ * more space for EBDA in V86
* some bugfixes in NTFS support
 
800 5829 d 12 h diamond /kernel/trunk/fs/ normal work with CD: bugfix of revision 758  
758 5925 d 3 h mario79 /kernel/trunk/ Support of last session for ISO9660.  
750 5931 d 19 h victor /kernel/trunk/ Placed copyright and properties "svn: keywords Rev"  
709 5946 d 11 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
 
654 6055 d 16 h diamond /kernel/trunk/fs/ fixed serious FAT32 bug introduced in svn.649  
649 6058 d 12 h diamond /kernel/trunk/fs/ acceleration of FAT writing  
628 6087 d 6 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.
 
593 6138 d 13 h mikedld /kernel/trunk/ Revision numbering fix  
588 6139 d 14 h diamond / Load/eject CD/DVD device tray moved from sysfn 70 to sysfn 24 (see sysfunc*),
because these actions do not involve file system.
 
585 6143 d 6 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.
 
578 6152 d 19 h mario79 /kernel/trunk/fs/ Check all 4 entry of MBR and EMBR  
566 6159 d 18 h serge /kernel/trunk/ sound.asm: patch BIOS bug for ICH0
add USE_IRQ_REMAP conditional directive
 
543 6181 d 8 h spraid /kernel/trunk/ prepare for cd load (bx='m0' set by loader).  
536 6188 d 13 h diamond /kernel/trunk/ Kernel updated to 0.7.0.0  
535 6188 d 14 h spraid /kernel/trunk/ translate some comments to english  
533 6191 d 17 h diamond /kernel/trunk/ Fixed work with CD broken in svn.521  
530 6196 d 4 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
 
529 6196 d 12 h spraid / change path to "/sys" in some programs.
in build_all.bat: delete config.inc after compiling
delete /kernel/trunk/lib
 
525 6197 d 18 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 6202 d 15 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
 
520 6202 d 19 h serge /kernel/trunk/ infinity: remove direct access to kernel data  
513 6206 d 17 h serge /kernel/trunk/ align heap_base on 4Mb border
move sys_pgmap at the top of kernel memory
 
512 6206 d 18 h spraid /kernel/trunk/ parse_fn.inc use mikedld librares (shuld be in %sys%/lib)
http://mikedld.com/f/libs-dev-3.7z

at sys.conf added network konfiguration
 
509 6208 d 13 h diamond /kernel/trunk/ more correct handling of bx_from_load var  
501 6210 d 7 h serge /kernel/trunk/ small optimization. reduce code size  
495 6211 d 11 h diamond /kernel/trunk/fs/ Deleted obsolete sysfunction 58.1  
488 6215 d 7 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)
 
467 6236 d 23 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