Logos color

This commit is contained in:
Dr-Noob
2018-03-30 15:53:42 +02:00
parent 3e1f6af8ae
commit 744ba41ebf
3 changed files with 76 additions and 8 deletions

View File

@@ -9,6 +9,9 @@ struct ascii;
struct ascii* set_ascii(VENDOR cpuVendor);
void print_ascii(struct ascii* art, int n);
#define BOOLEAN_TRUE 1
#define BOOLEAN_FALSE 0
#define TITLE_NAME "Name: "
#define TITLE_ARCH "Arch: "
#define TITLE_FREQUENCY "Frequency: "