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
8248 1250 d 2 h rgimad /kernel/trunk/ fix prior  
8247 1250 d 3 h rgimad /kernel/trunk/ SysFn 18.13 security fix: now apps cannot destroy kernel memory via passing illegal address in ecx

Update docs on SysFn 18.13
 
8246 1250 d 21 h rgimad /kernel/trunk/ SysFn 9 security fix: now apps cannot destroy kernel memory via passing illegal address in ebx

Update docs on SysFn 9
 
8216 1256 d 20 h rgimad /kernel/trunk/ fix is_region_userspace (worked incorrectly for e.g 0xFFFFFFFF)  
8176 1262 d 17 h dunkaist /kernel/trunk/ Fix r8139: delay_ms was 10x slower when using HPET.  
8160 1266 d 23 h rgimad /kernel/trunk/ added is_region_userspace, fix sysfn 26.2 address security checks  
8158 1267 d 16 h rgimad /kernel/trunk/ SysFn 26.2 security fix: now apps cannot destroy kernel memory via passing illegal address to this sysfn  
8139 1268 d 20 h dunkaist /kernel/trunk/ kernel: Make delay_ms use HPET when available.

I got a laptop that has timer on channel 1 of PIT that doesn't tick.
 
8119 1277 d 20 h dunkaist /kernel/trunk/ fix r8111: Map acpi_apic_base page before access.  
8111 1284 d 1 h dunkaist /kernel/trunk/ kernel: Split acpi.inc and hpet.inc from init.inc.

Also, replace some hardcoded constants with macros.
 
8093 1293 d 13 h dunkaist /kernel/trunk/ Assert sizeof.APPDATA=256, use it instead of hardcoded 256 value.  
8092 1299 d 12 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.
 
8091 1300 d 23 h dunkaist / Add extended_primary_loader to autobuild.

* Build fat1x, fat32, cdfs, after_win loaders.
* Set use_lba=1 by default in fat32 loader.
* Build kolibri.raw: flash / hdd image.
* Add example config.ini file.
* Add an option (config file and screen) to not load ramdisk image.
* Add an option (config file only) to set /sys path.

Now you can boot without a ramdisk from a storage that is supported
by the kernel itself, i.e. without loadable drivers. Thus you can not
load the system without a ramdisk from SATA/AHCI and USB drives.
 
8089 1303 d 3 h dunkaist /kernel/trunk/ kernel: don't use ramdisk if asked.

The blue screen is not aware of this option.
 
8087 1303 d 3 h dunkaist /kernel/trunk/ Initialize APPDATA.{fd,bk}_ev fields for kernel threads.

This prevents crash in event.inc:RemoveEventTo because of
zero pointer dereference.
 
8086 1303 d 3 h dunkaist /kernel/trunk/ Fix random boot issue: 'Failed to start first app'

Access to BOOT.dev variable was sometimes done with obsolete
offset from non-flat-kernel ages. If you are unlucky, the ramdisk
is not loaded and launcher app is not started.
 
7965 1437 d 2 h hidnplayr /kernel/trunk/ Improved readability, no semantic changes.  
7733 1517 d 11 h dunkaist /kernel/trunk/ kernel: Support more than one I/O APIC and 24 interrupts.  
7598 1873 d 18 h dunkaist /kernel/trunk/ Fix compilation with extended_primary_loader.  
7276 2176 d 15 h dunkaist / Enable xsave/xrstor, attempt 2.  
7165 2258 d 23 h clevermouse /kernel/trunk/ fix FPU after r7124 for other CPU configurations  
7136 2320 d 15 h dunkaist /kernel/trunk/ Replace 'equ' macros with '=' ones.

They appear in symbols file.
They don't require parentheses.
They are shorter.
 
7132 2323 d 13 h dunkaist /kernel/trunk/ Update BOOT_DATA structure and use it instead of all the BOOT_* vars.  
7129 2323 d 19 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.
 
7124 2335 d 10 h dunkaist /kernel/trunk/ Use xsave/xrestor if available, enable AVX* instructions.  
7122 2340 d 18 h dunkaist /kernel/trunk/ Synchronize memmap.inc and const.inc, replace hardcoded numbers with macros.  
7121 2341 d 15 h dunkaist /kernel/trunk/ Remove VRR code, mostly commented out anyway.  
6843 2653 d 15 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.
 
6817 2678 d 16 h dunkaist /kernel/trunk/ Set CR0.AM bit

Allow applications to get Alignment Check exception
 
6800 2687 d 12 h pathoswithin /kernel/trunk/ more unicode functions  
6593 2751 d 22 h serge /kernel/trunk/ kernel: fix for #5350  
6585 2756 d 4 h pathoswithin /kernel/trunk/ fix click on window activation, fix background redraw, cleaning  
6502 2801 d 20 h pathoswithin /kernel/trunk/ UTF-8 file path input, unicode names for apps and libs  
6501 2801 d 20 h pathoswithin /kernel/trunk/ onscreen log output fix  
6464 2829 d 4 h pathoswithin /kernel/trunk/ sysfunction 70 cleaning  
6333 2967 d 10 h serge /kernel/trunk/ kernel: new app loader  
6272 2988 d 16 h pathoswithin /kernel/trunk/ update sysfunction 47  
6263 2989 d 6 h serge /kernel/trunk/ kernel: framebuffers code  
6244 2991 d 14 h serge /kernel/trunk/ kernel: restart, reboot and power off  
6122 3007 d 20 h hidnplayr /kernel/trunk/ IPv4: Dont crash when there is no route to host.