#24 closed defect (fixed)
mips32 (big endian variant) user space not working in GXEMUL
Reported by: | Martin Decky | Owned by: | Jiri Svoboda |
---|---|---|---|
Priority: | major | Milestone: | 0.4.1 |
Component: | helenos/unspecified | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description
Although the kernel seems to be running fine on GXEMUL in both the little-endiand and big-endian variants, the user space only works properly in little-endian.
Change History (3)
comment:1 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → accepted |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
comment:3 by , 16 years ago
Component: | → unspecified |
---|---|
Milestone: | 0.5.0 → 0.4.1 |
Note:
See TracTickets
for help on using tickets.
The user-space loader included kernel arch/elf.h which was testing the BIG_ENDIAN macro. This macro is not used in user space. Fixed in rev. 4333.