make mac work
This commit is contained in:
parent
b829c35470
commit
67e4fce4f5
8 changed files with 12 additions and 153 deletions
|
|
@ -6,6 +6,8 @@
|
|||
#include <libc.h>
|
||||
#include <mach.h>
|
||||
|
||||
Mach *machcpu = &mach386;
|
||||
|
||||
void
|
||||
unmapproc(Map *m)
|
||||
{
|
||||
|
|
@ -46,7 +48,7 @@ ctlproc(int pid, char *msg)
|
|||
{
|
||||
USED(pid);
|
||||
USED(msg);
|
||||
werrstr("ctlproc not implemented');
|
||||
werrstr("ctlproc not implemented");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
@ -55,5 +57,5 @@ proctextfile(int pid)
|
|||
{
|
||||
USED(pid);
|
||||
werrstr("proctextfile not implemented");
|
||||
return -1;
|
||||
return nil;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue