aboutsummaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorFranklin Wei <frankhwei536@gmail.com>2015-02-12 17:03:15 -0500
committerFranklin Wei <frankhwei536@gmail.com>2015-02-12 17:03:15 -0500
commit0beb5e7de27d13950b024620cdf5efe9c5155f3d (patch)
treea563bb2a1ed562c8d78bb29313b09f6e5c33acb0 /kernel
parentbe8519faaab3dceabdf6f546ecf117cf599aa4d7 (diff)
downloadkappa-0beb5e7de27d13950b024620cdf5efe9c5155f3d.zip
kappa-0beb5e7de27d13950b024620cdf5efe9c5155f3d.tar.gz
kappa-0beb5e7de27d13950b024620cdf5efe9c5155f3d.tar.bz2
kappa-0beb5e7de27d13950b024620cdf5efe9c5155f3d.tar.xz
messages
Diffstat (limited to 'kernel')
-rw-r--r--kernel/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/main.c b/kernel/main.c
index b5cc193..0ec03f0 100644
--- a/kernel/main.c
+++ b/kernel/main.c
@@ -74,8 +74,6 @@ void main(struct multiboot_info_t *hdr, uint32_t magic)
printf("Running graphics benchmark...\n");
srand(42);
- while(1);
-
if(gfx_status)
{
const int width = *gfx_width;