Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
10051 3 d 23 h ace_dent /kernel/trunk/ Remove $Revision$ from kernel file headers

- To better support git, remove SVN dependant `$Revision$` from file headers. This does *not* remove: the use of `__REV__` macro in `boostr.inc` and `kernel.asm`
- Header Copyright notices updated to 2024.
- Minimal white space cleanup (trailing spaces automatically removed).
- Note: `asmxygen.py` has a *large* amount of whitespace cleanup, due to incorrect line endings.
 
8111 1313 d 0 h dunkaist /kernel/trunk/ kernel: Split acpi.inc and hpet.inc from init.inc.

Also, replace some hardcoded constants with macros.
 
7734 1545 d 17 h dunkaist /kernel/trunk/boot/ kernel: Implement reboot via fixed Reset register in FADT table if available.

The code expects the register is in system_io space.
Other options are not implemented but it works on my computer (c).
 
7132 2352 d 12 h dunkaist /kernel/trunk/ Update BOOT_DATA structure and use it instead of all the BOOT_* vars.  
7129 2352 d 18 h dunkaist /kernel/trunk/ Split bootbios.asm and kernel.asm.

* Move bios-related part of kernel.asm before B32 label to
bootbios.asm file;
* Move bx_from_load, boot_dev and kernel_restart_bootblock variables
to BOOT_* 0x9000 block;
* Update Tupfile.lua, Makefile, build.bat, build.sh accordingly;
* Now bios and uefi loaders can jump to very first byte of the kernel.
 
7121 2370 d 14 h dunkaist /kernel/trunk/ Remove VRR code, mostly commented out anyway.  
6244 3020 d 12 h serge /kernel/trunk/ kernel: restart, reboot and power off  
5363 3425 d 18 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5130 3538 d 6 h serge /kernel/trunk/ kernel: kolibri-process merged into trunk. This is my little gift to myself for my birthday.  
5032 3572 d 3 h clevermouse /kernel/trunk/ don't rely on BIOS for returning to real mode  
2455 4456 d 21 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2288 4607 d 17 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
1962 4727 d 21 h clevermouse /kernel/ merge kolibri-cfg into trunk  
748 5941 d 9 h heavyiron / *Remove unneeded ps2mouse.inc and m_ps2.inc

*Remove 18.1 and 18.9.1 functions (sinse 465 revision they doesn't work), so CPU now use END application for reboot
NOTE: file ROSE.TXT don't used in kernel now and can be deleted from image

*New END application form Leency & Veliant
 
681 6008 d 20 h diamond /kernel/trunk/ shutdown code now correctly handles >128 Kb file kernel.mnt  
593 6148 d 0 h mikedld /kernel/trunk/ Revision numbering fix  
465 6248 d 8 h serge /kernel/trunk/ merge flat kernel  
431 6271 d 2 h serge /kernel/trunk/ copyrights  
425 6275 d 15 h victor /kernel/trunk/ added computing of current #revision for kernel *.inc and *.asm files  
424 6275 d 20 h spraid /kernel/trunk/  
381 6295 d 18 h serge /kernel/trunk/ replace all vars whith symbolic constants  
301 6325 d 22 h diamond /kernel/trunk/boot/ applied hint by Black_mirror for keyboard work after kernel restart  
227 6385 d 6 h serge /kernel/trunk/ 1)drivers version control
2)extended events format
3)ATI hardware cursor
 
224 6388 d 7 h serge /kernel/trunk/ fixed cursor clipping in 24bpp video mode  
183 6432 d 2 h diamond / Kernel: support for kernel packer
kfar: updated to 0.14 (warning when deleting)
 
143 6478 d 1 h diamond / bootcode.inc: fixed error in loader block checks
dev_hdcd.inc: increased delay in reset function
kernel.asm: now kernel loads system programs (vrr_m/launcher and cpu) via fn 70
shutdown.inc: corrected code of rose output
IR, VRR_M: modified to use function 70 + optimization
 
139 6481 d 1 h diamond / Kernel: rewritten function 4
@rcher, ac97wav, midamp, rtfread: modified to use function 70
 
117 6498 d 20 h mario79 /kernel/trunk/ 1. Optimization of the mode 320*200*256. Load on CPU is less. Small increase of speed.
2. Optimization of the mode 640*480*16. Substantial growth of speed.
3. At the expense of deleting the superfluous code from vga.inc the size of a kernel has decreased.
 
89 6548 d 3 h diamond /kernel/trunk/ Bugfixes: videomode 9; returned ebx in 70.1 for CD  
82 6575 d 4 h halyavin /kernel/trunk/ Now kernel can be compiled with fasm 1.66.  
79 6586 d 2 h diamond / Added APM interface disconnection before real-mode shutdown.
Optimized FIRE program: code size 690->474, now it fits in one sector;
memory requirements 0.5Mb -> 200Kb.
 
61 6642 d 4 h halyavin /kernel/trunk/ Return value of 58 function is corrected. Shutdown.inc optimized. Changes from diamond.  
46 6676 d 4 h halyavin /kernel/trunk/boot/ fixes of boot code from diamond for correct restarting from memory  
30 6730 d 3 h halyavin /kernel/trunk/boot/ Bug leading to crash during restart from memory fixed  
27 6756 d 22 h halyavin /kernel/trunk/boot/ Remapping IRQs to standart scheme in real mode during shutdown added.  
2 6806 d 10 h msu-se / moving to kernel directory  
1 6806 d 20 h ha /trunk/ Kolibri 5 initial checkout