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
8091 1299 d 5 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 1301 d 9 h dunkaist /kernel/trunk/ kernel: don't use ramdisk if asked.

The blue screen is not aware of this option.
 
8086 1301 d 9 h dunkaist /kernel/trunk/ Fix random boot issue: 'Failed to start first app'

Access to BOOT.dev variable was sometimes done with obsolete
offset from non-flat-kernel ages. If you are unlucky, the ramdisk
is not loaded and launcher app is not started.
 
7734 1515 d 0 h dunkaist /kernel/trunk/boot/ kernel: Implement reboot via fixed Reset register in FADT table if available.

The code expects the register is in system_io space.
Other options are not implemented but it works on my computer (c).
 
7731 1515 d 17 h dunkaist /kernel/trunk/boot/ uefi4kos: Increase the number of searched PCI buses.  
7692 1689 d 3 h kaitz /kernel/trunk/boot/ et translation  
7586 1888 d 23 h dunkaist /kernel/trunk/ Do not hardcode preboot timeout, use PREBOOT_TIMEOUT macro.  
7136 2318 d 21 h dunkaist /kernel/trunk/ Replace 'equ' macros with '=' ones.

They appear in symbols file.
They don't require parentheses.
They are shorter.
 
7132 2321 d 19 h dunkaist /kernel/trunk/ Update BOOT_DATA structure and use it instead of all the BOOT_* vars.  
7130 2322 d 1 h dunkaist / Add UEFI stuff.  
7129 2322 d 1 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 2339 d 0 h dunkaist /kernel/trunk/ Synchronize memmap.inc and const.inc, replace hardcoded numbers with macros.  
7121 2339 d 21 h dunkaist /kernel/trunk/ Remove VRR code, mostly commented out anyway.  
7114 2348 d 12 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 2989 d 20 h serge /kernel/trunk/ kernel: restart, reboot and power off  
5790 3156 d 15 h serge /kernel/trunk/boot/ Kernel: fix stack selector  
5786 3157 d 7 h serge /kernel/trunk/boot/ Kernel: set proper stack pointer value for kernel bootloader.  
5363 3395 d 2 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5169 3460 d 4 h hidnplayr /kernel/trunk/boot/ Prefer 32bpp over 24bpp over 16bpp as default video mode.  
5167 3460 d 6 h hidnplayr /kernel/trunk/boot/ Prefer 16bpp mode over VGA as default video mode.  

Show All