OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [linux/] [config.h] - Diff between revs 1765 and 1782

Only display areas with differences | Details | Blame | View Log

Rev 1765 Rev 1782
#ifndef _LINUX_CONFIG_H
#ifndef _LINUX_CONFIG_H
#define _LINUX_CONFIG_H
#define _LINUX_CONFIG_H
 
 
#include <linux/autoconf.h>
#include <linux/autoconf.h>
 
 
/*
/*
 * Defines for what uname() should return
 * Defines for what uname() should return
 */
 */
#ifndef UTS_SYSNAME
#ifndef UTS_SYSNAME
#define UTS_SYSNAME "Linux"
#define UTS_SYSNAME "Linux"
#endif
#endif
 
 
#ifndef UTS_MACHINE
#ifndef UTS_MACHINE
#define UTS_MACHINE "unknown"
#define UTS_MACHINE "unknown"
#endif
#endif
 
 
#ifndef UTS_NODENAME
#ifndef UTS_NODENAME
#define UTS_NODENAME "(none)"   /* set by sethostname() */
#define UTS_NODENAME "(none)"   /* set by sethostname() */
#endif
#endif
 
 
#ifndef UTS_DOMAINNAME
#ifndef UTS_DOMAINNAME
#define UTS_DOMAINNAME "(none)" /* set by setdomainname() */
#define UTS_DOMAINNAME "(none)" /* set by setdomainname() */
#endif
#endif
 
 
/*
/*
 * The definitions for UTS_RELEASE and UTS_VERSION are now defined
 * The definitions for UTS_RELEASE and UTS_VERSION are now defined
 * in linux/version.h, and should only be used by linux/version.c
 * in linux/version.h, and should only be used by linux/version.c
 */
 */
 
 
/* Shouldn't these be defined somewhere in a i386 definition? */
/* Shouldn't these be defined somewhere in a i386 definition? */
 
 
/* Don't touch these, unless you really know what you're doing. */
/* Don't touch these, unless you really know what you're doing. */
#define DEF_INITSEG     0x9000
#define DEF_INITSEG     0x9000
#define DEF_SYSSEG      0x1000
#define DEF_SYSSEG      0x1000
#define DEF_SETUPSEG    0x9020
#define DEF_SETUPSEG    0x9020
#define DEF_SYSSIZE     0x7F00
#define DEF_SYSSIZE     0x7F00
 
 
/* internal svga startup constants */
/* internal svga startup constants */
#define NORMAL_VGA      0xffff          /* 80x25 mode */
#define NORMAL_VGA      0xffff          /* 80x25 mode */
#define EXTENDED_VGA    0xfffe          /* 80x50 mode */
#define EXTENDED_VGA    0xfffe          /* 80x50 mode */
#define ASK_VGA         0xfffd          /* ask for it at bootup */
#define ASK_VGA         0xfffd          /* ask for it at bootup */
 
 
#endif
#endif
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.