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
566 6161 d 16 h serge /kernel/trunk/ sound.asm: patch BIOS bug for ICH0
add USE_IRQ_REMAP conditional directive
 
545 6180 d 9 h spraid /kernel/trunk/boot/ added variant for d (preload) - 4-format ram disk
(need when ram disk not loading and not linked)
for example - loading from cdorm
 
523 6203 d 15 h diamond /kernel/trunk/ * Correct value of selector gs
* Support for kpack'ed skin files
* Default setting for DMA access is now "disabled"
* Fixed kernel fault when network packet sending
 
514 6207 d 11 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
 
509 6210 d 11 h diamond /kernel/trunk/ more correct handling of bx_from_load var  
488 6217 d 5 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)
 
465 6240 d 18 h serge /kernel/trunk/ merge flat kernel  
437 6260 d 14 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 6263 d 12 h serge /kernel/trunk/ copyrights  
426 6267 d 23 h mikedld /kernel/trunk/ Changes to make __REV__ constant at any place in kernel
Output SVN revision number in boot screen
 
425 6268 d 1 h victor /kernel/trunk/ added computing of current #revision for kernel *.inc and *.asm files  
424 6268 d 6 h spraid /kernel/trunk/  
412 6279 d 8 h serge /kernel/trunk/ synchronization with flat kernel  
381 6288 d 4 h serge /kernel/trunk/ replace all vars whith symbolic constants  
378 6290 d 13 h serge /kernel/trunk/ 1)new memory layout
2)Infinity 1.0
 
375 6292 d 10 h Ghost / Fast System Call
Currently it only for kernel developing
See : http://meos.sysbin.com/viewtopic.php?t=662
 
346 6303 d 8 h diamond /kernel/trunk/ Kernel updated to 0.6.5.0  
321 6312 d 10 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 6318 d 8 h diamond /kernel/trunk/boot/ applied hint by Black_mirror for keyboard work after kernel restart  
274 6335 d 4 h kaitz / Translated applications 'end' and 'desktop' to Estonian.
Added Estonian VGA font for boot time.
Corrected some misspellings.
 
271 6337 d 8 h kaitz /kernel/trunk/ Estonian boot messages  
227 6377 d 16 h serge /kernel/trunk/ 1)drivers version control
2)extended events format
3)ATI hardware cursor
 
224 6380 d 17 h serge /kernel/trunk/ fixed cursor clipping in 24bpp video mode  
223 6381 d 8 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 6409 d 8 h diamond /kernel/trunk/ Kernel updated to 0.6.3.0  
191 6417 d 10 h Ghost /kernel/trunk/boot/ APM GDT limit fix 2  
189 6417 d 13 h Ghost /kernel/trunk/boot/ APM GDT limit fix  
187 6420 d 16 h diamond /kernel/trunk/ Corrections in DMA code from Mario79  
183 6424 d 12 h diamond / Kernel: support for kernel packer
kfar: updated to 0.14 (warning when deleting)
 
164 6434 d 18 h serge /kernel/trunk/ new kernel  
161 6438 d 12 h diamond /kernel/trunk/ Added copyright strings for author of DMA HDD code (Mario79). Fixed error handling in hd_drv.inc.  
160 6443 d 9 h diamond /kernel/trunk/ DMA access to HD  
152 6451 d 14 h heavyiron /kernel/ Scripts now deletes lang.inc after compiling kernel.
Removed tabs from code (preboot.inc)
 
151 6452 d 7 h hidnplayr /kernel/trunk/boot/ clean up  
143 6470 d 11 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 6473 d 11 h diamond /kernel/trunk/boot/ Bootcode: fixed check on loader block correctness  
139 6473 d 11 h diamond / Kernel: rewritten function 4
@rcher, ac97wav, midamp, rtfread: modified to use function 70
 
135 6476 d 11 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 6477 d 12 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 6491 d 6 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.