BlueGrey
calm
Elegant
Català-Valencià - Catalan
中文 - Chinese (Simplified)
中文 - Chinese (Traditional)
Česky - Czech
Dansk - Danish
Nederlands - Dutch
English - English
Suomi - Finnish
Français - French
Deutsch - German
עברית - Hebrew
हिंदी - Hindi
Magyar - Hungarian
Bahasa Indonesia - Indonesian
Italiano - Italian
日本語 - Japanese
한국어 - Korean
Македонски - Macedonian
मराठी - Marathi
Norsk - Norwegian
Polski - Polish
Português - Portuguese
Português - Portuguese (Brazil)
Русский - Russian
Slovenčina - Slovak
Slovenščina - Slovenian
Español - Spanish
Svenska - Swedish
Türkçe - Turkish
Українська - Ukrainian
Oëzbekcha - Uzbek
Subversion Repositories
Kolibri OS
(root)
/
kernel
/
tags
/
kolibri0.5.2.1/
- Rev 29
Rev
Show changed files
|
Directory listing
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Clear current filter
Rev
Age
Author
Path
Log message
Diff
29
5606d 10h
halyavin
/kernel/
*Improved boot code
*Tag for kolibri 0.5.2.1 created
28
5616d 04h
mario79
/kernel/trunk/
Click on the application button - works only if during release of a up-button mouse the cursor is on the button application. Realization Victor Alberto Gil Hanla (vhanla).
27
5625d 02h
halyavin
/kernel/trunk/boot/
Remapping IRQs to standart scheme in real mode during shutdown added.
26
5625d 11h
halyavin
/kernel/trunk/core/
Fixed bug in shed.inc: kernel crash at shutdown.
25
5634d 03h
halyavin
/kernel/trunk/core/
Fixed bug in dispose_app_cr3_table: we count yourself as thread now
so code must be slightly changed.
24
5634d 09h
halyavin
/kernel/trunk/gui/
Fixed displaying of second font. New fonts are required.
You can download them at
http://shade.msu.ru/~msu-se/temp/char.7z
23
5638d 10h
mario79
/kernel/trunk/core/
Fixed irq6 handler in sys32.inc
22
5640d 01h
poddubny
/kernel/trunk/
fixed a bug in sched.inc (speaker)
fixed exception handlers - shows correct EIP of a terminated process
some corrections to memmap.inc
21
5643d 03h
poddubny
/kernel/trunk/
* boot cleanups (kernel.asm)
* faster & cleaner checkpixel (kernel.asm)
* a little bugfix in newproce.inc (".failed" -> ".cleanfailed")
* Halyavin's bugfix in mem.inc
* sheduler doesn't active proesses waiting for an event (func 10) (event.inc, sched.inc)
* faster event check (event.inc)
20
5643d 08h
mario79
/kernel/trunk/core/
corrected handler irq6 in sys32.inc
19
5643d 23h
mario79
/kernel/trunk/
modified kernel/trunk/blkdev/fdc.inc
modified kernel/trunk/blkdev/flp_drv.inc
modified kernel/trunk/blkdev/rd.inc
modified kernel/trunk/kernel.asm
18
5651d 04h
me_root
/kernel/trunk/
1. File 'makefile' updated. For use type 'make ru' or 'make en'.
2. Fixed bug in sys (17 rev. too). function 68,2,0
17
5651d 23h
me_root
/kernel/trunk/
1. Added file 'makefile' for unix systems.
16
5653d 02h
poddubny
/kernel/trunk/core/
* fixed show_error_parameters in sys32.inc
uses the stack instead of TSS
15
5653d 02h
poddubny
/kernel/trunk/
* A bug with floppy IRQ has been finally fixed (EOI added)
* optimised i40 handler
14
5654d 06h
poddubny
/kernel/trunk/
* A bug with esp0 of processes has been fixed.
* Some minor corrections for memmap.inc and others
13
5656d 02h
poddubny
/kernel/trunk/
* Fixed a stack problem - OS task used stack at 0x30000
now it uses sysint_stack_data+4096*2 - slot 1 stack;
* Some fixes for memmap.inc
12
5656d 08h
halyavin
/kernel/trunk/
*Font functions have been rewritten. Now kernel use bit-compressed fonts.
You must use char.mt and char2.mt from MeOsEmul or MeOsDebug program
or download them at
http://shade.msu.ru/~msu-se/temp/char.7z
*Small fix in memmap.inc for memory manager.
11
5657d 01h
poddubny
/kernel/trunk/core/
Bugfixes
1) Bug in task switching (0xffff = 1 without task switch)
2) Bug with IRQ6 (floppy) - "call fdc_irq" was deleted earlier
10
5664d 03h
poddubny
/kernel/trunk/
Small fixes for sched.inc & sys32.inc
Less code, same work.
Updated memmap.inc
9
5664d 03h
halyavin
/kernel/trunk/core/
Small optimizations in shed.
Fixed memory leak when not enough memory for starting application.
Deleted old code writing to TSS of system call handler.
8
5665d 05h
poddubny
/kernel/trunk/
No task gates in the IDT.
No TSSs for interrupt handlers.
More free memory.
Faster task switch and interrupt handling.
Smaller sys32.inc.
7
5667d 03h
me_root
/kernel/trunk/
fixed problem with non-lowercase includes
6
5668d 01h
poddubny
/kernel/trunk/
All exceptions use Interrupt Gate
Better FPU exception handler
Code cleanups
Correct save_registers for i40 handler (syscall trace)
Updated memmap.inc
5
5668d 13h
halyavin
/kernel/trunk/
Mario79 fixes:
Application can determine own path now.
Some boot messages changed (it is version Kolibri 5.1.0 now).
Some rd functions updated (thanks to michael).
Switch to another bank-switching procedure.
4
5669d 07h
poddubny
/kernel/trunk/
Code cleanups.
Two GDT descriptors for all applications.
Unnecessary interrupt masking from commouse.inc has beed deleted.
3
5671d 02h
halyavin
/kernel/trunk/
More correct build_ru.bat and build_en.bat
Now kernel uses interrupt gates for i40 handler instead of task gates.
So i40 handler TSS can be removed.
2
5674d 14h
msu-se
/
moving to kernel directory
1
5675d 01h
ha
/trunk/
Kolibri 5 initial checkout