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 4 d 22 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 23 h dunkaist /kernel/trunk/ kernel: Split acpi.inc and hpet.inc from init.inc.

Also, replace some hardcoded constants with macros.
 
7734 1546 d 16 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 2353 d 11 h dunkaist /kernel/trunk/ Update BOOT_DATA structure and use it instead of all the BOOT_* vars.  
7129 2353 d 17 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 2371 d 13 h dunkaist /kernel/trunk/ Remove VRR code, mostly commented out anyway.  
6244 3021 d 12 h serge /kernel/trunk/ kernel: restart, reboot and power off  
5363 3426 d 17 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5130 3539 d 6 h serge /kernel/trunk/ kernel: kolibri-process merged into trunk. This is my little gift to myself for my birthday.  
5032 3573 d 2 h clevermouse /kernel/trunk/ don't rely on BIOS for returning to real mode  
2455 4457 d 21 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2288 4608 d 16 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
1962 4728 d 20 h clevermouse /kernel/ merge kolibri-cfg into trunk  
748 5942 d 8 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 6009 d 19 h diamond /kernel/trunk/ shutdown code now correctly handles >128 Kb file kernel.mnt  
593 6149 d 0 h mikedld /kernel/trunk/ Revision numbering fix  
465 6249 d 7 h serge /kernel/trunk/ merge flat kernel  
431 6272 d 1 h serge /kernel/trunk/ copyrights  
425 6276 d 15 h victor /kernel/trunk/ added computing of current #revision for kernel *.inc and *.asm files  
424 6276 d 19 h spraid /kernel/trunk/  
381 6296 d 17 h serge /kernel/trunk/ replace all vars whith symbolic constants  
301 6326 d 21 h diamond /kernel/trunk/boot/ applied hint by Black_mirror for keyboard work after kernel restart  
227 6386 d 5 h serge /kernel/trunk/ 1)drivers version control
2)extended events format
3)ATI hardware cursor
 
224 6389 d 6 h serge /kernel/trunk/ fixed cursor clipping in 24bpp video mode  
183 6433 d 1 h diamond / Kernel: support for kernel packer
kfar: updated to 0.14 (warning when deleting)
 
143 6479 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 6482 d 0 h diamond / Kernel: rewritten function 4
@rcher, ac97wav, midamp, rtfread: modified to use function 70
 
117 6499 d 19 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 6549 d 2 h diamond /kernel/trunk/ Bugfixes: videomode 9; returned ebx in 70.1 for CD  
82 6576 d 3 h halyavin /kernel/trunk/ Now kernel can be compiled with fasm 1.66.  
79 6587 d 1 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 6643 d 4 h halyavin /kernel/trunk/ Return value of 58 function is corrected. Shutdown.inc optimized. Changes from diamond.  
46 6677 d 4 h halyavin /kernel/trunk/boot/ fixes of boot code from diamond for correct restarting from memory  
30 6731 d 2 h halyavin /kernel/trunk/boot/ Bug leading to crash during restart from memory fixed  
27 6757 d 21 h halyavin /kernel/trunk/boot/ Remapping IRQs to standart scheme in real mode during shutdown added.  
2 6807 d 9 h msu-se / moving to kernel directory  
1 6807 d 20 h ha /trunk/ Kolibri 5 initial checkout