Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
be210740
Commit
be210740
authored
Mar 08, 1994
by
Karl Heuer
Browse files
Initial revision
parent
8db970a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
0 deletions
+38
-0
src/s/freebsd.h
src/s/freebsd.h
+38
-0
No files found.
src/s/freebsd.h
0 → 100644
View file @
be210740
/* s/ file for freebsd system. */
/* Get most of the stuff from bsd4.3 */
#include "bsd4-3.h"
#undef SYSTEM_TYPE
#define SYSTEM_TYPE "freebsd"
#undef KERNEL_FILE
#define KERNEL_FILE "/386bsd"
#undef LDAV_SYMBOL
#define LDAV_SYMBOL "_averunnable"
#define SIGNALS_VIA_CHARACTERS
#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
#define A_TEXT_OFFSET(x) (sizeof (struct exec))
#define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr))
#define LIBS_DEBUG
#define LIBS_SYSTEM -lutil
#define HAVE_GETLOADAVG
/* For mem-limits.h. */
#define BSD4_2
/* Shared library stuff. */
#define TEXT_START 0
#define DATA_START 0
#define UNEXEC unexfreebsd.o
#define RUN_TIME_REMAP
#define LINKER cc
/* Reread the time zone on startup. */
#define LOCALTIME_CACHE
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment