OLD | NEW |
---|---|
1 arch/ is stuff that defines the architecture-dependent information (only used in | |
2 firmware build mode). | |
1 | 3 |
2 lib/ is stuff that the BIOS needs to link with. | 4 lib/ is stuff that the BIOS needs to link with. |
3 | 5 |
4 stub/ is stuff to be implemented by the BIOS. | 6 stub/ is stuff to be implemented by the BIOS. |
5 | 7 |
6 include/ describes the interfaces between the two parts. | 8 include/ describes the interfaces between the two parts. |
OLD | NEW |