HelenOS-historic
HelenOS
HelenOS-doc
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-historic
(root)
/
kernel
/
trunk
/
arch
/
ppc32
/
include
/
asm.h
– Rev 1267
Rev
Go to most recent revision
|
Show changed files
|
Directory listing
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
1267
6768 d 3 h
decky
/kernel/trunk/arch/ppc32/
ppc32: proper exception handling from user-space
code cleanup
1220
6776 d 19 h
decky
/kernel/trunk/arch/ppc32/
ppc32: initial userspace support
1007
6815 d 5 h
decky
/kernel/trunk/
ppc32: preemptive scheduling works now
FPU context saving disabled for now
987
6816 d 1 h
decky
/kernel/trunk/arch/ppc32/
ppc32: initial exception support
982
6816 d 3 h
decky
/kernel/trunk/arch/ppc32/
ppc32: initial I/O support
534
6915 d 22 h
jermar
/
Rename HelenOS/SPARTAN to HelenOS/kernel again.
532
6915 d 22 h
jermar
/
Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.
501
6928 d 3 h
jermar
/
Rename HelenOS/SPARTAN to HelenOS/kernel.
413
6963 d 18 h
jermar
/SPARTAN/trunk/
Rename cpu_priority_{high|low|restore|read} functions to interrupts_{disable|enable|restore|read}.
Rename pri_t to ipl_t (Interrupt Priority Level).
Rename thread_t::pri to thread_t::priority.
342
6999 d 4 h
jermar
/SPARTAN/trunk/arch/
Rename ppc port to ppc32.
254
7008 d 9 h
decky
/SPARTAN/trunk/arch/ppc/
fix stupid assembler bugs in cpu_priority_* (PPC)
253
7008 d 9 h
jermar
/SPARTAN/trunk/arch/
Implement PPC's get_stack_base().
Comment AMD64's get_stack_base().
210
7010 d 20 h
decky
/SPARTAN/trunk/
many PPC stuff, platform dependent arch.h header files
204
7011 d 8 h
decky
/SPARTAN/trunk/arch/ppc/include/
PPC interrupt high/low/restore
201
7011 d 19 h
decky
/SPARTAN/trunk/arch/ppc/
header fixes
191
7012 d 0 h
decky
/SPARTAN/trunk/arch/ppc/
PPC memory size detection
173
7016 d 21 h
jermar
/SPARTAN/trunk/
Preparations for weaker preemption model.
Make all kernel stacks (i.e. startup, scheduler and thread) be STACK_SIZE bytes long.
Reincarnate "the" structure. This time, it is planned to be located at the base of each and every kernel stack.
On IA-32 and MIPS, implement get_stack_base() functions. On the rest of supported platforms, define it to be dummy.
156
7031 d 6 h
decky
/SPARTAN/trunk/
PPC work in progress