Changeset 17 for trunk/hal/generic/hal_uspace.h
- Timestamp:
- May 11, 2017, 7:49:17 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/generic/hal_uspace.h
r16 r17 1 1 /* 2 2 * hal_uspace.h - Generic User Space Access API definition 3 * 3 * 4 4 * Authors Mohamed Karaoui (2015) 5 5 * Alain Greiner (2016) 6 6 * 7 7 * Copyright (c) UPMC Sorbonne Universites 8 * 8 * 9 9 * This file is part of ALMOS-MKH. 10 10 * … … 30 30 ////////////////////////////////////////////////////////////////////////////////////////// 31 31 // User space access API (implementation in hal_uspace.c) 32 // 32 // 33 33 // When moving data between user space and kernel space, the user address is always 34 34 // a virtual address, but the kernel address can be a physical address, on some … … 64 64 65 65 /***************************************************************************************** 66 * This function activates the MMU to compute sthe length of a string in user space,66 * This function activates the MMU to compute the length of a string in user space, 67 67 * and returns it to a kernel buffer. 68 68 *****************************************************************************************
Note: See TracChangeset
for help on using the changeset viewer.