diff options
author | Freya Murphy <freya@freyacat.org> | 2024-02-02 16:41:19 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-02-02 16:41:19 -0500 |
commit | 72df91d99ba7e9a032d6cb171571e075d0f6ce53 (patch) | |
tree | 5ccba5a02821a54f953d85a092429939e6c577f0 /include/fpu.h | |
parent | check for bochs (diff) | |
download | corn-72df91d99ba7e9a032d6cb171571e075d0f6ce53.tar.gz corn-72df91d99ba7e9a032d6cb171571e075d0f6ce53.tar.bz2 corn-72df91d99ba7e9a032d6cb171571e075d0f6ce53.zip |
pretty colors
Diffstat (limited to 'include/fpu.h')
-rw-r--r-- | include/fpu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/fpu.h b/include/fpu.h new file mode 100644 index 0000000..88dfe47 --- /dev/null +++ b/include/fpu.h @@ -0,0 +1,3 @@ +#pragma once + +void enable_fpu(); |