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)
/
tags
/
0.1.0
/
SPARTAN
/
arch
/
ppc32
/
include
/
mm
/
page.h
– Rev 1968
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
1968
6581 d 20 h
jermar
/tags/
Canonize pre-0.2.0.3 tags: remove inner branches, tags and trunk directories.
The change now should reflect how those releases looked like after checkout.
1962
6581 d 21 h
jermar
/tags/0.1.0/
Tagging release 0.1.0
391
6969 d 20 h
jermar
/SPARTAN/trunk/
mips32 memory management work.
TLB Refill Exception implemented (passed basic testing).
Remove bit g from struct entry_hi.
Add generic find_mapping().
Add asid to vm_t type, define asid_t to hide architecture specific differences.
Implement ASID allocation for mips32, dummy for other architectures.
Add THE->vm (a.k.a. VM).
Add vm_install_arch().
Move pte_t definition to arch/types.h on each architecture.
Fix PTL manipulating functions on mips32 to shift pfn by 12 instead of by 14.
Fix tlb_init_arch() to initialize all entries.
Other.
Remove unnecessary header files from arch.h
Add missing headers here and there.
Remove two unnecessary ld flags from mips32 makefile.
342
6992 d 4 h
jermar
/SPARTAN/trunk/arch/
Rename ppc port to ppc32.
169
7014 d 20 h
jermar
/SPARTAN/trunk/arch/
For each architecture, add an extra type cast of x to __address to both KA2PA() and PA2KA().
159
7023 d 19 h
jermar
/SPARTAN/trunk/arch/ppc/include/
Fix copyright dates.
157
7024 d 3 h
decky
/SPARTAN/trunk/
remove cyclic including, change linker script path
156
7024 d 6 h
decky
/SPARTAN/trunk/
PPC work in progress