Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
9848 701 d 8 h rgimad /kernel/trunk/ [KERNEL] Use specific cursors for window borders  
9822 726 d 4 h dunkaist /kernel/trunk/ Sync language names and IDs for @taskbar, kernel and docs  
9813 744 d 2 h vitalkrilov /kernel/trunk/ kernel: fixed bug with loading DEVICES.DAT (appeared since r9756)  
9756 783 d 0 h vitalkrilov /kernel/trunk/ kernel: changed "/rd/1" to "/sys" (at least for returning normal work in UEFI mode with non-ramdisk "/sys" directory)
docs of kernel (rus, SysFn68-16): changed "/rd/1" to "/sys" (like in ENG version; I guess writer meant "/sys")
 
9715 832 d 6 h Doczom /kernel/trunk/ small update copyright year in kernel  
9477 880 d 10 h rgimad /kernel/trunk/ [KERNEL] Move sysfn 1, 4, 13, 38 implementations from kernel.asm to window.inc
Fix comments style in window.inc
Cleanup some outdated & unused commented stuff in data32.inc
 
8869 1072 d 14 h rgimad /kernel/trunk/ [KERNEL] #3 Preparing to merge legacy TASKDATA into APPDATA:
- get rid of CURRENT_TASK
- to APPDATA added new fields which will be used instead of TASKDATA's
- other small fixes
 
8866 1073 d 13 h rgimad /kernel/trunk/ [KERNEL] Preparing to merge legacy TASKDATA into APPDATA:
- now doesnt use TASK_COUNT, now uses [thread_count] global instead of it
- update come copyrights
 
8671 1133 d 15 h Coldy /kernel/trunk/ For DLL autoload  
8285 1270 d 22 h leency / Move VMODE to ISO (as it is useless without drivers that are on ISO)  
8092 1326 d 20 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.
 
8088 1330 d 11 h dunkaist / Replace some hardcoded /rd/1 paths with /sys.  
8085 1330 d 11 h dunkaist /kernel/trunk/ Edit memmap to increase space for the kernel.

Move TMP_STACK_TOP and sys_proc higher.
Add a static assert to save some time in the future.
 
7721 1558 d 21 h dunkaist /kernel/trunk/ kernel: Move endofcode label after diff16 macro.

This is done so I could redefine diff16 macro to start .bss section
just before uninitialized data.
 
7603 1900 d 23 h dunkaist /kernel/trunk/ Check for Catalan language, fix 'ca' build.  
7601 1900 d 23 h dunkaist /kernel/trunk/ kernel: set syslang variable according to lang.inc.  
7522 2030 d 23 h dunkaist /kernel/trunk/ Fix kernel crash on high screen resolution.

Increase MAX_SCREEN_WIDTH=3840 and MAX_SCREEN_HEIGHT=2160.
Replace hardcoded numbers with macros, add runtime checks.
 
7276 2203 d 23 h dunkaist / Enable xsave/xrstor, attempt 2.  
7165 2286 d 7 h clevermouse /kernel/trunk/ fix FPU after r7124 for other CPU configurations  
7136 2347 d 22 h dunkaist /kernel/trunk/ Replace 'equ' macros with '=' ones.

They appear in symbols file.
They don't require parentheses.
They are shorter.
 
7124 2362 d 18 h dunkaist /kernel/trunk/ Use xsave/xrestor if available, enable AVX* instructions.  
7121 2368 d 23 h dunkaist /kernel/trunk/ Remove VRR code, mostly commented out anyway.  
6843 2680 d 23 h dunkaist /kernel/trunk/ Return capacity and bytes per sector of bios disks

This patch makes bd_querymedia return valid Capacity and SectorSize
values. Bios disks detection code saves the values to extended
BiosDiskData structure, bd_querymedia copies them to DISKMEDIAINFO.
 
6663 2759 d 9 h clevermouse /kernel/trunk/ revert r6629: failed mtrr configuration can lead to terrible performance, it must be as visible as possible  
6585 2783 d 12 h pathoswithin /kernel/trunk/ fix click on window activation, fix background redraw, cleaning  
6333 2994 d 17 h serge /kernel/trunk/ kernel: new app loader  
6318 2996 d 19 h serge /kernel/trunk/ kernel: minor cleaning  
6263 3016 d 13 h serge /kernel/trunk/ kernel: framebuffers code  
6244 3018 d 21 h serge /kernel/trunk/ kernel: restart, reboot and power off  
5569 3264 d 5 h Pathoswithin /kernel/trunk/ speed up IDE operations  
5363 3424 d 3 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5360 3426 d 0 h serge /kernel/trunk/ kernel: enable write combined memory type  
5356 3426 d 9 h serge /kernel/trunk/ kernel: update PTE bits  
5351 3427 d 5 h serge / kernel: combine display related data in one structure  
5350 3427 d 6 h serge /kernel/trunk/ kernel: remove Screen_Max_X and Screen_Max_Y variables  
5154 3492 d 6 h hidnplayr /kernel/trunk/ Support for 16bpp video modes (usefull for embedded devices such as 86duino with vortex86 VGA)  
5130 3536 d 15 h serge /kernel/trunk/ kernel: kolibri-process merged into trunk. This is my little gift to myself for my birthday.  
5088 3551 d 11 h clevermouse /kernel/trunk/ remove support for COFF drivers  
5057 3560 d 14 h clevermouse / fix SB16 driver broken in r3727, convert to PE  
5044 3565 d 13 h clevermouse / convert tmpdisk and ps2mouse to PE