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 252 d 9 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 804 d 13 h Doczom /kernel/trunk/ small update copyright year in kernel  
8085 1302 d 18 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 1436 d 16 h hidnplayr /kernel/trunk/ memmap: remove some incorrect information  
7132 2323 d 4 h dunkaist /kernel/trunk/ Update BOOT_DATA structure and use it instead of all the BOOT_* vars.  
7122 2340 d 8 h dunkaist /kernel/trunk/ Synchronize memmap.inc and const.inc, replace hardcoded numbers with macros.  
7121 2341 d 6 h dunkaist /kernel/trunk/ Remove VRR code, mostly commented out anyway.  
5363 3396 d 10 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
4273 3809 d 14 h clevermouse / support for PnP disks, part 5: FAT12, ramdisk, floppies  
2640 4389 d 8 h mario79 / The fonts char.mt and char2.mt are included in the kernel is now.  
2525 4411 d 7 h mario79 /kernel/trunk/ 1) Fix for r. 2504
2) Corrected memmap.inc
 
2513 4413 d 10 h mario79 /kernel/trunk/ 'Event 5' is changed now. Event returns after redrawing the background.  
2504 4416 d 17 h mario79 /kernel/trunk/ 1) Fix for r. 2485
2) Corrected memmap.inc
 
2485 4420 d 7 h mario79 /kernel/trunk/ 1) Fix for r. 2480
2) Corrected memmap.inc
 
2480 4421 d 9 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 4427 d 13 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2438 4432 d 11 h mario79 /kernel/trunk/ VESA draw some speedup (line, points, text, numbers)  
2288 4578 d 8 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
1487 5071 d 15 h art_zh /kernel/trunk/ Extended PCI-express configuration space
can now be manually configured for non-AMD machines
 
1455 5118 d 15 h art_zh /kernel/trunk/ 1) back to #1451 to save some phys. memory
2) non-PSE paging restored
3) documentation corrected
 
1393 5192 d 15 h art_zh /kernel/trunk/ memmap info corrected  
1388 5195 d 18 h art_zh /kernel/trunk/ memmap.inc corrected; all free holes listed  
1172 5330 d 13 h diamond /kernel/trunk/ keep physical page 0 intact (used by some BIOSes in int 13h)  
1103 5440 d 10 h diamond /kernel/trunk/ use fn E820 of int 15h to query memory map (if available)  
1056 5501 d 10 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 5911 d 23 h victor /kernel/trunk/ Placed copyright and properties "svn: keywords Rev"  
709 5926 d 15 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 6129 d 14 h serge /kernel/trunk/ reduce core memory  
580 6130 d 7 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 6149 d 14 h diamond /kernel/trunk/ make background redraw faster  
540 6164 d 14 h victor /kernel/trunk/ change format outputed data sysfunc 18.13
see sysfuncs.txt
 
516 6185 d 12 h serge /kernel/trunk/ additional space for kernel code  
513 6186 d 20 h serge /kernel/trunk/ align heap_base on 4Mb border
move sys_pgmap at the top of kernel memory
 
465 6219 d 0 h serge /kernel/trunk/ merge flat kernel  
425 6246 d 7 h victor /kernel/trunk/ added computing of current #revision for kernel *.inc and *.asm files  
379 6267 d 21 h serge /kernel/trunk/ 1)fixed wrong exported LFB address
2)replace 0x3000 0x3004 0x3010 0x3020 whith symbolic constants
 
378 6268 d 18 h serge /kernel/trunk/ 1)new memory layout
2)Infinity 1.0
 
363 6276 d 22 h serge /kernel/trunk/ reduce kernel memory  
357 6278 d 20 h serge /kernel/trunk/ dynamic stack with fpu state area  
346 6281 d 14 h diamond /kernel/trunk/ Kernel updated to 0.6.5.0