Rev |
Age |
Author |
Path |
Log message |
Diff |
4605 |
5604 d 3 h |
decky |
/branches/snapshot/ |
add task snapshoting branch |
|
4490 |
5632 d 21 h |
decky |
/trunk/kernel/ |
remove redundant index_t and count_t types (which were always quite ambiguous and not actually needed) |
|
4397 |
5649 d 21 h |
rimsky |
/trunk/kernel/arch/sparc64/src/mm/ |
TLB demap optimalization for US3. |
|
4282 |
5682 d 6 h |
decky |
/trunk/kernel/arch/sparc64/ |
repair two glitches in memory management
(no beer today :)) |
|
4277 |
5683 d 1 h |
jermar |
/trunk/kernel/arch/sparc64/ |
On sparc64, do fast indentity mapping only for physical memory.
For addresses above physical memory, such as I/O devices,
fall through to the C miss handler and map the memory noncacheably.
Replace deprecated Bicc instructions with proper Bcc instructions. |
|
4223 |
5694 d 1 h |
decky |
/trunk/kernel/ |
represent special keystrokes (cursor arrows, page up/down, delete, etc.) as appropriate Unicode characters
do not parse ANSI control sequences in kconsole, but in serial line driver |
|
4220 |
5694 d 8 h |
decky |
/trunk/kernel/ |
update for string changes |
|
4140 |
5710 d 19 h |
jermar |
/trunk/kernel/arch/sparc64/src/mm/ |
Update comments for the new hw_map(), which was committed in r4138. |
|
4138 |
5710 d 20 h |
jermar |
/trunk/ |
Revert the previous commit. |
|
3973 |
5729 d 5 h |
decky |
/trunk/kernel/ |
kernel memory management revisited (phase 2): map physical memory according to zones
- ia32: register reserved and ACPI zones
- pareas are now used only for mapping of present physical memory (hw_area() is gone)
- firmware zones and physical addresses outside any zones are allowed to be mapped generally
- fix nasty antient bug in zones_insert_zone() |
|
3940 |
5735 d 23 h |
decky |
/trunk/kernel/ |
make hw_area API more generic
this allows mapping of EGA VRAM on ia32/amd64 |
|
3908 |
5739 d 22 h |
decky |
/trunk/ |
overhaul pareas: use one single physical area for the physical address space not belonging to physical memory |
|
3790 |
5779 d 4 h |
svoboda |
/trunk/kernel/ |
Make newlines in panic messages consistent. Add periods at end of messages so that it is obvious whether they are printed entirely. |
|
3788 |
5779 d 18 h |
svoboda |
/trunk/kernel/ |
Unify newlines in fault_if_from_uspace() format strings. (Remove them and print newline automatically). Also start messages with caps. |
|
3672 |
5812 d 21 h |
jermar |
/trunk/ |
Merge sparc branch to trunk. |
|
3133 |
5987 d 20 h |
jermar |
/trunk/kernel/arch/ |
Add smc_coherence() macro to all architectures.
So far, only amd64, ia32, ia64 and sparc64 are implemented. |
|
3104 |
5995 d 9 h |
svoboda |
/trunk/kernel/ |
Declare arguments for memstr.h operations as pointers instead of uintptr_t. |
|
2745 |
6095 d 5 h |
decky |
/trunk/ |
code cleanup (mostly signed/unsigned)
allow extra compiler warnings |
|
2725 |
6116 d 2 h |
decky |
/trunk/kernel/ |
remove config.memory_size, get_memory_size() and memory_init.{c|d}
the amount of available memory can be calculated from the sizes of the zones
add FRAMES2SIZE, SIZE2KB and SIZE2MB functions/macros (code readability) |
|
2462 |
6360 d 20 h |
jermar |
/trunk/kernel/ |
Replace gcc-specific __FUNCTION__ with C99 __func__.
suncc's xregs=no%float can be used only on sparc64. |
|