MFi386: revisions 1.493 and 1.494.

This commit is contained in:
Yoshihiro Takahashi 2002-02-08 11:14:16 +00:00
parent 7363ab54c1
commit 4d42fb0aab
2 changed files with 12 additions and 2 deletions

View File

@ -1715,13 +1715,18 @@ init386(first)
#endif
struct pcpu *pc;
proc_linkup(&proc0, &proc0.p_ksegrp, &proc0.p_kse, &thread0);
proc0.p_uarea = proc0uarea;
thread0.td_kstack = proc0kstack;
thread0.td_pcb = (struct pcb *)
(thread0.td_kstack + KSTACK_PAGES * PAGE_SIZE) - 1;
atdevbase = ISA_HOLE_START + KERNBASE;
/*
* This may be done better later if it gets more high level
* components in it. If so just link td->td_proc here.
*/
proc_linkup(&proc0, &proc0.p_ksegrp, &proc0.p_kse, &thread0);
#ifdef PC98
/*
* Initialize DMAC

View File

@ -1715,13 +1715,18 @@ init386(first)
#endif
struct pcpu *pc;
proc_linkup(&proc0, &proc0.p_ksegrp, &proc0.p_kse, &thread0);
proc0.p_uarea = proc0uarea;
thread0.td_kstack = proc0kstack;
thread0.td_pcb = (struct pcb *)
(thread0.td_kstack + KSTACK_PAGES * PAGE_SIZE) - 1;
atdevbase = ISA_HOLE_START + KERNBASE;
/*
* This may be done better later if it gets more high level
* components in it. If so just link td->td_proc here.
*/
proc_linkup(&proc0, &proc0.p_ksegrp, &proc0.p_kse, &thread0);
#ifdef PC98
/*
* Initialize DMAC