freebsd-dev/sys/boot/i386/boot2
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
..
boot1.S After talking to Bruce Evans and reading more standards specs, 2004-04-28 14:31:44 +00:00
boot2.c These are changes to allow to use the Intel C/C++ compiler (lang/icc) 2004-03-12 21:45:33 +00:00
lib.h
Makefile Re-add sio.S, and properly deal with assembler files. 2004-02-17 07:13:04 +00:00
sio.S After talking to Bruce Evans and reading more standards specs, 2004-04-28 14:31:44 +00:00