Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 May 1999 12:01:51 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern init_main.c src/sys/i386/include asnames.h src/sys/i386/i386 locore.s
Message-ID:  <199905091901.MAA25571@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       1999/05/09 12:01:51 PDT

  Modified files:
    sys/kern             init_main.c 
    sys/i386/include     asnames.h 
    sys/i386/i386        locore.s 
  Log:
  s/main/mi_startup/ for the kernel entry point so that egcs doesn't get
  upset about it (and generate things like __main() calls that are reserved
  for main()).  Renaming was phk's suggestion, but I'd already thought about
  it too.  (phk liked my suggested name tada() but I decided against it :-)
  
  Reviewed by:	phk
  
  Revision  Changes    Path
  1.120     +6 -13     src/sys/kern/init_main.c
  1.34      +2 -2      src/sys/i386/include/asnames.h
  1.122     +2 -2      src/sys/i386/i386/locore.s


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905091901.MAA25571>