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
/
sparc
/
kernel
/
arch
/
arm32
/
src
/
asm.S
@ 3685
– Rev 3343
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
3343
5917 d 19 h
decky
/branches/sparc/
add sparc branch
3274
5926 d 20 h
jermar
/trunk/
memcpy(), memmove() and similar functions return dst instead of src.
Fix all implementations, including those in assembly. ppc32 assembly
version didn't seem to be affected by this.
2465
6355 d 21 h
jermar
/trunk/
Merge arm32 into trunk.
2464
6356 d 16 h
jermar
/branches/arm/kernel/
Cleanup of arm32 branch.
- indentation and formatting
- replacement of \n\r with mere \n
- added -DFB_INVERT_ENDIAN so that the framebuffer has correct colors
2329
6384 d 13 h
kebrt
/branches/arm/kernel/arch/arm32/
comments added & edited
2300
6391 d 21 h
kebrt
/branches/arm/kernel/arch/arm32/
panic_printf moved to panic.S, machine_cpu_halt() added
2256
6409 d 13 h
kebrt
/branches/arm/kernel/arch/arm32/
few bugs in MM fixed (PAGE_PRESENT used badly) -> 2nd level paging now works; coding style
2172
6424 d 3 h
kebrt
/branches/arm/kernel/arch/arm32/src/
memcpy added