Subversion Repositories HelenOS-historic

Rev

Rev 400 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
340 palkovsky 1
During development of this operating system, there were found bugs in:
2
 
3
Simics
4
======
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)
7
- incorrect MIPS instructions MSUB, MSUBU 
8
 
9
Bochs
10
=====
11
- FXSAVE/FXRSTOR not working correctly with XMM registers (patch #1282033)
12
 
13
Msim
14
====
15
- Incorrect interpretation of lwl/lwr/swl/swr instructions
16
 
17
Gcc
18
===
19
- Incorrect generation of unaligned data access instructions 
20
  (lwl/lwr/swl/swr) when using mipsel- target and -EB(big endian)
21
  compilation, -O2 (#23824)