diff options
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/main.c | 2 |
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; |