diff --git a/src/sys/kernel/syscall.c b/src/sys/kernel/syscall.c index 73195cd..c2475ff 100644 --- a/src/sys/kernel/syscall.c +++ b/src/sys/kernel/syscall.c @@ -24,6 +24,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. $Log$ + Revision 1.1.1.1 2004/04/15 12:07:19 reddawg + UbixOS v1.0 + Revision 1.28 2004/04/13 16:16:44 reddawg Changed our copyright, it is all now under a BSD-Style license @@ -163,7 +166,8 @@ int i = 0x0; execThread(sdeThread,(uInt32)(kmalloc(0x2000,sysID)+0x2000),0x0,"SDE Main Thread"); for (i=0;i<500;i++) { - asm("hlt"); + // asm("hlt"); + schedYield(); } //execThread(sdeTestThread,(uInt32)(kmalloc(0x2000,sysID)+0x2000),"SDE Test"); return;