Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
9958 74 d 16 h dunkaist / Switch to the unified (BIOS and UEFI) kernel image

The initial patch by bzt with my minor edits.
 
9941 188 d 1 h Doczom /kernel/trunk/ [KERNEL] Graphics subsystem has been redesigned:
- removed the old cursor and the code for its operation
- minor fixes in other kernel modules
- new fields have been added to the display_t structure for further refactoring of the graphics subsystem.
 
9930 222 d 21 h Doczom /kernel/trunk/ [KERNEL] The window subsystem has been redesigned:
-extended WDATA structures up to 128 bytes
-added the background_windows constant
-the draw_data array has been deleted
-APPDATA.window and WDATA.thread fields added
-minor fixes in the operation of external file system drivers
 
9925 280 d 14 h Doczom /kernel/trunk/ [KERNEL] fixed a bug in rev 9917  
9848 644 d 2 h rgimad /kernel/trunk/ [KERNEL] Use specific cursors for window borders  
9822 668 d 22 h dunkaist /kernel/trunk/ Sync language names and IDs for @taskbar, kernel and docs  
9813 686 d 20 h vitalkrilov /kernel/trunk/ kernel: fixed bug with loading DEVICES.DAT (appeared since r9756)  
9756 725 d 19 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 775 d 0 h Doczom /kernel/trunk/ small update copyright year in kernel  
9477 823 d 4 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 1015 d 8 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 1016 d 8 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 1076 d 9 h Coldy /kernel/trunk/ For DLL autoload  
8285 1213 d 17 h leency / Move VMODE to ISO (as it is useless without drivers that are on ISO)  
8092 1269 d 14 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 1273 d 5 h dunkaist / Replace some hardcoded /rd/1 paths with /sys.  
8085 1273 d 5 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 1501 d 15 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 1843 d 17 h dunkaist /kernel/trunk/ Check for Catalan language, fix 'ca' build.  
7601 1843 d 17 h dunkaist /kernel/trunk/ kernel: set syslang variable according to lang.inc.  

Show All