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
8224 1255 d 1 h dunkaist /kernel/trunk/ Fix hardcoded $Revision: XXXX$ values.  
8175 1263 d 7 h dunkaist /kernel/trunk/ extended_primary_loader: Fix handling of 'resolution' option.  
8111 1284 d 15 h dunkaist /kernel/trunk/ kernel: Split acpi.inc and hpet.inc from init.inc.

Also, replace some hardcoded constants with macros.
 
8092 1300 d 1 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 1301 d 12 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 1303 d 16 h dunkaist /kernel/trunk/ kernel: don't use ramdisk if asked.

The blue screen is not aware of this option.
 
8086 1303 d 17 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 1517 d 7 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 1518 d 1 h dunkaist /kernel/trunk/boot/ uefi4kos: Increase the number of searched PCI buses.  
7692 1691 d 10 h kaitz /kernel/trunk/boot/ et translation  
7586 1891 d 6 h dunkaist /kernel/trunk/ Do not hardcode preboot timeout, use PREBOOT_TIMEOUT macro.  
7136 2321 d 4 h dunkaist /kernel/trunk/ Replace 'equ' macros with '=' ones.

They appear in symbols file.
They don't require parentheses.
They are shorter.
 
7132 2324 d 3 h dunkaist /kernel/trunk/ Update BOOT_DATA structure and use it instead of all the BOOT_* vars.  
7130 2324 d 8 h dunkaist / Add UEFI stuff.  
7129 2324 d 9 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 2341 d 7 h dunkaist /kernel/trunk/ Synchronize memmap.inc and const.inc, replace hardcoded numbers with macros.  
7121 2342 d 5 h dunkaist /kernel/trunk/ Remove VRR code, mostly commented out anyway.  
7114 2350 d 19 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 2992 d 3 h serge /kernel/trunk/ kernel: restart, reboot and power off  
5790 3158 d 22 h serge /kernel/trunk/boot/ Kernel: fix stack selector  
5786 3159 d 14 h serge /kernel/trunk/boot/ Kernel: set proper stack pointer value for kernel bootloader.  
5363 3397 d 9 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5169 3462 d 12 h hidnplayr /kernel/trunk/boot/ Prefer 32bpp over 24bpp over 16bpp as default video mode.  
5167 3462 d 13 h hidnplayr /kernel/trunk/boot/ Prefer 16bpp mode over VGA as default video mode.  
5154 3465 d 12 h hidnplayr /kernel/trunk/ Support for 16bpp video modes (usefull for embedded devices such as 86duino with vortex86 VGA)  
5130 3509 d 21 h serge /kernel/trunk/ kernel: kolibri-process merged into trunk. This is my little gift to myself for my birthday.  
5032 3543 d 18 h clevermouse /kernel/trunk/ don't rely on BIOS for returning to real mode  
5028 3547 d 8 h clevermouse /kernel/trunk/boot/ fix r5012  
5012 3560 d 18 h clevermouse /kernel/trunk/ speed up booting in some configurations  
4772 3675 d 7 h mario79 /kernel/trunk/ Fix for IDE devices:
1) Restore broken HD load for ramdisk image
2) Check of support UDMA mode for disk devices before initialization channel of IDE controller
 
4694 3688 d 5 h yogev_ezra /kernel/trunk/boot/ Make the Grammar-Nazis happy  
4624 3702 d 5 h mario79 /kernel/trunk/ IDE DMA
1) No more 16-bit code, all the code in 32-bit mode
2) Expansion of the data output about modes of IDE devices
 
4291 3806 d 9 h mario79 /kernel/trunk/ IDE DMA fix (SATA Native mode).  
4135 3833 d 8 h clevermouse /kernel/trunk/ beautify  
3999 3853 d 6 h mario79 /kernel/trunk/boot/ Fix for r.3989  
3989 3854 d 6 h yogev_ezra /kernel/trunk/boot/ Allow pressing ESC in boot screen to cancel selection without making a choice. Add more information on which options to choose and link to http://board.kolibrios.org to report bugs.  
3964 3860 d 0 h mario79 /kernel/trunk/boot/ This is a temporary fix for kernel. Just to avoid the situation of freezing the system after boot.  
3927 3871 d 9 h kaitz / Translation for estonian language and fixes.
Build folder for estonian language.
 
3797 3945 d 4 h mario79 /kernel/trunk/boot/ Full cleaning the text area before showing vmodes table. Fix for r.3777  
3796 3945 d 4 h yogev_ezra /kernel/trunk/boot/ Correct English, Spanish and German messages string length in blue screen to fit into one line. Add some comments to bootcode.inc