We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d37933 commit 484a550Copy full SHA for 484a550
Makefile
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
#
15
-# $Id: Makefile 110392 2008-02-26 00:59:11Z nil $
+# $Id$
16
17
CFLAGS = -Wall -O2 -s
18
design.txt
@@ -293,4 +293,4 @@ Date Author Description
293
2007-08-31 nil sga+vga fixes
294
2007-08-08 nil Initial version
295
296
-$Id:$
+$Id$
sgabios.S
@@ -45,7 +45,7 @@
45
#define FCR_FIFO_ENABLE 0x01
46
#define PORT_DIVISOR 115200
47
#define TRANSMIT_READY_BIT 0x20
48
-#define BIOS_BUILD_VERSION "$Id: sgabios.S 110392 2008-02-26 00:59:11Z nil $"
+#define BIOS_BUILD_VERSION "$Id$"
49
50
#define KBD_HEAD 0x1a
51
#define KBD_TAIL 0x1c
0 commit comments