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
5350 3400 d 9 h serge /kernel/trunk/ kernel: remove Screen_Max_X and Screen_Max_Y variables  
5154 3465 d 9 h hidnplayr /kernel/trunk/ Support for 16bpp video modes (usefull for embedded devices such as 86duino with vortex86 VGA)  
5130 3509 d 18 h serge /kernel/trunk/ kernel: kolibri-process merged into trunk. This is my little gift to myself for my birthday.  
5049 3537 d 13 h clevermouse /kernel/trunk/ add delays  
5044 3538 d 16 h clevermouse / convert tmpdisk and ps2mouse to PE  
5039 3540 d 15 h clevermouse / support for stripped PE headers in drivers; declare COFF drivers deprecated  
5033 3543 d 10 h clevermouse /kernel/trunk/ deep sleep on Intel SSE3+ CPUs  
5032 3543 d 15 h clevermouse /kernel/trunk/ don't rely on BIOS for returning to real mode  
5031 3544 d 14 h clevermouse / speed up booting in some configurations  
5012 3560 d 15 h clevermouse /kernel/trunk/ speed up booting in some configurations  
4772 3675 d 4 h mario79 /kernel/trunk/ Fix for IDE devices:
1) Restore broken HD load for ramdisk image
2) Check of support UDMA mode for disk devices before initialization channel of IDE controller
 
4741 3677 d 8 h hidnplayr /kernel/trunk/ set up serial debug console before first print to the debug board (if enabled)  
4734 3678 d 5 h mario79 /kernel/trunk/ Fix for r.4700 - fix proc check_ATAPI_device_event  
4713 3683 d 5 h mario79 /kernel/trunk/ Empty commit, blyat!  
4711 3683 d 6 h mario79 /kernel/trunk/ Fix f.24 for r.4700  
4700 3684 d 5 h mario79 /kernel/trunk/ Kernel supports up to three IDE controllers, and all the devices connected to them  
4641 3698 d 19 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 3702 d 2 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
 
4611 3707 d 6 h mario79 /kernel/trunk/ Do not print the data from the BAR's if IDE controller is not found .  
4608 3707 d 12 h clevermouse /kernel/trunk/ reconfigure MTRRs after BIOS, enable write-combining framebuffer in more configurations  
4588 3715 d 1 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  
4578 3719 d 13 h clevermouse /kernel/trunk/ quick fix for active IDE interrupts at boot stage  
4575 3721 d 3 h mario79 /kernel/trunk/ Some reorganization of code:
1) Grouping of code working with IDE drives
2) Moving messages about the SVN revision and CPU counter to the beginning of the log of the message board.
 
4573 3721 d 8 h clevermouse /kernel/trunk/ actualize documentation  
4553 3738 d 12 h hidnplayr /kernel/trunk/ Serial debug console: reserve port so nobody else uses it.  
4381 3782 d 13 h hidnplayr /kernel/trunk/ Bugfix for sysfn 18,19,4 (set mouse pos)  
4311 3803 d 6 h mario79 /kernel/trunk/ Additional fix to r.4307  
4307 3803 d 19 h mario79 /kernel/trunk/ IDE DMA - remove the interrupt request after disabling IDE interrupts.  
4303 3804 d 10 h mario79 /kernel/trunk/ Removing the temporary fix code for IDE DMA.  
4297 3805 d 6 h yogev_ezra /kernel/trunk/ Move Vortex86 SoC handling before usb_init and CPU speed detection, since otherwise the CPU speed is not detected correctly.  
4291 3806 d 6 h mario79 /kernel/trunk/ IDE DMA fix (SATA Native mode).  
4286 3807 d 19 h Serge /kernel/trunk/ kernel.set_screen: allways do force resetting  
4273 3810 d 10 h clevermouse / support for PnP disks, part 5: FAT12, ramdisk, floppies  
4262 3811 d 5 h 0CodErr /kernel/trunk/ SysFn9 keyboard mode  
4261 3811 d 6 h yogev_ezra /kernel/trunk/ Add Vortex86 detection code.  
4199 3821 d 22 h mario79 /kernel/trunk/ Kernel Clipboard. f.54.  
4105 3836 d 10 h Serge /kernel/trunk/ Kernel: export new_sys_threads as CreateThread. Remove hack in set_app_params that allowed creating threads in kernel context under certain conditions  
3936 3863 d 22 h mario79 /kernel/trunk/ More accurate calculation for the case redraw of window.  
3927 3871 d 6 h kaitz / Translation for estonian language and fixes.
Build folder for estonian language.
 
3870 3900 d 3 h mario79 /kernel/trunk/ Fix for r.3762 - separate interrupt handlers for the irq14 and irq15.