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
/
kernel
/
arch
/
sparc64
/
include
/
console.h
@ 4332
– Rev 3022
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
3022
6000 d 3 h
decky
/branches/dd/
device drivers branch
2071
6497 d 18 h
jermar
/trunk/
(c) versus (C)
1860
6636 d 19 h
jermar
/trunk/kernel/
A lot of untested sparc64 stuff:
- Write ASID to hardware when a thread is about to run in userspace.
- Add userspace() and switch_to_userspace() functions.
- Handle special cases when the userspace spill/fill handler causes MMU trap.
- Resolve some TODOs in the existing sparc64 code.
- sparc64 has now C99 compliant header guards.
- Formatting and indentation fixes.
1787
6687 d 20 h
decky
/
move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot
1784
6688 d 17 h
jermar
/kernel/trunk/
Sync OpenFirmware functionality with boot.
Random cleanup.
1702
6716 d 0 h
cejka
/kernel/trunk/
Kernel doxygen comments updated.
895
6821 d 18 h
jermar
/kernel/trunk/
sparc64 work.
Very raw and fragile preliminary standalone keyboard support - polling mode only.
Because of a workaround in Simics, the scan codes are the same as on ia32.
893
6822 d 2 h
jermar
/kernel/trunk/arch/
sparc64 work.
Revive OFW console code and use it before the kernel switches to standalone console.
ia32 + ia64 cosmetic changes.
883
6823 d 2 h
jermar
/kernel/trunk/arch/sparc64/
sparc64 work.
Switch console to framebuffer (needs proper detection and initialization).
No native keyboard support, so far.
Memory management trap handler fixes.
Do not use OpenFirmware trap table anymore.
669
6880 d 16 h
jermar
/kernel/trunk/
sparc64 work.
kconsole support.
Add non-blocking ofw_getchar().
586
6900 d 22 h
jermar
/kernel/trunk/
Fix ppc32 and sparc64 to compile again.
Fix sparc64 to function again.