Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
10051 1 h 32 m ace_dent /kernel/trunk/ Remove $Revision$ from kernel file headers

- To better support git, remove SVN dependant `$Revision$` from file headers. This does *not* remove: the use of `__REV__` macro in `boostr.inc` and `kernel.asm`
- Header Copyright notices updated to 2024.
- Minimal white space cleanup (trailing spaces automatically removed).
- Note: `asmxygen.py` has a *large* amount of whitespace cleanup, due to incorrect line endings.
 
9249 929 d 16 h Boppan /kernel/trunk/ [KERNEL] Add test framework  
8091 1325 d 23 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.
 
8089 1328 d 3 h dunkaist /kernel/trunk/ kernel: don't use ramdisk if asked.

The blue screen is not aware of this option.
 
7586 1915 d 18 h dunkaist /kernel/trunk/ Do not hardcode preboot timeout, use PREBOOT_TIMEOUT macro.  
7129 2348 d 20 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 2366 d 16 h dunkaist /kernel/trunk/ Remove VRR code, mostly commented out anyway.  
5363 3421 d 20 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
3777 3971 d 17 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".
 
2643 4412 d 7 h clevermouse /kernel/trunk/ support for PnP disks, part 3: FAT16/FAT32  
2455 4452 d 23 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2288 4603 d 19 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
2261 4613 d 18 h mario79 /kernel/trunk/ Many fixes for blue boot screen  
1962 4723 d 23 h clevermouse /kernel/ merge kolibri-cfg into trunk  
767 5925 d 3 h diamond /kernel/trunk/ Restored text "All set - press ESC to start" because it is useful for debugging (when one needs to view log)  
764 5926 d 9 h Rus /kernel/trunk/ Deleted unnecessary text "All set - press ESC to start" and accompanying code. I hope it's really unnecessary.)  
749 5937 d 10 h Lrz /kernel/trunk/ fixed bug in blue screen and add hardware cursor for ATI mobility 7500 card test on IBM Think Pad R51  
746 5938 d 5 h Lrz /kernel/trunk/boot/ blue screen: save selected resolution instead of VESA mode number (thanks to Serge)  
709 5952 d 1 h diamond /kernel/trunk/ * V86 manager
* support of drives visible by BIOS through V86 mode
* shutdown fixes
* background redraw fixes
* when booting from CD/DVD, load all floppy by tracks, not only used sectors
 
593 6144 d 2 h mikedld /kernel/trunk/ Revision numbering fix  
545 6184 d 1 h spraid /kernel/trunk/boot/ added variant for d (preload) - 4-format ram disk
(need when ram disk not loading and not linked)
for example - loading from cdorm
 
514 6211 d 3 h diamond /kernel/trunk/ * unknown/unsupported videomode at boot leads to return in config manager
* boot config manager now allows to totally disable DMA access to HD
 
465 6244 d 10 h serge /kernel/trunk/ merge flat kernel  
431 6267 d 4 h serge /kernel/trunk/ copyrights  
425 6271 d 17 h victor /kernel/trunk/ added computing of current #revision for kernel *.inc and *.asm files  
346 6307 d 0 h diamond /kernel/trunk/ Kernel updated to 0.6.5.0  
202 6413 d 0 h diamond /kernel/trunk/ Kernel updated to 0.6.3.0  
152 6455 d 6 h heavyiron /kernel/ Scripts now deletes lang.inc after compiling kernel.
Removed tabs from code (preboot.inc)
 
151 6455 d 23 h hidnplayr /kernel/trunk/boot/ clean up  
29 6734 d 8 h halyavin /kernel/ *Improved boot code
*Tag for kolibri 0.5.2.1 created
 
5 6796 d 11 h halyavin /kernel/trunk/ Mario79 fixes:
Application can determine own path now.
Some boot messages changed (it is version Kolibri 5.1.0 now).
Some rd functions updated (thanks to michael).
Switch to another bank-switching procedure.
 
2 6802 d 12 h msu-se / moving to kernel directory  
1 6802 d 22 h ha /trunk/ Kolibri 5 initial checkout