9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] silly change for 9/boot/mkboot (cfs)
@ 2003-02-14 12:13 Fco.J.Ballesteros
  0 siblings, 0 replies; only message in thread
From: Fco.J.Ballesteros @ 2003-02-14 12:13 UTC (permalink / raw)
  To: 9fans

This command said $1 == cfs.root, which should probably be /386/bin/cfs or
/$objtype/bin/cfs


../port/mkextract bootdir 0 $* | awk '
	BEGIN			{ cfs = 0 }
	$1 == "/386/bin/cfs"	{ cfs = 1 }
	END			{ if(cfs)
					print "int (*cfs)(int) = cache;"
				  else
					print "int (*cfs)(int) = 0;"
				}
	'



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-02-14 12:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-14 12:13 [9fans] silly change for 9/boot/mkboot (cfs) Fco.J.Ballesteros

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).