Changeset be3f94c in mainline
- Timestamp:
- 2010-08-11T14:26:39Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 17ccb9d7
- Parents:
- 1d3d2cf
- Location:
- kernel/arch/ia32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/include/bios/bios.h
r1d3d2cf rbe3f94c 38 38 #include <typedefs.h> 39 39 40 #define BIOS_EBDA_PTR 0x40e41 42 40 extern uintptr_t ebda; 43 41 -
kernel/arch/ia32/src/bios/bios.c
r1d3d2cf rbe3f94c 36 36 #include <typedefs.h> 37 37 38 #define BIOS_EBDA_PTR 0x40e 39 38 40 uintptr_t ebda = 0; 39 41
Note:
See TracChangeset
for help on using the changeset viewer.