Modestus Moon OS
R4
CS 450 project
|
#include <core/serial.h>
Go to the source code of this file.
Functions | |
void | busy_wait () |
void | clear_screen () |
void | start_up_anim () |
void busy_wait | ( | void | ) |
RE-WRITE THIS SO THAT IS IS MORE EFFICIENT RUNNING 9999999 ASM CALLS TO WAIT IS DUMB INTERRUPTS OR CHECK TIME WOULD BE BETTER
Definition at line 10 of file anim.c.
Referenced by start_up_anim().
void clear_screen | ( | void | ) |
void start_up_anim | ( | void | ) |
Definition at line 21 of file anim.c.
References busy_wait(), clear_screen(), and serial_println().
Referenced by kmain().