diff options
author | Freya Murphy <freya@freyacat.org> | 2025-03-27 14:35:29 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-03-27 14:38:43 -0400 |
commit | 6ece4e20acd943b49b05a36f14594ad7413c1897 (patch) | |
tree | 44ccdad86bdc4f1dabd5670f5c096046581c38b7 /include/x86/bios.h | |
parent | move user to 0x30000, update kernel.ld (diff) | |
download | comus-6ece4e20acd943b49b05a36f14594ad7413c1897.tar.gz comus-6ece4e20acd943b49b05a36f14594ad7413c1897.tar.bz2 comus-6ece4e20acd943b49b05a36f14594ad7413c1897.zip |
remove trailing whitespace
Diffstat (limited to 'include/x86/bios.h')
-rw-r--r-- | include/x86/bios.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/x86/bios.h b/include/x86/bios.h index cf9f8ec..f1debbf 100644 --- a/include/x86/bios.h +++ b/include/x86/bios.h @@ -12,13 +12,11 @@ /* ** BIOS-related memory addresses */ - #define BIOS_BDA 0x0400 /* ** Selected BIOS interrupt numbers */ - #define BIOS_TIMER 0x08 #define BIOS_KBD 0x09 #define BIOS_VIDEO 0x10 |