Subversion Repositories HelenOS-historic

Rev

Rev 534 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 534 Rev 1543
1
During development of this operating system, there were found bugs in:
1
During development of this operating system, there were found bugs in:
2
 
2
 
3
Simics
3
Simics
4
======
4
======
5
- ia32 BIOS rewrites memory during AP start in SMP environment (#3351)
5
- ia32 BIOS rewrites memory during AP start in SMP environment (#3351)
6
- ia32 Simics does not report #GP when EFER.NXE is 0 and finds NX page (#4214)
6
- ia32 Simics does not report #GP when EFER.NXE is 0 and finds NX page (#4214)
7
- incorrect MIPS instructions MSUB, MSUBU 
7
- incorrect MIPS instructions MSUB, MSUBU 
8
 
8
 
9
Bochs
9
Bochs
10
=====
10
=====
11
- FXSAVE/FXRSTOR not working correctly with XMM registers (patch #1282033)
11
- FXSAVE/FXRSTOR not working correctly with XMM registers (patch #1282033)
12
 
12
 
13
Msim
13
Msim
14
====
14
====
15
- Incorrect interpretation of lwl/lwr/swl/swr instructions
15
- Incorrect interpretation of lwl/lwr/swl/swr instructions
16
- Omitted excMod case in write_proc_mem()
16
- Omitted excMod case in write_proc_mem()
-
 
17
- Incorrect signed multiplication
17
 
18
 
18
Gcc
19
Gcc
19
===
20
===
20
- Incorrect generation of unaligned data access instructions 
21
- Incorrect generation of unaligned data access instructions 
21
  (lwl/lwr/swl/swr) when using mipsel- target and -EB(big endian)
22
  (lwl/lwr/swl/swr) when using mipsel- target and -EB(big endian)
22
  compilation, -O2 (#23824)
23
  compilation, -O2 (#23824)
23
 
24