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 2323 d 7 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 2341 d 3 h dunkaist /kernel/trunk/ Remove VRR code, mostly commented out anyway.  
5363 3396 d 7 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
3539 3987 d 5 h clevermouse /kernel/trunk/ recode all kernel sources to UTF-8; binary still uses single-byte encoding and isn't changed at all  
2455 4427 d 11 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2288 4578 d 6 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
2261 4588 d 6 h mario79 /kernel/trunk/ Many fixes for blue boot screen  
1962 4698 d 10 h clevermouse /kernel/ merge kolibri-cfg into trunk  
750 5911 d 20 h victor /kernel/trunk/ Placed copyright and properties "svn: keywords Rev"  
713 5923 d 15 h Lrz /kernel/trunk/ add new choose of video mode  
593 6118 d 14 h mikedld /kernel/trunk/ Revision numbering fix  
586 6122 d 10 h serge /kernel/trunk/ From Ghost: calls to PCIBIOS services  
509 6188 d 14 h diamond /kernel/trunk/ more correct handling of bx_from_load var  
488 6195 d 8 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 6218 d 21 h serge /kernel/trunk/ merge flat kernel