- Timestamp:
- 2005-08-31T10:00:14Z (21 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b9e97fb
- Parents:
- 3de9e5e
- File:
-
- 1 edited
-
src/main/kinit.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/main/kinit.c
r3de9e5e r9756131 132 132 if (!a) panic("vm_area_create: vm_text"); 133 133 vm_area_map(a, m); 134 memc opy(PA2KA(a->mapping[0]), (__address) utext, utext_size < PAGE_SIZE ? utext_size : PAGE_SIZE);134 memcpy((void *) PA2KA(a->mapping[0]), (void *) utext, utext_size < PAGE_SIZE ? utext_size : PAGE_SIZE); 135 135 136 136 /*
Note:
See TracChangeset
for help on using the changeset viewer.
