Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
580 6121 d 6 h mario79 /kernel/trunk/ The universal cache of IDE devices.
Step 1:
1) Allocate of separate area for everyone IDE device.
2) Usage of the allocated areas for HDD. (Cache CD\DVD - not realized, but the memory for it is allocated. This be realized in step 2).
3) The area of memory 0x80300000 - > 0x80400000 now is free and is not used.
4) The area of memory 0x80284000 - > 0x8028BFFF is used for HDD DMA.
 
555 6140 d 14 h diamond /kernel/trunk/ make background redraw faster  
540 6155 d 14 h victor /kernel/trunk/ change format outputed data sysfunc 18.13
see sysfuncs.txt
 
516 6176 d 11 h serge /kernel/trunk/ additional space for kernel code  
513 6177 d 20 h serge /kernel/trunk/ align heap_base on 4Mb border
move sys_pgmap at the top of kernel memory
 
465 6209 d 23 h serge /kernel/trunk/ merge flat kernel  
425 6237 d 7 h victor /kernel/trunk/ added computing of current #revision for kernel *.inc and *.asm files  
379 6258 d 21 h serge /kernel/trunk/ 1)fixed wrong exported LFB address
2)replace 0x3000 0x3004 0x3010 0x3020 whith symbolic constants
 
378 6259 d 18 h serge /kernel/trunk/ 1)new memory layout
2)Infinity 1.0
 
363 6267 d 21 h serge /kernel/trunk/ reduce kernel memory  
357 6269 d 19 h serge /kernel/trunk/ dynamic stack with fpu state area  
346 6272 d 14 h diamond /kernel/trunk/ Kernel updated to 0.6.5.0  
321 6281 d 15 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)
 
314 6284 d 14 h diamond / * Modified sysfunction 65 (see documentation), use new KFAR
* Deleted useless sysfunction 59 (syscalls trace)
* Load vmode.mdr via new file subsystem
* KFar 0.2
 
214 6358 d 23 h serge /kernel/trunk/ 1)fixed bug with wrong lfb size on some old videocards
2)set fpu/sse to default state for new thread
3)added driver sceletone
 
212 6362 d 19 h serge /kernel/trunk/ 16Mb version  
115 6464 d 19 h poddubny /kernel/trunk/ Introduced APPDATA, TASKDATA, WNDDATA, RECT, BOX structures.  
105 6476 d 19 h poddubny /kernel/trunk/ Direct window activation without osloop/checkwindows, straightforward window minimizing  
102 6478 d 15 h poddubny /kernel/trunk/ 1. a little fix for scheduler + correct comments
2. refactored window activation/ process termination/ getting active process
3. deleted dead code in checkwindows
4. eliminated almost all accesses to 0x3020+...+0xe, changed to direct process number
5. cli/sti in vesa12 and vga drivers and in calculatescreen
6. skipping dead windows in some funcs in window.inc
 
76 6556 d 15 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
 

Show All