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 2 d 18 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 1311 d 19 h dunkaist /kernel/trunk/ kernel: Split acpi.inc and hpet.inc from init.inc.

Also, replace some hardcoded constants with macros.
 
7734 1544 d 12 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 2351 d 7 h dunkaist /kernel/trunk/ Update BOOT_DATA structure and use it instead of all the BOOT_* vars.  
7129 2351 d 13 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 2369 d 9 h dunkaist /kernel/trunk/ Remove VRR code, mostly commented out anyway.  
6244 3019 d 8 h serge /kernel/trunk/ kernel: restart, reboot and power off  
5363 3424 d 13 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5130 3537 d 2 h serge /kernel/trunk/ kernel: kolibri-process merged into trunk. This is my little gift to myself for my birthday.  
5032 3570 d 22 h clevermouse /kernel/trunk/ don't rely on BIOS for returning to real mode  
2455 4455 d 17 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2288 4606 d 12 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
1962 4726 d 16 h clevermouse /kernel/ merge kolibri-cfg into trunk  
748 5940 d 4 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 6007 d 15 h diamond /kernel/trunk/ shutdown code now correctly handles >128 Kb file kernel.mnt  
593 6146 d 20 h mikedld /kernel/trunk/ Revision numbering fix  
465 6247 d 3 h serge /kernel/trunk/ merge flat kernel  
431 6269 d 21 h serge /kernel/trunk/ copyrights  
425 6274 d 11 h victor /kernel/trunk/ added computing of current #revision for kernel *.inc and *.asm files  
424 6274 d 15 h spraid /kernel/trunk/  
381 6294 d 13 h serge /kernel/trunk/ replace all vars whith symbolic constants  
301 6324 d 17 h diamond /kernel/trunk/boot/ applied hint by Black_mirror for keyboard work after kernel restart  
227 6384 d 1 h serge /kernel/trunk/ 1)drivers version control
2)extended events format
3)ATI hardware cursor
 
224 6387 d 2 h serge /kernel/trunk/ fixed cursor clipping in 24bpp video mode  
183 6430 d 21 h diamond / Kernel: support for kernel packer
kfar: updated to 0.14 (warning when deleting)
 
143 6476 d 21 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 6479 d 20 h diamond / Kernel: rewritten function 4
@rcher, ac97wav, midamp, rtfread: modified to use function 70
 
117 6497 d 15 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 6546 d 22 h diamond /kernel/trunk/ Bugfixes: videomode 9; returned ebx in 70.1 for CD  
82 6573 d 23 h halyavin /kernel/trunk/ Now kernel can be compiled with fasm 1.66.  
79 6584 d 21 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 6641 d 0 h halyavin /kernel/trunk/ Return value of 58 function is corrected. Shutdown.inc optimized. Changes from diamond.  
46 6675 d 0 h halyavin /kernel/trunk/boot/ fixes of boot code from diamond for correct restarting from memory  
30 6728 d 22 h halyavin /kernel/trunk/boot/ Bug leading to crash during restart from memory fixed  
27 6755 d 17 h halyavin /kernel/trunk/boot/ Remapping IRQs to standart scheme in real mode during shutdown added.  
2 6805 d 5 h msu-se / moving to kernel directory  
1 6805 d 16 h ha /trunk/ Kolibri 5 initial checkout