Subversion Repositories Kolibri OS

Rev

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

Filtering Options

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

The initial patch by bzt with my minor edits.
 
9715 819 d 18 h Doczom /kernel/trunk/ small update copyright year in kernel  
8120 1291 d 17 h dunkaist /kernel/trunk/core/ Fix r8111 for APIC mode: Don't skip LAPIC initialization if already mapped.  
8117 1294 d 7 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.
 
8111 1298 d 21 h dunkaist /kernel/trunk/ kernel: Split acpi.inc and hpet.inc from init.inc.

Also, replace some hardcoded constants with macros.
 
8092 1314 d 8 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.
 
7733 1532 d 7 h dunkaist /kernel/trunk/ kernel: Support more than one I/O APIC and 24 interrupts.  
7136 2335 d 10 h dunkaist /kernel/trunk/ Replace 'equ' macros with '=' ones.

They appear in symbols file.
They don't require parentheses.
They are shorter.
 
6942 2465 d 19 h serge /kernel/trunk/core/ kernel: get_clock_ns() funny 96-bit arithmetic  
6941 2465 d 20 h serge /kernel/trunk/core/ kernel: get_clock_ns() correction  
6590 2767 d 17 h serge /kernel/trunk/ kernel: export acpi root table pointer  
5791 3172 d 23 h serge /kernel/trunk/ Kernel: use 22.10 fixed point arithmetic in HPET timestamp calculation.  
5787 3173 d 20 h serge /kernel/trunk/ Kernel: Initial HPET support  
5363 3411 d 15 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5359 3413 d 19 h serge /kernel/trunk/ kernel: total globalization  
5356 3413 d 20 h serge /kernel/trunk/ kernel: update PTE bits  
4850 3677 d 14 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).  
3751 3966 d 2 h Serge /kernel/trunk/core/ kernel: apic hotfix from CleverMouse  
3320 4087 d 0 h clevermouse /kernel/trunk/ fix r2601  
2455 4442 d 18 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2443 4446 d 19 h Serge /kernel/trunk/ trunk: print cpu count on the debug board  
2288 4593 d 13 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
2231 4615 d 18 h Serge /kernel/trunk/ merge apic code  
2167 4628 d 0 h serge /kernel/trunk/ merge kolibri_acpi #2156  
2118 4644 d 2 h serge /kernel/trunk/ move PIC functions into separate file