forgot bout that

This commit is contained in:
Jonathan Turner 2023-11-29 08:22:24 -05:00
parent 18c6d3c858
commit 4aa1dce600

View File

@ -1,7 +1,5 @@
#include "kernel.h" #include "kernel.h"
#include "stdio.h"
// This only runs once and from there on forth only interrupts will cause something to happen // This only runs once and from there on forth only interrupts will cause something to happen
// e.g. displaying to screen and taking input from keyboard // e.g. displaying to screen and taking input from keyboard
void _start() { void _start() {