Subversion Repositories Kolibri OS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
9977 79 d 19 h rgimad /kernel/trunk/ Change "mov reg, 0" to "xor reg, reg" where it's possible  
9958 114 d 14 h dunkaist / Switch to the unified (BIOS and UEFI) kernel image

The initial patch by bzt with my minor edits.
 
9942 227 d 20 h turbocat /kernel/trunk/ Fixed a "blue screen" hang when trying to write a configuration to a read-only device  
9286 901 d 16 h dunkaist /kernel/trunk/bootloader/uefi4kos/ uefi64kos: Fix reporting of file size  
9253 914 d 13 h dunkaist /kernel/trunk/bootloader/uefi4kos/ uefi64kos: Fix stack alignment on function calls.

It is a formal requirement of UEFI spec that the stack is to be aligned
on 16 bytes on all calls to service routines. I changed eficall macro to
fstcall one in my previous commit. Due to differences in macro logic
that change broke UEFI boot on some platforms that do care about stack
alignment. This commit should fix the issue.
 
9227 918 d 13 h dunkaist /kernel/trunk/ uefi64kos: Detect last PCI bus, use fastcall macro.

* Detect last PCI bus via PCI Root Bridge IO protocol (uefi64kos only).
* fastcall macro by Tomasz is much cleaner than eficall from osdev board.
 
8865 1056 d 7 h leency /kernel/trunk/bootloader/uefi4kos/ uefi/kolibri.ini: clarify /sys directory path  
8864 1056 d 17 h dunkaist /kernel/trunk/bootloader/uefi4kos/ uefi4kos: Disable debug output by default.  
8656 1132 d 20 h dunkaist /kernel/trunk/bootloader/uefi4kos/ uefi4kos: Make sure 32bit trampoline is below 4GiB

This fixes booting via uefi64kos on some systems.
 
8284 1253 d 22 h dunkaist /kernel/trunk/ uefi4kos: Fix boot and mouse pointer on some configurations.

UEFI firmware doesn't use VESA mode codes, so disable this check
for UEFI boot.
 
8220 1265 d 20 h dunkaist /kernel/trunk/bootloader/uefi4kos/ uefi4kos: Fix memmap conversion from uefi to e820 format.  
8206 1267 d 13 h dunkaist /kernel/trunk/bootloader/uefi4kos/ uefi4kos: Fix memmap_block_cnt and 32->64 bit sign extension in arithmetics.  
8175 1272 d 17 h dunkaist /kernel/trunk/ extended_primary_loader: Fix handling of 'resolution' option.  
8150 1277 d 22 h dunkaist / Add basic 32-bit UEFI loader.  
8117 1289 d 11 h dunkaist / kernel: Don't read acpi_dev_* vars that if uninitialized.

Currently only uefi4kos loader initializes these variables. May be one
day BIOS loaders will load DEVICES.DAT file and initialize these vars
too, may be one day we will detect APIC IRQs via ACPI. But not today.
 
8092 1309 d 12 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 1310 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.
 
7215 2227 d 9 h theonlymirage /kernel/trunk/bootloader/ Сlear direction flag for Phoenix BIOS (for correct printing of messages in real mode).  
7136 2330 d 14 h dunkaist /kernel/trunk/ Replace 'equ' macros with '=' ones.

They appear in symbols file.
They don't require parentheses.
They are shorter.
 
5363 3406 d 19 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5098 3525 d 0 h clevermouse / switch build system to Tup  
4851 3672 d 18 h mario79 /kernel/trunk/ Fix r.4850  
4850 3672 d 18 h mario79 /kernel/trunk/ Added the tag "Revision: XXXX" in some kernel files, to form the right number of revision at boot (blue boot screen).  
4441 3767 d 11 h Serge /kernel/trunk/bootloader/ grub4kos: print panic messages  
4440 3769 d 10 h Serge /kernel/trunk/bootloader/ grub4kos: works fine, at least in VMware and Bochs  
3598 3990 d 4 h clevermouse /kernel/trunk/ make macro for push imm/pop dst  
3539 3997 d 17 h clevermouse /kernel/trunk/ recode all kernel sources to UTF-8; binary still uses single-byte encoding and isn't changed at all  
3274 4087 d 21 h esevece /kernel/trunk/ Spanish translation (boot and kernel). Fix in makefile. Change name of booteng.inc to booten.inc  
2455 4437 d 23 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2288 4588 d 18 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
1962 4708 d 22 h clevermouse /kernel/ merge kolibri-cfg into trunk  
1738 4859 d 3 h clevermouse /kernel/trunk/bootloader/ fix parameters saving in floppy bootsector  
796 5852 d 20 h shurf /kernel/trunk/bootloader/ Added floppy FAT12 boot sector (kernel bootloader)