Skip to content
Snippets Groups Projects
Commit 6e6a1dd7 authored by rsc's avatar rsc
Browse files

various little fixes that should have been in earlier checkins

parent 84d79573
No related branches found
No related tags found
No related merge requests found
......@@ -87,8 +87,6 @@ main0(void)
cprintf("loaded userfs\n");
scheduler();
return 0;
}
// Additional processors start here.
......
#include "types.h"
#include "mp.h"
#include "defs.h"
#include "memlayout.h"
#include "param.h"
#include "x86.h"
#include "traps.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment