Rev |
Age |
Author |
Path |
Log message |
Diff |
379 |
5113d 13h |
serge |
/kernel/trunk/ |
1)fixed wrong exported LFB address
2)replace 0x3000 0x3004 0x3010 0x3020 whith symbolic constants |
|
378 |
5114d 10h |
serge |
/kernel/trunk/ |
1)new memory layout
2)Infinity 1.0 |
|
363 |
5122d 14h |
serge |
/kernel/trunk/ |
reduce kernel memory |
|
357 |
5124d 12h |
serge |
/kernel/trunk/ |
dynamic stack with fpu state area |
|
346 |
5127d 06h |
diamond |
/kernel/trunk/ |
Kernel updated to 0.6.5.0 |
|
321 |
5136d 08h |
diamond |
/ |
* New sysfunction 70.9, create folder
* Deleted obsolete 58.4 (create folder 8.3 on hd)
* Updated docs
* Bugfixes (file system; core; direct screen access), improvements (sysfn 70.3)
* KFar 0.21, full error handling, folder creation (with new kernel) |
|
314 |
5139d 07h |
diamond |
/ |
* Modified sysfunction 65 (see documentation), use new KFAR
* Deleted useless sysfunction 59 (syscalls trace)
* Load vmode.mdr via new file subsystem
* KFar 0.2 |
|
214 |
5213d 15h |
serge |
/kernel/trunk/ |
1)fixed bug with wrong lfb size on some old videocards
2)set fpu/sse to default state for new thread
3)added driver sceletone |
|
212 |
5217d 11h |
serge |
/kernel/trunk/ |
16Mb version |
|
115 |
5319d 12h |
poddubny |
/kernel/trunk/ |
Introduced APPDATA, TASKDATA, WNDDATA, RECT, BOX structures. |
|
105 |
5331d 11h |
poddubny |
/kernel/trunk/ |
Direct window activation without osloop/checkwindows, straightforward window minimizing |
|
102 |
5333d 07h |
poddubny |
/kernel/trunk/ |
1. a little fix for scheduler + correct comments
2. refactored window activation/ process termination/ getting active process
3. deleted dead code in checkwindows
4. eliminated almost all accesses to 0x3020+...+0xe, changed to direct process number
5. cli/sti in vesa12 and vga drivers and in calculatescreen
6. skipping dead windows in some funcs in window.inc |
|
76 |
5411d 07h |
mario79 |
/kernel/trunk/ |
Mihaylov Iliya Andreevich aka Ghost
Advanced Power Management
SYSTEM CALL
eax = 49
dx = number of the function APM BIOS (Is similar AX in real mode)
Others registers (bx, cx) on the specification (see. docs/apm.zip>apm.txt)
Result: on the specification (including CF), the high part 32 bit registers is not defined |
|
69 |
5429d 04h |
poddubny |
/kernel/trunk/ |
memmap.inc: marked areas reserved by physical memory manager.
physmem.inc: fixed a little bug with cld/std with allocating and copying a physical memory block. |
|
66 |
5437d 07h |
diamond |
/kernel/trunk/ |
Debug subsystem: added DRx registers support |
|
33 |
5531d 10h |
mario79 |
/kernel/trunk/ |
1) Parallel processing of mouses: PS2, COM1, COM2
2) Detection PS2 mouse.
3) Switching FPU in PM with reset.
4) 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). Version 1.1
5) Return of focus (activated window) on previous application at completion of the active application
6) Change skin of header of windows type 4, at loss and return of focus (activated window). |
|
22 |
5588d 04h |
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 |
|
14 |
5602d 09h |
poddubny |
/kernel/trunk/ |
* A bug with esp0 of processes has been fixed.
* Some minor corrections for memmap.inc and others |
|
13 |
5604d 06h |
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 |
5604d 11h |
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. |
|