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 17 h 1 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.
 
8092 1325 d 4 h dunkaist / uefi4kos: Read config and kernel files from the disk.

* Now there is a config file with boot options, example included.
* Config, kernel and ramdisk are loaded from the disk, not compiled in.
* DEVICES.DAT file is also optionally loaded from the disk.
* Also, move the loader to /kernel/trunk/bootloader/uefi4kos.
 
8091 1326 d 15 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.
 
7121 2367 d 8 h dunkaist /kernel/trunk/ Remove VRR code, mostly commented out anyway.  
5363 3422 d 12 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
2288 4604 d 10 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
2261 4614 d 10 h mario79 /kernel/trunk/ Many fixes for blue boot screen  
1962 4724 d 15 h clevermouse /kernel/ merge kolibri-cfg into trunk  
1942 4741 d 21 h clevermouse /kernel/branches/kolibri-cfg/ kernel branch with configurable boot