Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
9930 253 d 23 h Doczom /kernel/trunk/ [KERNEL] The window subsystem has been redesigned:
-extended WDATA structures up to 128 bytes
-added the background_windows constant
-the draw_data array has been deleted
-APPDATA.window and WDATA.thread fields added
-minor fixes in the operation of external file system drivers
 
9715 806 d 2 h Doczom /kernel/trunk/ small update copyright year in kernel  
8085 1304 d 7 h dunkaist /kernel/trunk/ Edit memmap to increase space for the kernel.

Move TMP_STACK_TOP and sys_proc higher.
Add a static assert to save some time in the future.
 
7964 1438 d 6 h hidnplayr /kernel/trunk/ memmap: remove some incorrect information  
7132 2324 d 17 h dunkaist /kernel/trunk/ Update BOOT_DATA structure and use it instead of all the BOOT_* vars.  
7122 2341 d 21 h dunkaist /kernel/trunk/ Synchronize memmap.inc and const.inc, replace hardcoded numbers with macros.  
7121 2342 d 19 h dunkaist /kernel/trunk/ Remove VRR code, mostly commented out anyway.  
5363 3397 d 23 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
4273 3811 d 3 h clevermouse / support for PnP disks, part 5: FAT12, ramdisk, floppies  
2640 4390 d 21 h mario79 / The fonts char.mt and char2.mt are included in the kernel is now.  
2525 4412 d 20 h mario79 /kernel/trunk/ 1) Fix for r. 2504
2) Corrected memmap.inc
 
2513 4414 d 23 h mario79 /kernel/trunk/ 'Event 5' is changed now. Event returns after redrawing the background.  
2504 4418 d 7 h mario79 /kernel/trunk/ 1) Fix for r. 2485
2) Corrected memmap.inc
 
2485 4421 d 20 h mario79 /kernel/trunk/ 1) Fix for r. 2480
2) Corrected memmap.inc
 
2480 4422 d 22 h mario79 /kernel/trunk/ Fix for r.2446 - for Qemu or non-standart videocards. Unfortunately [BytesPerScanLine] does not always equal to [_display.width]*[ScreenBPP]/8  
2455 4429 d 3 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2438 4434 d 0 h mario79 /kernel/trunk/ VESA draw some speedup (line, points, text, numbers)  
2288 4579 d 22 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
1487 5073 d 4 h art_zh /kernel/trunk/ Extended PCI-express configuration space
can now be manually configured for non-AMD machines
 
1455 5120 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 5194 d 5 h art_zh /kernel/trunk/ memmap info corrected  
1388 5197 d 7 h art_zh /kernel/trunk/ memmap.inc corrected; all free holes listed  
1172 5332 d 2 h diamond /kernel/trunk/ keep physical page 0 intact (used by some BIOSes in int 13h)  
1103 5442 d 0 h diamond /kernel/trunk/ use fn E820 of int 15h to query memory map (if available)  
1056 5502 d 23 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 5913 d 12 h victor /kernel/trunk/ Placed copyright and properties "svn: keywords Rev"  
709 5928 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 6131 d 3 h serge /kernel/trunk/ reduce core memory  
580 6131 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 6151 d 4 h diamond /kernel/trunk/ make background redraw faster  
540 6166 d 4 h victor /kernel/trunk/ change format outputed data sysfunc 18.13
see sysfuncs.txt
 
516 6187 d 1 h serge /kernel/trunk/ additional space for kernel code  
513 6188 d 9 h serge /kernel/trunk/ align heap_base on 4Mb border
move sys_pgmap at the top of kernel memory
 
465 6220 d 13 h serge /kernel/trunk/ merge flat kernel  
425 6247 d 20 h victor /kernel/trunk/ added computing of current #revision for kernel *.inc and *.asm files  
379 6269 d 11 h serge /kernel/trunk/ 1)fixed wrong exported LFB address
2)replace 0x3000 0x3004 0x3010 0x3020 whith symbolic constants
 
378 6270 d 8 h serge /kernel/trunk/ 1)new memory layout
2)Infinity 1.0
 
363 6278 d 11 h serge /kernel/trunk/ reduce kernel memory  
357 6280 d 9 h serge /kernel/trunk/ dynamic stack with fpu state area  
346 6283 d 3 h diamond /kernel/trunk/ Kernel updated to 0.6.5.0