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
8120 1284 d 3 h dunkaist /kernel/trunk/core/ Fix r8111 for APIC mode: Don't skip LAPIC initialization if already mapped.  
8117 1286 d 17 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 1291 d 7 h dunkaist /kernel/trunk/ kernel: Split acpi.inc and hpet.inc from init.inc.

Also, replace some hardcoded constants with macros.
 
8093 1300 d 18 h dunkaist /kernel/trunk/ Assert sizeof.APPDATA=256, use it instead of hardcoded 256 value.  
8092 1306 d 18 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.
 
8052 1388 d 7 h rgimad /kernel/trunk/ translate russian comments to english #3, no code changes  
8051 1389 d 23 h rgimad /kernel/trunk/ Translate russian comments to english #2 , no code changes  
8050 1390 d 5 h rgimad /kernel/trunk/core/ translate russian comments to english, no code changes  
8037 1423 d 8 h dunkaist /kernel/trunk/ Move slab allocator code from bus/usb/memory.inc to core/slab.inc.  
7968 1443 d 5 h hidnplayr /kernel/trunk/core/ ай-яй-яй: Fix #7967  
7967 1443 d 5 h hidnplayr /kernel/trunk/ User-land ring buffers.  
7965 1444 d 7 h hidnplayr /kernel/trunk/ Improved readability, no semantic changes.  
7830 1468 d 1 h pavelyakov /kernel/trunk/ Does not work stably :(  
7828 1468 d 2 h pavelyakov /kernel/trunk/ Core: new function sys array  
7733 1524 d 17 h dunkaist /kernel/trunk/ kernel: Support more than one I/O APIC and 24 interrupts.  
7327 2077 d 8 h pavelyakov / По решению администрации убрал функцию  
7325 2077 d 11 h pavelyakov /kernel/trunk/core/ Fixed error code and optimized function  
7323 2079 d 8 h pavelyakov /kernel/trunk/core/ Fixed error  
7322 2079 d 8 h pavelyakov /kernel/trunk/core/ Fix style  
7321 2079 d 8 h pavelyakov / Added KERNEL process  
7320 2079 d 11 h pavelyakov /kernel/trunk/core/ Added function checksum security  
7319 2079 d 21 h pavelyakov /kernel/trunk/core/ Added Implementation of the function in the system - EAX = 81  
7276 2183 d 21 h dunkaist / Enable xsave/xrstor, attempt 2.  
7199 2236 d 21 h dunkaist /kernel/trunk/core/ Disable xsave code until proper fix.  
7168 2258 d 5 h clevermouse /kernel/trunk/core/ revert FpuSave/FpuRestore to old implementations because existing drivers don't know about AVX, provide alternate exports AvxSaveSize/AvxSave/AvxRestore  
7165 2266 d 4 h clevermouse /kernel/trunk/ fix FPU after r7124 for other CPU configurations  
7164 2266 d 6 h clevermouse /kernel/trunk/core/ fix FPU after r7124  
7136 2327 d 20 h dunkaist /kernel/trunk/ Replace 'equ' macros with '=' ones.

They appear in symbols file.
They don't require parentheses.
They are shorter.
 
7133 2330 d 19 h dunkaist /kernel/trunk/core/ Add tests to autobuild: mtrrtest and test_malloc.  
7132 2330 d 19 h dunkaist /kernel/trunk/ Update BOOT_DATA structure and use it instead of all the BOOT_* vars.  
7124 2342 d 16 h dunkaist /kernel/trunk/ Use xsave/xrestor if available, enable AVX* instructions.  
7122 2347 d 23 h dunkaist /kernel/trunk/ Synchronize memmap.inc and const.inc, replace hardcoded numbers with macros.  
6974 2425 d 10 h 0CodErr /kernel/trunk/ remove unnecessary check  
6942 2458 d 5 h serge /kernel/trunk/core/ kernel: get_clock_ns() funny 96-bit arithmetic  
6941 2458 d 6 h serge /kernel/trunk/core/ kernel: get_clock_ns() correction  
6926 2514 d 22 h serge /kernel/trunk/ kernel: initial pipe() support  
6893 2548 d 14 h pathoswithin /kernel/trunk/ no need for manual heap initialization (68.11)  
6817 2685 d 22 h dunkaist /kernel/trunk/ Set CR0.AM bit

Allow applications to get Alignment Check exception
 
6798 2697 d 3 h pathoswithin /kernel/trunk/ proper unicode support  
6793 2703 d 8 h pathoswithin /kernel/trunk/core/ fix corruption of process termination output