Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
7136 2320 d 16 h dunkaist /kernel/trunk/ Replace 'equ' macros with '=' ones.

They appear in symbols file.
They don't require parentheses.
They are shorter.
 
7132 2323 d 15 h dunkaist /kernel/trunk/ Update BOOT_DATA structure and use it instead of all the BOOT_* vars.  
7130 2323 d 20 h dunkaist / Add UEFI stuff.  
7129 2323 d 21 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.
 
7122 2340 d 19 h dunkaist /kernel/trunk/ Synchronize memmap.inc and const.inc, replace hardcoded numbers with macros.  
7121 2341 d 17 h dunkaist /kernel/trunk/ Remove VRR code, mostly commented out anyway.  
7114 2350 d 8 h dunkaist /kernel/trunk/ Add empty $Revision$ macro.

svn keywords are neither substituted by git-svn nor catched by
existing "$Revision a" macro, ignore them to not fail the build.
 
6244 2991 d 15 h serge /kernel/trunk/ kernel: restart, reboot and power off  
5790 3158 d 11 h serge /kernel/trunk/boot/ Kernel: fix stack selector  
5786 3159 d 3 h serge /kernel/trunk/boot/ Kernel: set proper stack pointer value for kernel bootloader.  
5363 3396 d 21 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5169 3462 d 0 h hidnplayr /kernel/trunk/boot/ Prefer 32bpp over 24bpp over 16bpp as default video mode.  
5167 3462 d 2 h hidnplayr /kernel/trunk/boot/ Prefer 16bpp mode over VGA as default video mode.  
5154 3465 d 0 h hidnplayr /kernel/trunk/ Support for 16bpp video modes (usefull for embedded devices such as 86duino with vortex86 VGA)  
5130 3509 d 10 h serge /kernel/trunk/ kernel: kolibri-process merged into trunk. This is my little gift to myself for my birthday.  
5032 3543 d 6 h clevermouse /kernel/trunk/ don't rely on BIOS for returning to real mode  
5028 3546 d 21 h clevermouse /kernel/trunk/boot/ fix r5012  
5012 3560 d 7 h clevermouse /kernel/trunk/ speed up booting in some configurations  
4772 3674 d 20 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
 
4694 3687 d 18 h yogev_ezra /kernel/trunk/boot/ Make the Grammar-Nazis happy  
4624 3701 d 17 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 3805 d 22 h mario79 /kernel/trunk/ IDE DMA fix (SATA Native mode).  
4135 3832 d 21 h clevermouse /kernel/trunk/ beautify  
3999 3852 d 18 h mario79 /kernel/trunk/boot/ Fix for r.3989  
3989 3853 d 19 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 3859 d 12 h mario79 /kernel/trunk/boot/ This is a temporary fix for kernel. Just to avoid the situation of freezing the system after boot.  
3927 3870 d 21 h kaitz / Translation for estonian language and fixes.
Build folder for estonian language.
 
3797 3944 d 16 h mario79 /kernel/trunk/boot/ Full cleaning the text area before showing vmodes table. Fix for r.3777  
3796 3944 d 16 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  
3795 3944 d 17 h mario79 /kernel/trunk/boot/ Full cleaning of lines after output messages. Fix for r.3777  
3777 3946 d 18 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 3947 d 15 h mario79 /kernel/trunk/ Some fixes code for IDE controllers.  
3762 3949 d 11 h mario79 /kernel/trunk/ 1) Dynamic setting interrupts for IDE controller
2) Fixed problems with some hardware (eBox IDE Native mode and similar)
 
3760 3950 d 0 h hidnplayr /kernel/trunk/boot/ make 'A' key for boot settings work on azerty keyboards  
3759 3950 d 0 h clevermouse /kernel/trunk/boot/ shorten boot screen messages  
3757 3950 d 1 h clevermouse /kernel/trunk/boot/ fix [abcd] -> [abc] in boot screen  
3744 3952 d 20 h clevermouse /kernel/trunk/boot/ fix size in call for loading /hd*/*/kolibri.img  
3742 3953 d 1 h clevermouse /kernel/trunk/ support for PnP disks, part 4: move NTFS,EXT2,/hd*,/bd* to the new interface  
3712 3957 d 11 h mario79 /kernel/trunk/ 1) DMA LBA48 read and write for HDD
2) Some optimization of code
 
3711 3957 d 18 h clevermouse /kernel/trunk/ style fixes, no binary changes (style checker was sick for some time)