diff options
author | Frans Kaashoek <[email protected]> | 2014-08-29 17:06:49 -0400 |
---|---|---|
committer | Frans Kaashoek <[email protected]> | 2014-08-29 17:06:49 -0400 |
commit | 74c77da6f8a21e905d51dceb6016769a3652b045 (patch) | |
tree | 3c31a21e7dd871eeadc98cb4cb2a359270334a3f /mp.h | |
parent | ac83a21a5b5ae0089b67b21c4ce8b953b59d2264 (diff) | |
download | xv6-labs-74c77da6f8a21e905d51dceb6016769a3652b045.tar.gz xv6-labs-74c77da6f8a21e905d51dceb6016769a3652b045.tar.bz2 xv6-labs-74c77da6f8a21e905d51dceb6016769a3652b045.zip |
Nice layout for a printout of the code
Diffstat (limited to 'mp.h')
-rw-r--r-- | mp.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -52,3 +52,5 @@ struct mpioapic { // I/O APIC table entry #define MPIOINTR 0x03 // One per bus interrupt source #define MPLINTR 0x04 // One per system interrupt source +//PAGEBREAK! +// Blank page. |