4.104.114.84.95
Line | |
---|
1 | The <tt>i386/stand</tt> directory holds functions that are useful, but cannot |
---|
2 | be called from the kernel. For example printf() is great, but if the kernel |
---|
3 | called printf() it would generate a TRAP and wind up back in the kernel.<p> |
---|
4 | |
---|
5 | The functions here emulate these functions by dealing directly with the |
---|
6 | hardware on the system.<p> |
---|
7 | |
---|
8 | The 4.3BSD Internals book by Leffler, McKusick, Karels and Quarterman |
---|
9 | covers machine-independent <tt>stand</tt> functionality in: |
---|
10 | |
---|
11 | <dl> |
---|
12 | <dt> <b>Chapter 13.2</b>, pg 394 <i>Bootstrapping</i>. |
---|
13 | </dl> |
---|
14 | <p> |
---|
Note: See
TracBrowser
for help on using the repository browser.