Changes in kernel/arch/ia32/src/vreg.c [4b1c7c6f:1b20da0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/vreg.c
r4b1c7c6f r1b20da0 68 68 69 69 page = (uint32_t *) km_map(frame, PAGE_SIZE, 70 PAGE_ WRITE | PAGE_USER | PAGE_CACHEABLE);70 PAGE_READ | PAGE_WRITE | PAGE_USER | PAGE_CACHEABLE); 71 71 72 72 gdt_setbase(&gdt_p[VREG_DES], (uintptr_t) page);
Note:
See TracChangeset
for help on using the changeset viewer.