K 10 svn:author V 5 peter K 8 svn:date V 27 1997-05-07T20:19:18.000000Z K 7 svn:log V 333 clean up forked child creation. This is simplified also by having md_regs being struct trapframe *. Do a npxsave() if needed and copy the pcb rather than use the increasingly defunct savectx(). Copy %edi and %ebp explicitly. Submitted by: bde XXX npxproc could be declared in npx.h so the externs with smp fruit are not needed. END