Changeset 434f700 in mainline for arch/ia32/src/bios/bios.c
- Timestamp:
- 2005-04-26T16:17:41Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- babcb148
- Parents:
- dba84ff
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/bios/bios.c
rdba84ff r434f700 34 34 void bios_init(void) 35 35 { 36 /* Copy the EBDA out from BIOS Data Area */36 /* Copy the EBDA address out from BIOS Data Area */ 37 37 ebda = *((__u16 *) BIOS_EBDA_PTR) * 0x10; 38 38 }
Note:
See TracChangeset
for help on using the changeset viewer.