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
4700 3706 d 2 h mario79 /kernel/trunk/ Kernel supports up to three IDE controllers, and all the devices connected to them  
4641 3720 d 15 h mario79 /kernel/trunk/ Removal of obsolete functions 18.11.2. Reduce the DRIVE_DATA area, because the data above 10 bytes is not used.  
4624 3723 d 23 h mario79 /kernel/trunk/ IDE DMA
1) No more 16-bit code, all the code in 32-bit mode
2) Expansion of the data output about modes of IDE devices
 
4588 3736 d 22 h mario79 /kernel/trunk/ Function 2 (get the code of the pressed key) for AL = 0 in EAX bits 16-23 = contain scancode for pressed key  
4418 3793 d 11 h clevermouse / separate USB host controller code into external drivers  
3777 3969 d 0 h yogev_ezra /kernel/trunk/ Added 2 more options to blue screen: c) BOOT_DEBUG_PRINT and d) BOOT_LAUNCHER_START. Existing option "Boot device" is now e).
BOOT_DEBUG_PRINT = If set to "yes"/"on", will duplicate debug output to the screen. Default is "no"/"off".
BOOT_LAUNCHER_START = If set to "no"/"off", LAUNCHER application won't be run after kernel has loaded. Default is "yes"/"on".
 
3762 3971 d 16 h mario79 /kernel/trunk/ 1) Dynamic setting interrupts for IDE controller
2) Fixed problems with some hardware (eBox IDE Native mode and similar)
 
3732 3977 d 14 h Serge /kernel/trunk/ kernel: removed unnecessary duplication of BOOT_VAR  
3727 3978 d 13 h Serge /kernel/trunk/ Kernel: remove some absolute adressing variables  
3702 3981 d 20 h mario79 /kernel/trunk/ 1) SATA IDE support for HDD and ATAPI
2) PIO LBA48 read for HDD
 
3627 3998 d 10 h Serge /kernel/trunk/ kernel: reduce DRIVE_DATA array. Now kernel can handle only 64 /hd and /cd partitions  
3606 4001 d 13 h Serge /kernel/trunk/ kernel: BytesPerScanLine removed, use _display.pitch instead  
3592 4003 d 12 h Serge /kernel/trunk/ kernel: quick fix for 3588  
3588 4004 d 13 h Serge /kernel/trunk/ kernel: minor optimizations  
3560 4009 d 3 h Serge /kernel/trunk/ Kernel: remove ENABLE_TASKSWITCH PS2_CHUNK stack_data_start eth_data_start eth_data_start stack_data_end resendQ  
3558 4009 d 3 h Serge /kernel/trunk/ Kernel: remove useless MOUSE_DOWN MOUSE_BACKGROUND DONT_DRAW_MOUSE.  
3545 4009 d 5 h hidnplayr / Merge new network stack with trunk  
3539 4010 d 1 h clevermouse /kernel/trunk/ recode all kernel sources to UTF-8; binary still uses single-byte encoding and isn't changed at all  
3537 4010 d 4 h Serge /kernel/trunk/ kernel: remove ScreenBPP variable  
3520 4019 d 23 h clevermouse / USB support  
3506 4022 d 8 h clevermouse /kernel/trunk/ +declaration  
3504 4023 d 0 h mario79 /kernel/trunk/ Kernel scheduler - equal rights for all threads. Discussion http://board.kolibrios.org/viewtopic.php?f=35&t=2303  
3481 4041 d 12 h Serge /kernel/trunk/ kernel: export GetCpuFreq  
3395 4079 d 1 h clevermouse /kernel/trunk/ spin_lock_* macro  
3393 4079 d 1 h clevermouse /kernel/trunk/ PCI enumerator; save ebx/esi in pci_{read,write}_reg  
2640 4412 d 0 h mario79 / The fonts char.mt and char2.mt are included in the kernel is now.  
2525 4433 d 23 h mario79 /kernel/trunk/ 1) Fix for r. 2504
2) Corrected memmap.inc
 
2513 4436 d 3 h mario79 /kernel/trunk/ 'Event 5' is changed now. Event returns after redrawing the background.  
2504 4439 d 10 h mario79 /kernel/trunk/ 1) Fix for r. 2485
2) Corrected memmap.inc
 
2485 4443 d 0 h mario79 /kernel/trunk/ 1) Fix for r. 2480
2) Corrected memmap.inc
 
2480 4444 d 2 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  
2466 4448 d 10 h Serge /kernel/trunk/ merge acpi  
2455 4450 d 6 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2445 4453 d 11 h Serge /kernel/trunk/ display_t: restore order of variables. Keep this structure coherent with drivers.  
2438 4455 d 4 h mario79 /kernel/trunk/ VESA draw some speedup (line, points, text, numbers)  
2430 4456 d 7 h mario79 /kernel/trunk/ VESA - new algorithm for showing mouse pointer without a blink  
2414 4464 d 14 h Serge /kernel/trunk/ fn.40: ebx bit 30 - do not send mouse events if cursor outside window  
2384 4469 d 4 h hidnplayr /kernel/trunk/ Adapted more structures to use new struct.inc  
2381 4470 d 7 h hidnplayr /kernel/trunk/ Usage of struct.inc from fasm in trunk kernel.  
2288 4601 d 1 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes