commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

hurd-l4 ./Makefile.am physmem/ia32-crt0.S


From: Marcus Brinkmann
Subject: hurd-l4 ./Makefile.am physmem/ia32-crt0.S
Date: Fri, 12 Sep 2003 14:15:20 -0400

CVSROOT:        /cvsroot/hurd
Module name:    hurd-l4
Branch:         
Changes by:     Marcus Brinkmann <address@hidden>       03/09/12 14:15:19

Modified files:
        .              : Makefile.am 
        physmem        : ia32-crt0.S 

Log message:
        physmem fixes

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd-l4/Makefile.am.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd-l4/physmem/ia32-crt0.S.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: hurd-l4/Makefile.am
diff -u hurd-l4/Makefile.am:1.4 hurd-l4/Makefile.am:1.5
--- hurd-l4/Makefile.am:1.4     Sun Sep  7 21:00:18 2003
+++ hurd-l4/Makefile.am Fri Sep 12 14:15:19 2003
@@ -1 +1 @@
-SUBDIRS = libl4 laden wortel libhurd-slab libhurd-ihash
+SUBDIRS = libl4 laden wortel physmem libhurd-slab libhurd-ihash
Index: hurd-l4/physmem/ia32-crt0.S
diff -u hurd-l4/physmem/ia32-crt0.S:1.1 hurd-l4/physmem/ia32-crt0.S:1.2
--- hurd-l4/physmem/ia32-crt0.S:1.1     Tue Sep  9 17:43:12 2003
+++ hurd-l4/physmem/ia32-crt0.S Fri Sep 12 14:15:19 2003
@@ -18,9 +18,6 @@
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA. */
 
-#define ASM    1
-#include "multiboot.h"
-
 /* The size of our stack (4KB).  */
 #define STACK_SIZE                     0x1000
        




reply via email to

[Prev in Thread] Current Thread [Next in Thread]