Subversion Repositories Kolibri OS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
5565 3286 d 0 h serge /kernel/branches/Kolibri-acpi/ update  
4287 3840 d 13 h Serge /kernel/branches/Kolibri-acpi/ kolibri-acpi:update  
3908 3911 d 1 h Serge /kernel/branches/Kolibri-acpi/ acpi:merge trunk  
2987 4248 d 1 h Serge /kernel/branches/Kolibri-acpi/ acpi: merge trank  
2465 4459 d 7 h Serge /kernel/branches/Kolibri-acpi/ acpi: merge trunk  
2439 4465 d 11 h Serge /kernel/branches/Kolibri-acpi/ enumerate CPU's and start AP.  
1635 4990 d 10 h serge /kernel/branches/Kolibri-acpi/ acpi branch  
1487 5105 d 5 h art_zh /kernel/trunk/ Extended PCI-express configuration space
can now be manually configured for non-AMD machines
 
1455 5152 d 4 h art_zh /kernel/trunk/ 1) back to #1451 to save some phys. memory
2) non-PSE paging restored
3) documentation corrected
 
1393 5226 d 5 h art_zh /kernel/trunk/ memmap info corrected  
1388 5229 d 8 h art_zh /kernel/trunk/ memmap.inc corrected; all free holes listed  
1172 5364 d 3 h diamond /kernel/trunk/ keep physical page 0 intact (used by some BIOSes in int 13h)  
1103 5474 d 0 h diamond /kernel/trunk/ use fn E820 of int 15h to query memory map (if available)  
1056 5535 d 0 h Galkov /kernel/trunk/ sys32 - concentration all (except #NM) exception handlers in ecx_c for optimization purpose
debug - moved handler to sys32::exc_c
fpu - moved except_16/19 to sys32::exc_c
memory - changing interface for page_fault_handler
v86 - changing interface for handler v86_exc_c
kernel - small optimization
 
750 5945 d 12 h victor /kernel/trunk/ Placed copyright and properties "svn: keywords Rev"  
709 5960 d 4 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
 
581 6163 d 3 h serge /kernel/trunk/ reduce core memory  
580 6163 d 20 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 6183 d 4 h diamond /kernel/trunk/ make background redraw faster  
540 6198 d 4 h victor /kernel/trunk/ change format outputed data sysfunc 18.13
see sysfuncs.txt
 
516 6219 d 1 h serge /kernel/trunk/ additional space for kernel code  
513 6220 d 10 h serge /kernel/trunk/ align heap_base on 4Mb border
move sys_pgmap at the top of kernel memory
 
465 6252 d 13 h serge /kernel/trunk/ merge flat kernel  
425 6279 d 21 h victor /kernel/trunk/ added computing of current #revision for kernel *.inc and *.asm files  
379 6301 d 11 h serge /kernel/trunk/ 1)fixed wrong exported LFB address
2)replace 0x3000 0x3004 0x3010 0x3020 whith symbolic constants
 
378 6302 d 8 h serge /kernel/trunk/ 1)new memory layout
2)Infinity 1.0
 
363 6310 d 11 h serge /kernel/trunk/ reduce kernel memory  
357 6312 d 10 h serge /kernel/trunk/ dynamic stack with fpu state area  
346 6315 d 4 h diamond /kernel/trunk/ Kernel updated to 0.6.5.0  
321 6324 d 5 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 6327 d 5 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 6401 d 13 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 6405 d 9 h serge /kernel/trunk/ 16Mb version  
115 6507 d 9 h poddubny /kernel/trunk/ Introduced APPDATA, TASKDATA, WNDDATA, RECT, BOX structures.  
105 6519 d 9 h poddubny /kernel/trunk/ Direct window activation without osloop/checkwindows, straightforward window minimizing  
102 6521 d 5 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 6599 d 5 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
 
69 6617 d 2 h poddubny /kernel/trunk/ memmap.inc: marked areas reserved by physical memory manager.

physmem.inc: fixed a little bug with cld/std with allocating and copying a physical memory block.
 
66 6625 d 4 h diamond /kernel/trunk/ Debug subsystem: added DRx registers support  
33 6719 d 8 h mario79 /kernel/trunk/ 1) Parallel processing of mouses: PS2, COM1, COM2
2) Detection PS2 mouse.
3) Switching FPU in PM with reset.
4) Click on the application button - works only if during release of a up-button mouse the cursor is on the button application. Realization Victor Alberto Gil Hanla (vhanla). Version 1.1
5) Return of focus (activated window) on previous application at completion of the active application
6) Change skin of header of windows type 4, at loss and return of focus (activated window).