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 6156 d 17 h serge /kernel/trunk/ sound.asm: patch BIOS bug for ICH0
add USE_IRQ_REMAP conditional directive
 
557 6166 d 1 h serge /kernel/trunk/ uhci device  
546 6174 d 8 h diamond /kernel/trunk/ changed background handling  
541 6178 d 13 h serge /kernel/trunk/core/ fix special values in COFF symbol table  
536 6185 d 11 h diamond /kernel/trunk/ Kernel updated to 0.7.0.0  
535 6185 d 12 h spraid /kernel/trunk/ translate some comments to english  
531 6188 d 16 h diamond /kernel/trunk/ Sysfunction 23v does not require task switch when waiting  
530 6193 d 2 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 6193 d 10 h spraid / change path to "/sys" in some programs.
in build_all.bat: delete config.inc after compiling
delete /kernel/trunk/lib
 
525 6194 d 16 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)
 
523 6198 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
 
521 6199 d 13 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 6199 d 17 h serge /kernel/trunk/ infinity: remove direct access to kernel data  
519 6200 d 13 h serge /kernel/trunk/ string manipulation routines for drivers and kernel
enable global page support after paging
 
512 6203 d 16 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
 
506 6206 d 5 h mikedld /kernel/trunk/ Fixed FDO (seems like bug in FASM to me)  
497 6208 d 7 h spraid /kernel/trunk/ cpustring fixed
conf_lib fixed
 
494 6208 d 13 h spraid / @Panel: do not kill self and icon
Kernel: stage one of use dev config
 
490 6209 d 20 h serge /kernel/trunk/ fixed mtrr in VGA modes  
488 6212 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)
 
479 6215 d 13 h kastigar /kernel/trunk/ 1)ps2 mouse driver(removed from kernel)
2)new 2 modes for ps2-mouse (scrolling mouse and 5-button mouse)
3) added function 37.7 for mouse scrolling data
 
477 6216 d 12 h Ghost / Fast calls
* multi thread program support
* MSR protect
* fast_call_test update
---------------------------
old code:
int 0x40

code for Intel SYSENTER:
push ebp
mov ebp, esp
push ..ret_point
sysenter
..ret_point:
pop edx
pop ecx

code for AMD SYSCALL:
push ecx
syscall
pop ecx

recommendation: use mcall from macros.inc
 
473 6221 d 13 h diamond /kernel/trunk/ * Unified COM1/COM2 mice handling.
* Corrected COM mouse detection.
* Mouse cursor can now be at right and bottom screen sides.
* Normal handling of "desktop background redraw" event.
(Background redraw is faster now.)
* Fixed error in stretch background function for VESA 2.0.
 
465 6235 d 18 h serge /kernel/trunk/ merge flat kernel  
448 6251 d 10 h diamond /kernel/trunk/ New sysfunction 68.20: reallocate memory block  
437 6255 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
 
435 6256 d 8 h serge /kernel/trunk/ fixed fpu_save()  
434 6256 d 10 h diamond /kernel/trunk/ Normal stack handling for sysenter/syscall; trap gate for int 0x40  
431 6258 d 12 h serge /kernel/trunk/ copyrights  
429 6261 d 22 h serge /kernel/trunk/ update read_file  
425 6263 d 2 h victor /kernel/trunk/ added computing of current #revision for kernel *.inc and *.asm files  
412 6274 d 9 h serge /kernel/trunk/ synchronization with flat kernel  
392 6278 d 8 h serge /kernel/trunk/ add prefix @ to thread name  
389 6279 d 3 h serge /kernel/trunk/ fixed bug in init_LFB()  
381 6283 d 4 h serge /kernel/trunk/ replace all vars whith symbolic constants  
380 6284 d 14 h serge /kernel/trunk/ replace vars 0x8000 0xC000 0xC004 0xD000 0x80000 whith symbolic constants
rename PROC_BASE -> SLOT_BASE
 
379 6284 d 16 h serge /kernel/trunk/ 1)fixed wrong exported LFB address
2)replace 0x3000 0x3004 0x3010 0x3020 whith symbolic constants
 
378 6285 d 13 h serge /kernel/trunk/ 1)new memory layout
2)Infinity 1.0
 
377 6286 d 12 h serge /kernel/trunk/ drivers related modification  
375 6287 d 10 h Ghost / Fast System Call
Currently it only for kernel developing
See : http://meos.sysbin.com/viewtopic.php?t=662