| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Approved by: benno
|
|
|
|
|
|
| |
trap.c to frame.h
- Use the macros in vm_machdep.c:cpu_fork() to set up the trap frame of the
new thread.
|
|
|
|
|
|
|
|
|
|
|
| |
Highlights include:
- New low-level trap code from NetBSD. The high level code still needs a lot
of work.
- Fixes for some pmap handling in thread switching.
- The kernel will now get to attempting to jump into init in user mode. There
are some pmap/trap issues which prevent it from actually getting there though.
Obtained from: NetBSD (parts)
|
| |
|
|
|
|
|
|
| |
recent changes (KSE and VM requiring physmem to be setup).
Reviewed by: benno, jhb, julian
|
| |
|
| |
|
|
Reviewed by: obrien
Obtained from: NetBSD
|