Subversion Repositories Kolibri OS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
9715 774 d 21 h Doczom /kernel/trunk/ small update copyright year in kernel  
8091 1270 d 22 h dunkaist / Add extended_primary_loader to autobuild.

* Build fat1x, fat32, cdfs, after_win loaders.
* Set use_lba=1 by default in fat32 loader.
* Build kolibri.raw: flash / hdd image.
* Add example config.ini file.
* Add an option (config file and screen) to not load ramdisk image.
* Add an option (config file only) to set /sys path.

Now you can boot without a ramdisk from a storage that is supported
by the kernel itself, i.e. without loadable drivers. Thus you can not
load the system without a ramdisk from SATA/AHCI and USB drives.
 
7129 2293 d 18 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 2311 d 14 h dunkaist /kernel/trunk/ Remove VRR code, mostly commented out anyway.  
5363 3366 d 18 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
3539 3957 d 16 h clevermouse /kernel/trunk/ recode all kernel sources to UTF-8; binary still uses single-byte encoding and isn't changed at all  
2455 4397 d 22 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2288 4548 d 17 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
2261 4558 d 17 h mario79 /kernel/trunk/ Many fixes for blue boot screen  
1962 4668 d 21 h clevermouse /kernel/ merge kolibri-cfg into trunk  
750 5882 d 7 h victor /kernel/trunk/ Placed copyright and properties "svn: keywords Rev"  
713 5894 d 2 h Lrz /kernel/trunk/ add new choose of video mode  
593 6089 d 1 h mikedld /kernel/trunk/ Revision numbering fix  
586 6092 d 21 h serge /kernel/trunk/ From Ghost: calls to PCIBIOS services  
509 6159 d 1 h diamond /kernel/trunk/ more correct handling of bx_from_load var  
488 6165 d 19 h spraid /kernel/trunk/ loading libs for kernel
loading from HD
inifiles.asm (not completed, using with kernel to load sys.conf)
parse file names
%sys% may be system directory for programs (70 function)
 
465 6189 d 8 h serge /kernel/trunk/ merge flat kernel