Index: user/nwhitehorn/kboot/powerpc/kboot/host_syscall.S =================================================================== --- user/nwhitehorn/kboot/powerpc/kboot/host_syscall.S (revision 276410) +++ user/nwhitehorn/kboot/powerpc/kboot/host_syscall.S (revision 276411) @@ -1,46 +1,46 @@ #include ENTRY(host_read) li %r0, 3 # SYS_read sc blr ENTRY(host_write) li %r0, 4 # SYS_write sc blr ENTRY(host_seek) li %r0, 19 # SYS_lseek sc blr ENTRY(host_open) li %r0, 5 # SYS_open sc bso 1f blr 1: li %r3, 0 blr ENTRY(host_close) li %r0, 6 # SYS_close sc blr ENTRY(host_mmap) li %r0, 90 # SYS_mmap sc blr ENTRY(host_gettimeofday) li %r0, 78 # SYS_gettimeofday sc blr ENTRY(host_select) - li %r0, 82 # SYS_select + li %r0, 142 # SYS_select sc blr