freebsd-dev/sys/boot/i386/btx
Ruslan Ermilov edfa817773 After talking to Bruce Evans and reading more standards specs,
switch to using C99-style comments everywhere in preprocessed
assembler.  The reason is that lines starting with the regexp
'^[[:space:]]#' are treated as preprocessing directives, and
while it seems to work now with GCC, it's not necessarily has
to work.  Use C99 comments `//' for the trailing comments to
save whitespace.
2004-04-28 14:31:44 +00:00
..
btx After talking to Bruce Evans and reading more standards specs, 2004-04-28 14:31:44 +00:00
btxldr After talking to Bruce Evans and reading more standards specs, 2004-04-28 14:31:44 +00:00
lib - Factor out -nostdlib to an upper level Makefile.inc. 2004-02-09 14:11:58 +00:00
Makefile
Makefile.inc First round of cleanups to sys/boot/ makefiles: 2004-02-06 21:58:32 +00:00