Add See Also to PIC programming comment
This commit is contained in:
parent
01b5737bd7
commit
3722867e6d
1 changed files with 4 additions and 0 deletions
|
@ -98,6 +98,10 @@ PIC::remap(uint8_t pic1Offset,
|
||||||
* 01: not buffered
|
* 01: not buffered
|
||||||
* 10: buffered mode PIC2 (PC mode)
|
* 10: buffered mode PIC2 (PC mode)
|
||||||
* 11: buffered mode PIC1 (PC mode)
|
* 11: buffered mode PIC1 (PC mode)
|
||||||
|
*
|
||||||
|
* See also:
|
||||||
|
* http://stanislavs.org/helppc/8259.html
|
||||||
|
* http://wiki.osdev.org/PIC
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Ensure divisiblity by 8.
|
// Ensure divisiblity by 8.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue