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/pic.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/pic.h')
-rw-r--r-- | include/x86/pic.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/x86/pic.h b/include/x86/pic.h index 797799a..ae3fe6c 100644 --- a/include/x86/pic.h +++ b/include/x86/pic.h @@ -16,7 +16,6 @@ ** Our expected configuration is two PICs, with the secondary connected ** through the IRQ2 pin of the primary. */ - /* ** Port addresses for the command port and interrupt mask register port ** for both the primary and secondary PICs. @@ -42,7 +41,6 @@ ** PIC2_* defines are intended for the secondary PIC ** PIC_* defines are sent to both PICs */ - /* ** ICW1: initialization, send to command port */ @@ -79,7 +77,6 @@ ** ** After the init sequence, can send these */ - /* ** OCW1: interrupt mask; send to data port */ |