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
6333 2937 d 1 h serge /kernel/trunk/ kernel: new app loader  
6318 2939 d 3 h serge /kernel/trunk/ kernel: minor cleaning  
6263 2958 d 22 h serge /kernel/trunk/ kernel: framebuffers code  
6244 2961 d 6 h serge /kernel/trunk/ kernel: restart, reboot and power off  
6079 2991 d 7 h serge /kernel/trunk/ new Fn77 - fast user-space locking  
5595 3171 d 20 h serge /kernel/trunk/ trunk: merge kolibri-acpi code  
5569 3206 d 13 h Pathoswithin /kernel/trunk/ speed up IDE operations  
5360 3368 d 8 h serge /kernel/trunk/ kernel: enable write combined memory type  
5356 3368 d 17 h serge /kernel/trunk/ kernel: update PTE bits  
5351 3369 d 14 h serge / kernel: combine display related data in one structure  
5343 3370 d 20 h serge /kernel/trunk/ kernel: read/write locks, part 1  
5157 3433 d 14 h hidnplayr /kernel/trunk/ Moved new 'bytes_per_pixel' dword to end of display_t struct for backwards compatibility (yuck!)  
5154 3434 d 14 h hidnplayr /kernel/trunk/ Support for 16bpp video modes (usefull for embedded devices such as 86duino with vortex86 VGA)  
5130 3479 d 0 h serge /kernel/trunk/ kernel: kolibri-process merged into trunk. This is my little gift to myself for my birthday.  
5057 3502 d 22 h clevermouse / fix SB16 driver broken in r3727, convert to PE  
5039 3509 d 20 h clevermouse / support for stripped PE headers in drivers; declare COFF drivers deprecated  
4700 3653 d 11 h mario79 /kernel/trunk/ Kernel supports up to three IDE controllers, and all the devices connected to them  
4641 3668 d 0 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 3671 d 7 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 3684 d 7 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 3740 d 20 h clevermouse / separate USB host controller code into external drivers  
3777 3916 d 8 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 3919 d 1 h mario79 /kernel/trunk/ 1) Dynamic setting interrupts for IDE controller
2) Fixed problems with some hardware (eBox IDE Native mode and similar)
 
3732 3924 d 23 h Serge /kernel/trunk/ kernel: removed unnecessary duplication of BOOT_VAR  
3727 3925 d 22 h Serge /kernel/trunk/ Kernel: remove some absolute adressing variables  
3702 3929 d 4 h mario79 /kernel/trunk/ 1) SATA IDE support for HDD and ATAPI
2) PIO LBA48 read for HDD
 
3627 3945 d 18 h Serge /kernel/trunk/ kernel: reduce DRIVE_DATA array. Now kernel can handle only 64 /hd and /cd partitions  
3606 3948 d 22 h Serge /kernel/trunk/ kernel: BytesPerScanLine removed, use _display.pitch instead  
3592 3950 d 21 h Serge /kernel/trunk/ kernel: quick fix for 3588  
3588 3951 d 22 h Serge /kernel/trunk/ kernel: minor optimizations  
3560 3956 d 12 h Serge /kernel/trunk/ Kernel: remove ENABLE_TASKSWITCH PS2_CHUNK stack_data_start eth_data_start eth_data_start stack_data_end resendQ  
3558 3956 d 12 h Serge /kernel/trunk/ Kernel: remove useless MOUSE_DOWN MOUSE_BACKGROUND DONT_DRAW_MOUSE.  
3545 3956 d 14 h hidnplayr / Merge new network stack with trunk  
3539 3957 d 9 h clevermouse /kernel/trunk/ recode all kernel sources to UTF-8; binary still uses single-byte encoding and isn't changed at all  
3537 3957 d 12 h Serge /kernel/trunk/ kernel: remove ScreenBPP variable  
3520 3967 d 8 h clevermouse / USB support  
3506 3969 d 16 h clevermouse /kernel/trunk/ +declaration  
3504 3970 d 9 h mario79 /kernel/trunk/ Kernel scheduler - equal rights for all threads. Discussion http://board.kolibrios.org/viewtopic.php?f=35&t=2303  
3481 3988 d 21 h Serge /kernel/trunk/ kernel: export GetCpuFreq  
3395 4026 d 10 h clevermouse /kernel/trunk/ spin_lock_* macro