freebsd-nq/sys/boot/i386/pxeldr
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
..
Makefile Removed now redundant CLEANFILES assignments. 2004-04-27 19:45:16 +00:00
pxeboot.8 Uniformly refer to a file system as "file system". 2002-12-12 17:26:04 +00:00
pxeldr.S After talking to Bruce Evans and reading more standards specs, 2004-04-28 14:31:44 +00:00