Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Carl Shapiro
cmucl
Commits
7d9c735a
Commit
7d9c735a
authored
34 years ago
by
ch
Browse files
Options
Downloads
Patches
Plain Diff
Initial revision
parent
0639ed38
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ldb/os.h
+34
-0
34 additions, 0 deletions
ldb/os.h
with
34 additions
and
0 deletions
ldb/os.h
0 → 100644
+
34
−
0
View file @
7d9c735a
/*
* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/os.h,v 1.1 1990/06/03 22:37:50 ch Exp $
*
* OS-dependent header file.
*
* This is the Mach version.
*
*/
#if !defined(_OS_H_INCLUDED_)
#include
<mach.h>
#include
"ldb.h"
typedef
vm_address_t
os_vm_address_t
;
typedef
vm_size_t
os_vm_size_t
;
typedef
vm_offset_t
os_vm_offset_t
;
typedef
vm_prot_t
os_vm_prot_t
;
extern
os_vm_size_t
os_vm_page_size
;
extern
void
os_validate
();
extern
void
os_invalidate
();
extern
void
os_zero
();
extern
void
os_map
();
extern
void
os_flush_icache
();
extern
void
os_protect
();
extern
boolean
valid_addr
();
#define OS_VM_PROT_READ VM_PROT_READ
#define OS_VM_PROT_WRITE VM_PROT_WRITE
#define OS_VM_PROT_EXECUTE VM_PROT_EXECUTE
#endif
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment