All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eddy <eddyx89@gmail.com>
To: ELKS <linux-8086@vger.kernel.org>
Subject: 2 Patches
Date: Wed, 09 Aug 2006 01:30:25 +0200	[thread overview]
Message-ID: <44D91E91.7070504@gmail.com> (raw)

Here 2 files-patch for make menuconfig and make Image cleanly (almost
with my configuration)

file: patch-elks-0.1.3-r1.patch

diff -Naur p1/elks/arch/i86/boot/setup.S elks/arch/i86/boot/setup.S
--- p1/elks/arch/i86/boot/setup.S       2003-10-14 05:02:40.000000000 +0200
+++ elks/arch/i86/boot/setup.S  2006-08-09 01:22:22.000000000 +0200
@@ -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
diff -Naur p1/elks/arch/i86/drivers/char/KeyMaps/mkcfg
elks/arch/i86/drivers/char/KeyMaps/mkcfg
--- p1/elks/arch/i86/drivers/char/KeyMaps/mkcfg 2003-10-14
05:02:42.000000000 +0200
+++ elks/arch/i86/drivers/char/KeyMaps/mkcfg    2006-08-09
01:19:45.000000000 +0200
@@ -13,14 +13,14 @@
     printf '# Automatically created - do not edit.\n\n' >&3
     printf "choice 'XT Keyboard support'\t\t" >&3
     printf '/* Automatically created - do not edit */\n\n' >&4
-    while read FILE CODE NAME ; do
+    while read FILE CODE NAME ; do
        printf '\t\\\n\t%-12s\tCONFIG_KEYMAP_%s' >&3 \
                "${SEP}${NAME}" "${CODE}"
        SEP=' '
        printf '#include "%s"\t\t/* %s\t%-9s\t*/\n' >&4 \
                "${FILE}" "${CODE}" "${NAME}"
     done
-    printf '"\t\tAmerican\n\n# EOF.\n' >&3
+    printf '\"\n' >&3
 }

-codes | sort +1f | process 3> Config.in 4> keymaps.h
+codes | process 3> Config.in 4> keymaps.h

EOF

I hope to have been useful.

                 reply	other threads:[~2006-08-08 23:30 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=44D91E91.7070504@gmail.com \
    --to=eddyx89@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.