From db8fb62e4d599f4e08a3b6420e42b2445e8d7fe3 Mon Sep 17 00:00:00 2001 From: rsc Date: Wed, 6 Sep 2006 18:47:51 +0000 Subject: for vs while --- bootmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootmain.c') diff --git a/bootmain.c b/bootmain.c index 69c5b79..c0c7a24 100644 --- a/bootmain.c +++ b/bootmain.c @@ -58,7 +58,7 @@ cmain(void) bad: outw(0x8A00, 0x8A00); outw(0x8A00, 0x8E00); - while(1) + for(;;) ; } -- cgit v1.2.3