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
347 6311 d 14 h heavyiron /kernel/tags/kolibri0.6.5.0/ Tag for kolibri0.6.5.0  
346 6311 d 15 h diamond /kernel/trunk/ Kernel updated to 0.6.5.0  
321 6320 d 17 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)
 
301 6326 d 14 h diamond /kernel/trunk/boot/ applied hint by Black_mirror for keyboard work after kernel restart  
274 6343 d 10 h kaitz / Translated applications 'end' and 'desktop' to Estonian.
Added Estonian VGA font for boot time.
Corrected some misspellings.
 
271 6345 d 15 h kaitz /kernel/trunk/ Estonian boot messages  
227 6385 d 23 h serge /kernel/trunk/ 1)drivers version control
2)extended events format
3)ATI hardware cursor
 
224 6388 d 23 h serge /kernel/trunk/ fixed cursor clipping in 24bpp video mode  
223 6389 d 15 h Ghost / * GMon now support ABIT uGuru
* kernel.asm free port area 0xe0-0xe4 (special for uGuru)
+ CPUID by Wildwest
* APM GDT limit fix 3
 
202 6417 d 15 h diamond /kernel/trunk/ Kernel updated to 0.6.3.0  
191 6425 d 16 h Ghost /kernel/trunk/boot/ APM GDT limit fix 2  
189 6425 d 20 h Ghost /kernel/trunk/boot/ APM GDT limit fix  
187 6428 d 22 h diamond /kernel/trunk/ Corrections in DMA code from Mario79  
183 6432 d 19 h diamond / Kernel: support for kernel packer
kfar: updated to 0.14 (warning when deleting)
 
164 6443 d 1 h serge /kernel/trunk/ new kernel  
161 6446 d 19 h diamond /kernel/trunk/ Added copyright strings for author of DMA HDD code (Mario79). Fixed error handling in hd_drv.inc.  
160 6451 d 16 h diamond /kernel/trunk/ DMA access to HD  
152 6459 d 20 h heavyiron /kernel/ Scripts now deletes lang.inc after compiling kernel.
Removed tabs from code (preboot.inc)
 
151 6460 d 13 h hidnplayr /kernel/trunk/boot/ clean up  
143 6478 d 18 h diamond / bootcode.inc: fixed error in loader block checks
dev_hdcd.inc: increased delay in reset function
kernel.asm: now kernel loads system programs (vrr_m/launcher and cpu) via fn 70
shutdown.inc: corrected code of rose output
IR, VRR_M: modified to use function 70 + optimization
 
140 6481 d 17 h diamond /kernel/trunk/boot/ Bootcode: fixed check on loader block correctness  
139 6481 d 17 h diamond / Kernel: rewritten function 4
@rcher, ac97wav, midamp, rtfread: modified to use function 70
 
135 6484 d 18 h diamond / mv, gifview, jpegview: modified to use function 70
tinypad2: modified for new sysxtree
kernel, mv, board, calendar, cmd, copy2, cpu, end, icon, mhc, pcidev:
german translation from derPENGUIN
 
134 6485 d 18 h diamond / Kernel: now bootcode loads from floppy only used sectors

sysxtree: rewritten to 70th function, corrected scrollbar
copyr: new version for new sysxtree
@rcher, rtfread: modified to work with new sysxtree
midamp: added version modified to work with new sysxtree
 
117 6499 d 13 h mario79 /kernel/trunk/ 1. Optimization of the mode 320*200*256. Load on CPU is less. Small increase of speed.
2. Optimization of the mode 640*480*16. Substantial growth of speed.
3. At the expense of deleting the superfluous code from vga.inc the size of a kernel has decreased.
 
103 6516 d 0 h halyavin /kernel/trunk/ Now 8Mb of address space reserved for LFB. New linear address of LFB is 0x80000000.  
89 6548 d 20 h diamond /kernel/trunk/ Bugfixes: videomode 9; returned ebx in 70.1 for CD  
84 6568 d 16 h diamond /kernel/trunk/ File system addition: fileinfo structure allows new syntax  
82 6575 d 20 h halyavin /kernel/trunk/ Now kernel can be compiled with fasm 1.66.  
79 6586 d 18 h diamond / Added APM interface disconnection before real-mode shutdown.
Optimized FIRE program: code size 690->474, now it fits in one sector;
memory requirements 0.5Mb -> 200Kb.
 
76 6595 d 16 h mario79 /kernel/trunk/ Mihaylov Iliya Andreevich aka Ghost
Advanced Power Management
SYSTEM CALL
eax = 49
dx = number of the function APM BIOS (Is similar AX in real mode)
Others registers (bx, cx) on the specification (see. docs/apm.zip>apm.txt)
Result: on the specification (including CF), the high part 32 bit registers is not defined
 
61 6642 d 21 h halyavin /kernel/trunk/ Return value of 58 function is corrected. Shutdown.inc optimized. Changes from diamond.  
46 6676 d 21 h halyavin /kernel/trunk/boot/ fixes of boot code from diamond for correct restarting from memory  
40 6696 d 18 h halyavin /kernel/trunk/ *Reduced size of boot code. (diamond)
*Debug API added. (diamond)
 
34 6710 d 21 h halyavin /kernel/trunk/boot/ some fixes in boot code  
30 6730 d 19 h halyavin /kernel/trunk/boot/ Bug leading to crash during restart from memory fixed  
29 6738 d 23 h halyavin /kernel/ *Improved boot code
*Tag for kolibri 0.5.2.1 created
 
27 6757 d 14 h halyavin /kernel/trunk/boot/ Remapping IRQs to standart scheme in real mode during shutdown added.  
12 6788 d 20 h halyavin /kernel/trunk/ *Font functions have been rewritten. Now kernel use bit-compressed fonts.
You must use char.mt and char2.mt from MeOsEmul or MeOsDebug program
or download them at http://shade.msu.ru/~msu-se/temp/char.7z
*Small fix in memmap.inc for memory manager.
 
5 6801 d 1 h halyavin /kernel/trunk/ Mario79 fixes:
Application can determine own path now.
Some boot messages changed (it is version Kolibri 5.1.0 now).
Some rd functions updated (thanks to michael).
Switch to another bank-switching procedure.