Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2 | pj | 1 | |
2 | Known bugs: |
||
3 | |||
4 | - the Slot Shifting and the Sporadic Server Module are experimental :-) |
||
5 | |||
6 | - the File System Low Level have same IDE flags that may be changed to |
||
7 | make the system run correctly. |
||
8 | |||
9 | - the porting of the audio Mpeg is not tested yet. |
||
10 | |||
11 | - The sound drivers works only with old ISA Sound Blasters... |
||
12 | If you have a Sound Blaster PNP and the library can not find the correct |
||
13 | irq line, try to force it in drivers/oldsnd/blaster.c line 114 !!! |
||
14 | |||
15 | - sometimes, using FreeDos, the system crashes when it returns to DOS. |
||
16 | It seems it happens when a lot of tasks are created/deleted :-( |
||
17 | |||
18 | - exit and _exit functions are at the moment implemented with a sys_end call, |
||
19 | so they call the cancellation cleanup handlers, because the termination |
||
20 | of the process is also the termination of the whole system... |
||
21 | |||
22 | - The graphic library now works with both VM86 mode or through an extender call |
||
23 | to the PC BIOS. However, sometimes when booting with GRUB the graphic library |
||
24 | may not work. Please read the readme.txt file into drivers/grx |