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
7129 2320 d 0 h dunkaist /kernel/trunk/ Split bootbios.asm and kernel.asm.

* Move bios-related part of kernel.asm before B32 label to
bootbios.asm file;
* Move bx_from_load, boot_dev and kernel_restart_bootblock variables
to BOOT_* 0x9000 block;
* Update Tupfile.lua, Makefile, build.bat, build.sh accordingly;
* Now bios and uefi loaders can jump to very first byte of the kernel.
 
7121 2337 d 20 h dunkaist /kernel/trunk/ Remove VRR code, mostly commented out anyway.  
5790 3154 d 13 h serge /kernel/trunk/boot/ Kernel: fix stack selector  
5786 3155 d 5 h serge /kernel/trunk/boot/ Kernel: set proper stack pointer value for kernel bootloader.  
5363 3393 d 0 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5028 3542 d 23 h clevermouse /kernel/trunk/boot/ fix r5012  
5012 3556 d 9 h clevermouse /kernel/trunk/ speed up booting in some configurations  
4624 3697 d 20 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
 
4291 3802 d 0 h mario79 /kernel/trunk/ IDE DMA fix (SATA Native mode).  
3999 3848 d 21 h mario79 /kernel/trunk/boot/ Fix for r.3989  
3989 3849 d 21 h yogev_ezra /kernel/trunk/boot/ Allow pressing ESC in boot screen to cancel selection without making a choice. Add more information on which options to choose and link to http://board.kolibrios.org to report bugs.  
3964 3855 d 15 h mario79 /kernel/trunk/boot/ This is a temporary fix for kernel. Just to avoid the situation of freezing the system after boot.  
3797 3940 d 19 h mario79 /kernel/trunk/boot/ Full cleaning the text area before showing vmodes table. Fix for r.3777  
3796 3940 d 19 h yogev_ezra /kernel/trunk/boot/ Correct English, Spanish and German messages string length in blue screen to fit into one line. Add some comments to bootcode.inc  
3777 3942 d 21 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".
 
3774 3943 d 18 h mario79 /kernel/trunk/ Some fixes code for IDE controllers.  
3762 3945 d 13 h mario79 /kernel/trunk/ 1) Dynamic setting interrupts for IDE controller
2) Fixed problems with some hardware (eBox IDE Native mode and similar)
 
3760 3946 d 3 h hidnplayr /kernel/trunk/boot/ make 'A' key for boot settings work on azerty keyboards  
3712 3953 d 14 h mario79 /kernel/trunk/ 1) DMA LBA48 read and write for HDD
2) Some optimization of code
 
3711 3953 d 20 h clevermouse /kernel/trunk/ style fixes, no binary changes (style checker was sick for some time)  

Show All