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
8866 1047 d 1 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 1107 d 2 h Coldy /kernel/trunk/ For DLL autoload  
8285 1244 d 10 h leency / Move VMODE to ISO (as it is useless without drivers that are on ISO)  
8092 1300 d 7 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 1303 d 22 h dunkaist / Replace some hardcoded /rd/1 paths with /sys.  
8085 1303 d 22 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 1532 d 8 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 1874 d 10 h dunkaist /kernel/trunk/ Check for Catalan language, fix 'ca' build.  
7601 1874 d 10 h dunkaist /kernel/trunk/ kernel: set syslang variable according to lang.inc.  
7522 2004 d 11 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 2177 d 10 h dunkaist / Enable xsave/xrstor, attempt 2.  
7165 2259 d 18 h clevermouse /kernel/trunk/ fix FPU after r7124 for other CPU configurations  
7136 2321 d 10 h dunkaist /kernel/trunk/ Replace 'equ' macros with '=' ones.

They appear in symbols file.
They don't require parentheses.
They are shorter.
 
7124 2336 d 5 h dunkaist /kernel/trunk/ Use xsave/xrestor if available, enable AVX* instructions.  
7121 2342 d 11 h dunkaist /kernel/trunk/ Remove VRR code, mostly commented out anyway.  
6843 2654 d 11 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 2732 d 21 h clevermouse /kernel/trunk/ revert r6629: failed mtrr configuration can lead to terrible performance, it must be as visible as possible  
6585 2756 d 23 h pathoswithin /kernel/trunk/ fix click on window activation, fix background redraw, cleaning  
6333 2968 d 5 h serge /kernel/trunk/ kernel: new app loader  
6318 2970 d 7 h serge /kernel/trunk/ kernel: minor cleaning  

Show All