Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 May 1996 22:34:21 -0700 (PDT)
From:      Peter Wemm <peter>
To:        freebsd-smp
Subject:   cvs commit:  sys/i386/conf files.i386 sys/i386/i386 mpboot.s mpcore.s
Message-ID:  <199605270534.WAA25535@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       96/05/26 22:34:20

  Modified:    i386/conf  files.i386
               i386/i386  mpcore.s
  Added:       i386/i386  mpboot.s
  Log:
  Get rid of the bogus seperately compiled, linked, bin2asm'ed, and
  .included "bootmp.inc" file.
  
  It's now assembled on the fly and linked into the kernel with the rest
  of the objects.
  
  The only problem, is that the !&@#%!@&*#%^!@&# crap version of gas that we
  have can't parse the relative assembler code, so I had to use a
  binutils-2.6 derived gas to make sure that the opcodes were correct and
  hand assembled them with .byte and .long statements.  Sigh!!!!
  
  Our beta version of gas-1.92.3 MUST DIE!!!!!!!!!!!!!!
  
  Revision  Changes    Path
  1.4       +1 -0      sys/i386/conf/files.i386
  1.11      +0 -19     sys/i386/i386/mpcore.s



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