4220 |
5772 d 10 h |
decky |
/trunk/kernel/ |
update for string changes |
|
3274 |
6008 d 2 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 |
6437 d 3 h |
jermar |
/trunk/ |
Merge arm32 into trunk. |
|
2464 |
6437 d 21 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 |
6465 d 18 h |
kebrt |
/branches/arm/kernel/arch/arm32/ |
comments added & edited |
|
2300 |
6473 d 3 h |
kebrt |
/branches/arm/kernel/arch/arm32/ |
panic_printf moved to panic.S, machine_cpu_halt() added |
|
2256 |
6490 d 19 h |
kebrt |
/branches/arm/kernel/arch/arm32/ |
few bugs in MM fixed (PAGE_PRESENT used badly) -> 2nd level paging now works; coding style |
|
2172 |
6505 d 8 h |
kebrt |
/branches/arm/kernel/arch/arm32/src/ |
memcpy added |
|