summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhpa <hpa>1998-01-31 13:22:38 +0000
committerhpa <hpa>1998-01-31 13:22:38 +0000
commit72979aba888f8e0b14f0c86ec45343c8e9af2b35 (patch)
treefaa14ba678944a19d9305bbbe20d84a89f1f4c0e
parent00984eaa22e6aae6bbc9c83515e275011edab5ae (diff)
downloadsyslinux-72979aba888f8e0b14f0c86ec45343c8e9af2b35.tar.gz
Added Id tags.
-rw-r--r--Makefile17
-rw-r--r--ldlinux.asm15
-rw-r--r--now.pl1
3 files changed, 28 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 95f6174f..ccac963a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,20 @@
+#ident "$Id$"
+## -----------------------------------------------------------------------
+##
+## Copyright 1998 H. Peter Anvin - All Rights Reserved
+##
+## This program is free software; you can redistribute it and/or modify
+## it under the terms of the GNU General Public License as published by
+## the Free Software Foundation, Inc., 675 Mass Ave, Cambridge MA 02139,
+## USA; either version 2 of the License, or (at your option) any later
+## version; incorporated herein by reference.
+##
+## -----------------------------------------------------------------------
+
+#
+# Main Makefile for SYSLINUX
+#
+
NASM = nasm
all: bootsect.bin ldlinux.sys
diff --git a/ldlinux.asm b/ldlinux.asm
index fe1d5769..387d8ccf 100644
--- a/ldlinux.asm
+++ b/ldlinux.asm
@@ -1,6 +1,8 @@
+; -*- fundamental -*- (asm-mode sucks)
+; $Id$
; ****************************************************************************
;
-; LDLINUX.ASM
+; ldlinux.asm
;
; A program to boot Linux kernels off an MS-DOS formatted floppy disk. This
; functionality is good to have for installation floppies, where it may
@@ -12,13 +14,16 @@
;
; This file is loaded in stages; first the boot sector at offset 7C00h,
; then the first sector (cluster, really, but we can only assume 1 sector)
-; of LDLINUX.SYS at 7E00h and finally the remainder of LDLINUX.SYS at 8000h
+; of LDLINUX.SYS at 7E00h and finally the remainder of LDLINUX.SYS at 8000h.
;
; Copyright (C) 1994-1998 H. Peter Anvin
;
-; This code is free software under the terms of the GNU General Public
-; License, version 2, or at your option any later version.
-;
+; This program is free software; you can redistribute it and/or modify
+; it under the terms of the GNU General Public License as published by
+; the Free Software Foundation, Inc., 675 Mass Ave, Cambridge MA 02139,
+; USA; either version 2 of the License, or (at your option) any later
+; version; incorporated herein by reference.
+;
; ****************************************************************************
;
diff --git a/now.pl b/now.pl
index 60e227ec..3f63cc73 100644
--- a/now.pl
+++ b/now.pl
@@ -1,4 +1,5 @@
#!/usr/bin/perl
+#ident "$Id$"
#
# Print the time as a hexadecimal integer
#