diff options
author | Freya Murphy <freya@freyacat.org> | 2024-02-04 14:19:54 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-02-04 14:19:54 -0500 |
commit | 1b09896afcf562d199d4df8d671601bba2b1f081 (patch) | |
tree | b4ee4ae8e6e1ff5c5b27fe97509752b17fae330b /src/arch/amd64/fpu.h | |
parent | fix acpi on uefi, kprint fixes (diff) | |
download | corn-1b09896afcf562d199d4df8d671601bba2b1f081.tar.gz corn-1b09896afcf562d199d4df8d671601bba2b1f081.tar.bz2 corn-1b09896afcf562d199d4df8d671601bba2b1f081.zip |
Diffstat (limited to '')
-rw-r--r-- | src/arch/amd64/fpu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/amd64/fpu.h b/src/arch/amd64/fpu.h new file mode 100644 index 0000000..bd7ca67 --- /dev/null +++ b/src/arch/amd64/fpu.h @@ -0,0 +1,3 @@ +#pragma once + +void fpu_enable(void); |