From 0c3192bb84e26de37e1fd18e566005899a8a34f9 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Thu, 9 Oct 2008 00:00:25 +0200 Subject: [[microkernel/mach/mig/open_issues]]. --- microkernel/mach/mig.mdwn | 1 + microkernel/mach/mig/open_issues.mdwn | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 microkernel/mach/mig/open_issues.mdwn (limited to 'microkernel') diff --git a/microkernel/mach/mig.mdwn b/microkernel/mach/mig.mdwn index f47eadfb..c620420a 100644 --- a/microkernel/mach/mig.mdwn +++ b/microkernel/mach/mig.mdwn @@ -10,3 +10,4 @@ GNU MIG is fully compatible with OSF MIG. * MIG's [homepage](http://www.gnu.org/software/hurd/mig.html) * [[Documentation]] * [[Building]] - Building (and obtaining) MIG +* [[Open_Issues]] diff --git a/microkernel/mach/mig/open_issues.mdwn b/microkernel/mach/mig/open_issues.mdwn new file mode 100644 index 00000000..68c4e5b4 --- /dev/null +++ b/microkernel/mach/mig/open_issues.mdwn @@ -0,0 +1,19 @@ +[[meta copyright="Copyright © 2008 Free Software Foundation, Inc."]] + +[[meta license="""[[toggle id="license" text="GFDL 1.2+"]][[toggleable +id="license" text="Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license +is included in the section entitled +[[GNU_Free_Documentation_License|/fdl]]."]]"""]] + +[[meta title="Open Issues"]] + +This is a dumping ground for open issues. + +[[inline +pages="microkernel/mach/mig/open_issues/* and !*/discussion" +show=0 +actions=yes +rootpage="microkernel/mach/mig/open_issues" postformtext="Add a new item titled:"]] -- cgit v1.2.3 From 1bd8504fda886ef36f58b4667559ee19e9283a2c Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Thu, 9 Oct 2008 00:00:59 +0200 Subject: ``duplicate inclusion guards''. --- .../mach/mig/open_issues/duplicate_inclusion_guards.mdwn | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 microkernel/mach/mig/open_issues/duplicate_inclusion_guards.mdwn (limited to 'microkernel') diff --git a/microkernel/mach/mig/open_issues/duplicate_inclusion_guards.mdwn b/microkernel/mach/mig/open_issues/duplicate_inclusion_guards.mdwn new file mode 100644 index 00000000..93347759 --- /dev/null +++ b/microkernel/mach/mig/open_issues/duplicate_inclusion_guards.mdwn @@ -0,0 +1,14 @@ +[[meta copyright="Copyright © 2008 Free Software Foundation, Inc."]] + +[[meta license="""[[toggle id="license" text="GFDL 1.2+"]][[toggleable +id="license" text="Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license +is included in the section entitled +[[GNU_Free_Documentation_License|/fdl]]."]]"""]] + +E.g., both `/usr/include/hurd/process.h` and +`/usr/include/hurd/process_request.h` use `_process_user_` as an inclusion +guard. This leads to problems when both are needed, as is the case in +[[GDB]]'s `gdb/gnu-nat.c`. -- cgit v1.2.3 From 961a8b18b0509c1bd957e0f83cfb3baf811fabbf Mon Sep 17 00:00:00 2001 From: shakthimaan Date: Thu, 9 Oct 2008 04:23:35 +0000 Subject: --- microkernel/mach/documentation.mdwn | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'microkernel') diff --git a/microkernel/mach/documentation.mdwn b/microkernel/mach/documentation.mdwn index 83e2d0e2..9c145500 100644 --- a/microkernel/mach/documentation.mdwn +++ b/microkernel/mach/documentation.mdwn @@ -12,6 +12,9 @@ is included in the section entitled summary of Mach's history and main concepts. - OSF's [Kernel - Interface](ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/osf/kernel_interface.ps) + Interface](http://shakthimaan.com/downloads/hurd/kernel_interface.pdf) - OSF's [Kernel - Principles](ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/osf/kernel_principles.ps) + Principles](http://shakthimaan.com/downloads/hurd/kernel_principles.pdf) + - Porting and Modifying the Mach 3.0 microkernel [Porting Mach] (http://shakthimaan.com/downloads/hurd/Porting%20and%20Modifying%20the%20Mach%203.0%20Microkernel.pdf) + - Programmers' Guide to the Mach System Call [Mach System Call] (http://shakthimaan.com/downloads/hurd/A.Programmers.Guide.to.the.Mach.System.Calls.pdf) + - An IO System for Mach [IO system for Mach] (http://shakthimaan.com/downloads/hurd/An%20IO%20System%20for%20Mach.pdf) -- cgit v1.2.3 From 495d9ec106b571f29b8eb0314702d5c14af33b27 Mon Sep 17 00:00:00 2001 From: shakthimaan Date: Thu, 9 Oct 2008 04:27:14 +0000 Subject: --- microkernel/mach/documentation.mdwn | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'microkernel') diff --git a/microkernel/mach/documentation.mdwn b/microkernel/mach/documentation.mdwn index 9c145500..d460aa4e 100644 --- a/microkernel/mach/documentation.mdwn +++ b/microkernel/mach/documentation.mdwn @@ -12,9 +12,6 @@ is included in the section entitled summary of Mach's history and main concepts. - OSF's [Kernel - Interface](http://shakthimaan.com/downloads/hurd/kernel_interface.pdf) + Interface]()(ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/osf/kernel_interface.ps/) - OSF's [Kernel - Principles](http://shakthimaan.com/downloads/hurd/kernel_principles.pdf) - - Porting and Modifying the Mach 3.0 microkernel [Porting Mach] (http://shakthimaan.com/downloads/hurd/Porting%20and%20Modifying%20the%20Mach%203.0%20Microkernel.pdf) - - Programmers' Guide to the Mach System Call [Mach System Call] (http://shakthimaan.com/downloads/hurd/A.Programmers.Guide.to.the.Mach.System.Calls.pdf) - - An IO System for Mach [IO system for Mach] (http://shakthimaan.com/downloads/hurd/An%20IO%20System%20for%20Mach.pdf) + Principles](ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/osf/kernel_principles.ps/) -- cgit v1.2.3 From 4e55e288bcd95458d54d583c50dc20f7a655522c Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Thu, 9 Oct 2008 10:50:37 +0200 Subject: [[microkernel/mach/gnumach/open_issues]]. --- microkernel/mach/gnumach.mdwn | 1 + microkernel/mach/gnumach/open_issues.mdwn | 19 +++++++++++++++++++ microkernel/mach/gnumach/projects.mdwn | 2 ++ 3 files changed, 22 insertions(+) create mode 100644 microkernel/mach/gnumach/open_issues.mdwn (limited to 'microkernel') diff --git a/microkernel/mach/gnumach.mdwn b/microkernel/mach/gnumach.mdwn index 71681eed..d45549f5 100644 --- a/microkernel/mach/gnumach.mdwn +++ b/microkernel/mach/gnumach.mdwn @@ -27,3 +27,4 @@ GNU Mach runs on x86 machines. See the * [[Boot_Trace]] * [[Projects]] * [[Rules]] + * [[Open_Issues]] diff --git a/microkernel/mach/gnumach/open_issues.mdwn b/microkernel/mach/gnumach/open_issues.mdwn new file mode 100644 index 00000000..440e506f --- /dev/null +++ b/microkernel/mach/gnumach/open_issues.mdwn @@ -0,0 +1,19 @@ +[[meta copyright="Copyright © 2008 Free Software Foundation, Inc."]] + +[[meta license="""[[toggle id="license" text="GFDL 1.2+"]][[toggleable +id="license" text="Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license +is included in the section entitled +[[GNU_Free_Documentation_License|/fdl]]."]]"""]] + +[[meta title="Open Issues"]] + +This is a dumping ground for open issues. + +[[inline +pages="microkernel/mach/gnumach/open_issues/* and !*/discussion" +show=0 +actions=yes +rootpage="microkernel/mach/gnumach/open_issues" postformtext="Add a new item titled:"]] diff --git a/microkernel/mach/gnumach/projects.mdwn b/microkernel/mach/gnumach/projects.mdwn index 10ba0fe2..9ace6270 100644 --- a/microkernel/mach/gnumach/projects.mdwn +++ b/microkernel/mach/gnumach/projects.mdwn @@ -33,6 +33,8 @@ so that no duplicate efforts end up. * [[Clean_up_the_code]] + * [[Open_Issues]] + * Update the core architecture and drivers * Check what NetBSD, FreeBSD and Linux do with their host specific code -- cgit v1.2.3 From 30a9eb36e9f4e000a4a306f707b7f574e0a5ffad Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Thu, 9 Oct 2008 10:57:17 +0200 Subject: Repair links shakthimaan broke. --- microkernel/mach/documentation.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'microkernel') diff --git a/microkernel/mach/documentation.mdwn b/microkernel/mach/documentation.mdwn index d460aa4e..83e2d0e2 100644 --- a/microkernel/mach/documentation.mdwn +++ b/microkernel/mach/documentation.mdwn @@ -12,6 +12,6 @@ is included in the section entitled summary of Mach's history and main concepts. - OSF's [Kernel - Interface]()(ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/osf/kernel_interface.ps/) + Interface](ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/osf/kernel_interface.ps) - OSF's [Kernel - Principles](ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/osf/kernel_principles.ps/) + Principles](ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/osf/kernel_principles.ps) -- cgit v1.2.3 From 2299c7bdc2bbd6d0645e7d4bea17011ba745ce5b Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Thu, 9 Oct 2008 12:59:14 +0200 Subject: Better state open issues for which project. --- hurd/open_issues.mdwn | 2 +- microkernel/mach/gnumach/open_issues.mdwn | 2 +- microkernel/mach/mig/open_issues.mdwn | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'microkernel') diff --git a/hurd/open_issues.mdwn b/hurd/open_issues.mdwn index 09fd83dd..d7dc4d99 100644 --- a/hurd/open_issues.mdwn +++ b/hurd/open_issues.mdwn @@ -10,7 +10,7 @@ is included in the section entitled [[meta title="Open Issues"]] -This is a dumping ground for open issues. +This is a dumping ground for open issues for the GNU Hurd. [[inline pages="hurd/open_issues/* and !*/discussion" diff --git a/microkernel/mach/gnumach/open_issues.mdwn b/microkernel/mach/gnumach/open_issues.mdwn index 440e506f..433ec3ef 100644 --- a/microkernel/mach/gnumach/open_issues.mdwn +++ b/microkernel/mach/gnumach/open_issues.mdwn @@ -10,7 +10,7 @@ is included in the section entitled [[meta title="Open Issues"]] -This is a dumping ground for open issues. +This is a dumping ground for open issues for GNU Mach. [[inline pages="microkernel/mach/gnumach/open_issues/* and !*/discussion" diff --git a/microkernel/mach/mig/open_issues.mdwn b/microkernel/mach/mig/open_issues.mdwn index 68c4e5b4..2d870695 100644 --- a/microkernel/mach/mig/open_issues.mdwn +++ b/microkernel/mach/mig/open_issues.mdwn @@ -10,7 +10,7 @@ is included in the section entitled [[meta title="Open Issues"]] -This is a dumping ground for open issues. +This is a dumping ground for open issues for GNU MIG. [[inline pages="microkernel/mach/mig/open_issues/* and !*/discussion" -- cgit v1.2.3 From c4991ab4dba78f915521a089b7160fdee8837559 Mon Sep 17 00:00:00 2001 From: shakthimaan Date: Thu, 9 Oct 2008 13:30:50 +0000 Subject: --- microkernel/mach/documentation.mdwn | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'microkernel') diff --git a/microkernel/mach/documentation.mdwn b/microkernel/mach/documentation.mdwn index 83e2d0e2..41a8176b 100644 --- a/microkernel/mach/documentation.mdwn +++ b/microkernel/mach/documentation.mdwn @@ -11,7 +11,10 @@ is included in the section entitled - [Meet Mach](http://www.stepwise.com/Articles/Technical/MeetMach.html), a summary of Mach's history and main concepts. - - OSF's [Kernel - Interface](ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/osf/kernel_interface.ps) - - OSF's [Kernel - Principles](ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/osf/kernel_principles.ps) + - OSF's Kernel Interface [ps](ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/osf/kernel_interface.ps) + [pdf](http://shakthimaan.com/downloads/hurd/kernel_interface.pdf) + - OSF's Kernel Principles [ps](ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/osf/kernel_principles.ps) + [pdf] (http://shakthimaan.com/downloads/hurd/kernel_principles.pdf) + - Porting and Modifying the Mach 3.0 Microkernel [pdf] (http://shakthimaan.com/downloads/hurd/Porting%20and%20Modifying%20the%20Mach%203.0%20Microkernel.pdf) + - An IO System for Mach [pdf] (http://shakthimaan.com/downloads/hurd/An%20IO%20System%20for%20Mach.pdf) + - A Programmers' Guide to Mach System Call [pdf] (http://shakthimaan.com/downloads/hurd/A.Programmers.Guide.to.the.Mach.System.Calls.pdf) -- cgit v1.2.3 From ed8f49abee9952243bad7bcba57f522add44db83 Mon Sep 17 00:00:00 2001 From: shakthimaan Date: Thu, 9 Oct 2008 13:33:23 +0000 Subject: --- microkernel/mach/documentation.mdwn | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'microkernel') diff --git a/microkernel/mach/documentation.mdwn b/microkernel/mach/documentation.mdwn index 41a8176b..aa6b92dc 100644 --- a/microkernel/mach/documentation.mdwn +++ b/microkernel/mach/documentation.mdwn @@ -13,8 +13,12 @@ is included in the section entitled - OSF's Kernel Interface [ps](ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/osf/kernel_interface.ps) [pdf](http://shakthimaan.com/downloads/hurd/kernel_interface.pdf) + - OSF's Kernel Principles [ps](ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/osf/kernel_principles.ps) [pdf] (http://shakthimaan.com/downloads/hurd/kernel_principles.pdf) + - Porting and Modifying the Mach 3.0 Microkernel [pdf] (http://shakthimaan.com/downloads/hurd/Porting%20and%20Modifying%20the%20Mach%203.0%20Microkernel.pdf) + - An IO System for Mach [pdf] (http://shakthimaan.com/downloads/hurd/An%20IO%20System%20for%20Mach.pdf) + - A Programmers' Guide to Mach System Call [pdf] (http://shakthimaan.com/downloads/hurd/A.Programmers.Guide.to.the.Mach.System.Calls.pdf) -- cgit v1.2.3 From f19b28a603c2d30f9cd27749275992f6ec50303d Mon Sep 17 00:00:00 2001 From: shakthimaan Date: Thu, 9 Oct 2008 13:36:52 +0000 Subject: --- microkernel/mach/documentation.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'microkernel') diff --git a/microkernel/mach/documentation.mdwn b/microkernel/mach/documentation.mdwn index aa6b92dc..c8cd70a5 100644 --- a/microkernel/mach/documentation.mdwn +++ b/microkernel/mach/documentation.mdwn @@ -14,7 +14,7 @@ is included in the section entitled - OSF's Kernel Interface [ps](ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/osf/kernel_interface.ps) [pdf](http://shakthimaan.com/downloads/hurd/kernel_interface.pdf) - - OSF's Kernel Principles [ps](ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/osf/kernel_principles.ps) + - OSF's Kernel Principles [ps](ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/osf/kernel_principles.ps) [pdf] (http://shakthimaan.com/downloads/hurd/kernel_principles.pdf) - Porting and Modifying the Mach 3.0 Microkernel [pdf] (http://shakthimaan.com/downloads/hurd/Porting%20and%20Modifying%20the%20Mach%203.0%20Microkernel.pdf) -- cgit v1.2.3 From dcba2449f625e6c44d50cb640258e34e3487a536 Mon Sep 17 00:00:00 2001 From: shakthimaan Date: Thu, 9 Oct 2008 13:43:20 +0000 Subject: --- microkernel/mach/documentation.mdwn | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'microkernel') diff --git a/microkernel/mach/documentation.mdwn b/microkernel/mach/documentation.mdwn index c8cd70a5..8f0483c6 100644 --- a/microkernel/mach/documentation.mdwn +++ b/microkernel/mach/documentation.mdwn @@ -11,14 +11,14 @@ is included in the section entitled - [Meet Mach](http://www.stepwise.com/Articles/Technical/MeetMach.html), a summary of Mach's history and main concepts. - - OSF's Kernel Interface [ps](ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/osf/kernel_interface.ps) - [pdf](http://shakthimaan.com/downloads/hurd/kernel_interface.pdf) + - OSF's [Kernel Interface (ps)](ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/osf/kernel_interface.ps) + [Kernel Interface (pdf)](http://shakthimaan.com/downloads/hurd/kernel_interface.pdf) - - OSF's Kernel Principles [ps](ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/osf/kernel_principles.ps) - [pdf] (http://shakthimaan.com/downloads/hurd/kernel_principles.pdf) + - OSF's [Kernel Principles (ps)](ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/osf/kernel_principles.ps) + [Kernel Principles (pdf)] (http://shakthimaan.com/downloads/hurd/kernel_principles.pdf) - - Porting and Modifying the Mach 3.0 Microkernel [pdf] (http://shakthimaan.com/downloads/hurd/Porting%20and%20Modifying%20the%20Mach%203.0%20Microkernel.pdf) + - [Porting and Modifying the Mach 3.0 Microkernel] (http://shakthimaan.com/downloads/hurd/Porting%20and%20Modifying%20the%20Mach%203.0%20Microkernel.pdf) - - An IO System for Mach [pdf] (http://shakthimaan.com/downloads/hurd/An%20IO%20System%20for%20Mach.pdf) + - [An IO System for Mach] (http://shakthimaan.com/downloads/hurd/An%20IO%20System%20for%20Mach.pdf) - - A Programmers' Guide to Mach System Call [pdf] (http://shakthimaan.com/downloads/hurd/A.Programmers.Guide.to.the.Mach.System.Calls.pdf) + - [A Programmers' Guide to Mach System Call] (http://shakthimaan.com/downloads/hurd/A.Programmers.Guide.to.the.Mach.System.Calls.pdf) -- cgit v1.2.3 From c6bfbb4bd03c131692ddffec5512359f6bc2d737 Mon Sep 17 00:00:00 2001 From: shakthimaan Date: Thu, 9 Oct 2008 14:02:51 +0000 Subject: --- microkernel/mach/documentation.mdwn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'microkernel') diff --git a/microkernel/mach/documentation.mdwn b/microkernel/mach/documentation.mdwn index 8f0483c6..fe870386 100644 --- a/microkernel/mach/documentation.mdwn +++ b/microkernel/mach/documentation.mdwn @@ -15,10 +15,10 @@ is included in the section entitled [Kernel Interface (pdf)](http://shakthimaan.com/downloads/hurd/kernel_interface.pdf) - OSF's [Kernel Principles (ps)](ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/osf/kernel_principles.ps) - [Kernel Principles (pdf)] (http://shakthimaan.com/downloads/hurd/kernel_principles.pdf) + [Kernel Principles (pdf)](http://shakthimaan.com/downloads/hurd/kernel_principles.pdf) - - [Porting and Modifying the Mach 3.0 Microkernel] (http://shakthimaan.com/downloads/hurd/Porting%20and%20Modifying%20the%20Mach%203.0%20Microkernel.pdf) + - [Porting and Modifying the Mach 3.0 Microkernel](http://shakthimaan.com/downloads/hurd/Porting%20and%20Modifying%20the%20Mach%203.0%20Microkernel.pdf) - - [An IO System for Mach] (http://shakthimaan.com/downloads/hurd/An%20IO%20System%20for%20Mach.pdf) + - [An IO System for Mach](http://shakthimaan.com/downloads/hurd/An%20IO%20System%20for%20Mach.pdf) - - [A Programmers' Guide to Mach System Call] (http://shakthimaan.com/downloads/hurd/A.Programmers.Guide.to.the.Mach.System.Calls.pdf) + - [A Programmers' Guide to Mach System Call](http://shakthimaan.com/downloads/hurd/A.Programmers.Guide.to.the.Mach.System.Calls.pdf) -- cgit v1.2.3 From 4c22bdd4ddf3e403dbb1b9763a4b98c4c4a4e4bf Mon Sep 17 00:00:00 2001 From: shakthimaan Date: Thu, 9 Oct 2008 17:43:16 +0000 Subject: --- microkernel/viengoos/building.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'microkernel') diff --git a/microkernel/viengoos/building.mdwn b/microkernel/viengoos/building.mdwn index 8868c46c..16e94cbd 100644 --- a/microkernel/viengoos/building.mdwn +++ b/microkernel/viengoos/building.mdwn @@ -14,7 +14,7 @@ Checkout hurd-l4: cvs -z3 -d :pserver:anonymous@cvs.savannah.gnu.org:/sources/hurd co hurd-l4 -Apply hurd-l4/libl4/ patch to change to gs:0 on line 35. +There is a patch in the README file, to change to %%gs:0 in libl4/ia32/l4/bits/vregs.h in line 35. It should have been applied already in the checked out code. Do verify. Configure: -- cgit v1.2.3 From 0db68b9475c031600096ed556294a3898d3c7a58 Mon Sep 17 00:00:00 2001 From: shakthimaan Date: Thu, 9 Oct 2008 18:39:09 +0000 Subject: --- microkernel/viengoos/building.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'microkernel') diff --git a/microkernel/viengoos/building.mdwn b/microkernel/viengoos/building.mdwn index 16e94cbd..909f1b5e 100644 --- a/microkernel/viengoos/building.mdwn +++ b/microkernel/viengoos/building.mdwn @@ -56,10 +56,10 @@ Get Pistachio using hg: Build: - cd kernel + cd kernel - make BUILDDIR=build - cd build + make BUILDDIR=build + cd build Check Makeconf.local: -- cgit v1.2.3