HelenOS
HelenOS-doc
HelenOS-historic
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
HelenOS
(root)
/
trunk
/
kernel
/
arch
/
mips32
/
include
/
elf.h
@ 2216
– Rev 4556
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
4556
5614 d 15 h
decky
/trunk/
define endianess externally to be able to exactly specify whether we are using UTF-32LE or UTF-32BE
quit messing with BOM in UTF-32
4333
5668 d 1 h
svoboda
/trunk/kernel/
Fix ELF loading issue on mips32eb.
2071
6497 d 3 h
jermar
/trunk/
(c) versus (C)
1888
6622 d 6 h
jermar
/trunk/
C99 compliant header guards (hopefully) everywhere in the kernel.
Formatting and indentation changes.
Small improvements in sparc64.
1787
6687 d 5 h
decky
/
move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot
1769
6697 d 2 h
jermar
/kernel/trunk/arch/
Change cache_error exception to take istate * as a parameter.
Make cache_error() print epc in the panic message.
Do not rely on the compiler to generate 'nop' after 'beq' in atomic_add()
and put it there explicitly.
Indentation fixes and cosmetic changes.
1702
6715 d 9 h
cejka
/kernel/trunk/
Kernel doxygen comments updated.
941
6808 d 4 h
palkovsky
/kernel/trunk/
Fixed mips elf loading.
938
6808 d 5 h
jermar
/kernel/trunk/
Basic support for loading ELF object files.
ia64, amd64, ia32 working.
mips32 requires some attention.
910
6815 d 10 h
bondari
/kernel/trunk/
ELF framework for all archs. SPARC V9 not tested to compile.