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)
/
branches
/
dd
/
uspace
/
lib
/
libc
/
arch
/
sparc64
/
_link.ld.in
@ 4332
– Rev 4201
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
4201
5693 d 4 h
trochtova
/branches/dd/
changes in trunk (rev 4200) merged into dd branch
4055
5717 d 3 h
trochtova
/branches/dd/
changes in trunk (rev 4054) merged into dd branch
3022
6000 d 5 h
decky
/branches/dd/
device drivers branch
3007
6002 d 21 h
jermar
/trunk/
Improve linking and loading of boot ELF images.
(Contributed by Jiri Svoboda)
2580
6213 d 19 h
jermar
/trunk/uspace/lib/libc/arch/
In all architectures' uspace linker scripts, define the _tls_alignment symbol.
2528
6254 d 22 h
jermar
/trunk/uspace/lib/libc/
Modify parts of the build system and libc to support building applications on
paths with differing distances from lib/libc (e.g. uspace/srv/ns and
uspace/srv/fs/fat).
2479
6341 d 2 h
jermar
/trunk/
New, better-structured, directory layout for uspace.
2141
6428 d 16 h
jermar
/trunk/
The Ultimate Solution To Illegal Virtual Aliases.
It is better to avoid them completely than to fight them.
Switch the sparc64 port to 16K pages. The TLBs and TSBs
continue to operate with 8K pages only. Page tables and
other generic parts operate with 16K pages.
Because the MMU doesn't support 16K directly, each 16K
page is emulated by a pair of 8K pages. With 16K pages,
illegal aliases cannot be created in 16K D-cache.
1864
6633 d 16 h
jermar
/trunk/
sparc64 update.
- Prototype userspace layer implementation that
at least relates to sparc64 and compiles cleanly.
- Fixes for kernel's preemptible_handler and code
related to running userspace.
- Enable userspace. Several dozen instructions
are now run in userspace! We are pretty near
the userspace milestone for sparc64.
1797
6682 d 16 h
decky
/trunk/uspace/
dummy Sparc64 uspace support (it just compiles)