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
2971 4283 d 18 h Serge /kernel/branches/kolibri_pe/ kolibri_pe: the latest 32-bit version  
1066 5514 d 4 h serge /kernel/branches/kolibri_pe/ kernel heap: use on demand mapping  
914 5681 d 12 h serge /kernel/branches/kolibri_pe/ sync with trunk #913  
897 5685 d 7 h serge /kernel/branches/kolibri_pe/ exec PE  
887 5691 d 17 h serge /kernel/branches/kolibri_pe/ replace old kernel_free with mem_free  
864 5734 d 1 h serge /kernel/branches/kolibri_pe/ replace old alloc_kernel_space and kernel_alloc with mem_alloc  
859 5739 d 3 h serge /kernel/branches/kolibri_pe/ 1) slab allocator
2) new kernel heap
 
855 5759 d 22 h serge /kernel/branches/kolibri_pe/ compact static kernel memory  
851 5770 d 11 h serge /kernel/branches/kolibri_pe/ splitting kernel into sections  
848 5772 d 3 h serge /kernel/branches/kolibri_pe/ GRUB Now!!!  
847 5773 d 1 h serge /kernel/branches/kolibri_pe/ multiboot kernel  
846 5773 d 7 h serge /kernel/branches/kolibri_pe/ preparing for GRUB  
837 5783 d 10 h serge /kernel/branches/kolibri_pe/ use e820 smap  
820 5802 d 3 h diamond /kernel/trunk/ * more space for EBDA in V86
* some bugfixes in NTFS support
 
800 5841 d 1 h diamond /kernel/trunk/fs/ normal work with CD: bugfix of revision 758  
758 5936 d 17 h mario79 /kernel/trunk/ Support of last session for ISO9660.  
750 5943 d 9 h victor /kernel/trunk/ Placed copyright and properties "svn: keywords Rev"  
709 5958 d 1 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 6067 d 6 h diamond /kernel/trunk/fs/ fixed serious FAT32 bug introduced in svn.649  
649 6070 d 2 h diamond /kernel/trunk/fs/ acceleration of FAT writing  
628 6098 d 20 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 6150 d 3 h mikedld /kernel/trunk/ Revision numbering fix  
588 6151 d 4 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 6154 d 20 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 6164 d 9 h mario79 /kernel/trunk/fs/ Check all 4 entry of MBR and EMBR  
566 6171 d 8 h serge /kernel/trunk/ sound.asm: patch BIOS bug for ICH0
add USE_IRQ_REMAP conditional directive
 
543 6192 d 22 h spraid /kernel/trunk/ prepare for cd load (bx='m0' set by loader).  
536 6200 d 3 h diamond /kernel/trunk/ Kernel updated to 0.7.0.0  
535 6200 d 3 h spraid /kernel/trunk/ translate some comments to english  
533 6203 d 7 h diamond /kernel/trunk/ Fixed work with CD broken in svn.521  
530 6207 d 18 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 6208 d 2 h spraid / change path to "/sys" in some programs.
in build_all.bat: delete config.inc after compiling
delete /kernel/trunk/lib
 
525 6209 d 8 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 6214 d 5 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 6214 d 9 h serge /kernel/trunk/ infinity: remove direct access to kernel data  
513 6218 d 6 h serge /kernel/trunk/ align heap_base on 4Mb border
move sys_pgmap at the top of kernel memory
 
512 6218 d 7 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 6220 d 3 h diamond /kernel/trunk/ more correct handling of bx_from_load var  
501 6221 d 21 h serge /kernel/trunk/ small optimization. reduce code size  
495 6223 d 1 h diamond /kernel/trunk/fs/ Deleted obsolete sysfunction 58.1