From: Tommy McCabe <rocketjet314@yahoo.com>
To: linux-8086@vger.kernel.org
Subject: Patch
Date: Sat, 28 Feb 2004 14:06:21 -0800 (PST) [thread overview]
Message-ID: <20040228220621.95205.qmail@web11705.mail.yahoo.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 483 bytes --]
This is a patch that fixes three annoying little bugs
in 0.13pre1:
#1, the extra set of parentheses in
elks/arch/i86/boot/setup.S which it won't compile
with;
#2, the extra set of apostrophes in
elks/kernel/printk.c which will cause the kernel to
print out weird messages filled with 0's;
#3, the /mnt/elks in elkscmd/Make.defs is changed to /mnt/test.
__________________________________
Do you Yahoo!?
Get better spam protection with Yahoo! Mail.
http://antispam.yahoo.com/tools
[-- Attachment #2: patch.diff --]
[-- Type: application/octet-stream, Size: 1348 bytes --]
Index: elks/arch/i86/boot/setup.S
===================================================================
RCS file: /cvsroot/elks/elks/arch/i86/boot/setup.S,v
retrieving revision 1.11
diff -u -r1.11 setup.S
--- elks/arch/i86/boot/setup.S 13 Jul 2002 06:35:36 -0000 1.11
+++ elks/arch/i86/boot/setup.S 28 Feb 2004 21:39:43 -0000
@@ -585,7 +585,7 @@
or al,al
jnz is486
#endif
-#ifdef(CONFIG_CPU_80386)
+#ifdef CONFIG_CPU_80386
mov cl,#7
lea si,p80386
br getfpu
Index: elks/kernel/printk.c
===================================================================
RCS file: /cvsroot/elks/elks/kernel/printk.c,v
retrieving revision 1.19
diff -u -r1.19 printk.c
--- elks/kernel/printk.c 12 Jul 2003 19:08:33 -0000 1.19
+++ elks/kernel/printk.c 28 Feb 2004 21:39:43 -0000
@@ -136,7 +136,7 @@
continue;
}
- width = zero = '0';
+ width = zero = 0;
if (c == '0')
zero++;
while (c >= '0' && c <= '9') {
Index: elkscmd/Make.defs
===================================================================
RCS file: /cvsroot/elks/elkscmd/Make.defs,v
retrieving revision 1.15
diff -u -r1.15 Make.defs
--- elkscmd/Make.defs 3 Mar 2002 23:17:05 -0000 1.15
+++ elkscmd/Make.defs 28 Feb 2004 21:39:44 -0000
@@ -159,7 +159,7 @@
endif
ifeq ($(TARGET_MODE),LOOP)
-TARGET_MNT=/mnt/elks
+TARGET_MNT=/mnt/test
LOOP=-o loop
endif
reply other threads:[~2004-02-28 22:06 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040228220621.95205.qmail@web11705.mail.yahoo.com \
--to=rocketjet314@yahoo.com \
--cc=linux-8086@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox