Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
9019 1046 d 9 h rgimad /kernel/branches/kolibri-ahci/ Create kolibri-ahci branch  
8914 1062 d 9 h rgimad /kernel/trunk/ fix previous  
8912 1062 d 9 h rgimad /kernel/trunk/ [KERNEL] Temporarily disable checks added in #8680.
More info in comments to syscall_file_system_lfn
 
8869 1066 d 21 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
 
8680 1120 d 9 h rgimad /kernel/trunk/ fixed multiple vulnerabilities in sysfn70 caused by absence of user addresses check  
8676 1122 d 9 h rgimad /kernel/trunk/fs/ fixed vulnerability (kernel memory rewrite) in sysfn 30.2 and 30.5  
8091 1322 d 13 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 1324 d 17 h dunkaist /kernel/trunk/ kernel: don't use ramdisk if asked.

The blue screen is not aware of this option.
 
7736 1529 d 6 h dunkaist /kernel/trunk/ kernel: Bring back XFS: v4 and v5 disk formats are supported now.

Read-only. Writing is not planned.
 
7136 2342 d 5 h dunkaist /kernel/trunk/ Replace 'equ' macros with '=' ones.

They appear in symbols file.
They don't require parentheses.
They are shorter.
 
7132 2345 d 4 h dunkaist /kernel/trunk/ Update BOOT_DATA structure and use it instead of all the BOOT_* vars.  
7129 2345 d 10 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.
 
7003 2430 d 8 h pathoswithin /kernel/trunk/fs/ fat: support for non-ASCII chars in short names  
6939 2486 d 1 h pathoswithin /kernel/trunk/fs/ small fix  
6933 2505 d 22 h pathoswithin /kernel/trunk/fs/ ext fs: sysfunction 70.10 support  
6917 2536 d 20 h pathoswithin /kernel/trunk/ New sysfunction 70.10 "rename/move"  
6880 2608 d 16 h pathoswithin /kernel/trunk/ documentation fix  
6876 2629 d 14 h pathoswithin /kernel/trunk/ sysfunction 70.5: small change  
6875 2630 d 16 h pathoswithin /kernel/trunk/ sysfunction 70.5: get device size  
6872 2633 d 13 h pathoswithin /kernel/trunk/fs/ iso9660: get CD info  
6871 2635 d 13 h pathoswithin /kernel/trunk/fs/ ext: get volume info  
6869 2636 d 14 h pathoswithin /kernel/trunk/fs/ ntfs: fix volume name  
6868 2636 d 18 h pathoswithin /kernel/trunk/fs/ fat: get volume info  
6867 2643 d 13 h pathoswithin /kernel/trunk/fs/ fat: cleaning  
6861 2654 d 21 h pathoswithin /kernel/trunk/fs/ ext fs small fixes  
6859 2656 d 13 h pathoswithin /kernel/trunk/fs/ ext fs small fix  
6856 2658 d 20 h pathoswithin /kernel/trunk/fs/ ext fs fixing  
6853 2660 d 17 h pathoswithin /kernel/trunk/fs/ ext fs optimizing  
6852 2663 d 0 h pathoswithin /kernel/trunk/fs/ fixes for ext fs  
6850 2665 d 0 h pathoswithin /kernel/trunk/fs/ fat: sysfunction 70.4 update  
6849 2666 d 5 h pathoswithin /kernel/trunk/fs/ ext2: support for files bigger than 4 GB  
6848 2668 d 4 h pathoswithin /kernel/trunk/fs/ ext fs optimizing  
6846 2671 d 13 h pathoswithin /kernel/trunk/fs/ fat fix: report write size  
6845 2673 d 14 h pathoswithin /kernel/trunk/ fs: prevalidation for root folder, code despaghettizing  
6824 2689 d 18 h pathoswithin /kernel/trunk/fs/ ntfs: fix for minimal cluster size  
6820 2697 d 19 h pathoswithin /kernel/trunk/fs/ ntfs small fix  
6809 2703 d 19 h pathoswithin /kernel/trunk/fs/ ext fs fix  
6798 2711 d 13 h pathoswithin /kernel/trunk/ proper unicode support  
6792 2717 d 20 h pathoswithin /kernel/trunk/ preparation  
6787 2721 d 10 h pathoswithin /kernel/trunk/fs/ support of "../" in the absolute file path