Changes in kernel/arch/ia32/src/vreg.c [1b20da0:4b1c7c6f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/vreg.c
r1b20da0 r4b1c7c6f 68 68 69 69 page = (uint32_t *) km_map(frame, PAGE_SIZE, 70 PAGE_ READ | PAGE_WRITE | PAGE_USER | PAGE_CACHEABLE);70 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.