Changeset b45c443 in mainline for arch/ia32/src/bios
- Timestamp:
- 2006-06-13T14:26:44Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3222efd
- Parents:
- 279952c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/bios/bios.c
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia32 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #include <arch/bios/bios.h> 30 36 #include <arch/types.h> … … 37 43 ebda = *((__u16 *) BIOS_EBDA_PTR) * 0x10; 38 44 } 45 46 /** @} 47 */ 48
Note:
See TracChangeset
for help on using the changeset viewer.