Changeset 51029384 in mainline for src/main/kinit.c
- Timestamp:
- 2005-07-20T13:56:18Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b5eb1ee
- Parents:
- 121dab5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/kinit.c
r121dab5 r51029384 131 131 a = vm_area_create(m, VMA_TEXT, 1, UTEXT_ADDRESS); 132 132 if (!a) panic("vm_area_create: vm_text"); 133 memcopy((__address) utext, PA2KA(a->mapping[0]), utext_size < PAGE_SIZE ? utext_size : PAGE_SIZE); 133 memcopy((__address) utext, PA2KA(a->mapping[0]), utext_size < PAGE_SIZE ? utext_size : PAGE_SIZE); 134 134 135 135 /*
Note:
See TracChangeset
for help on using the changeset viewer.