Robert, thank you for your help.  Jeff, here's that doc I was
telling you about.

On Sat, Sep 22, 2001 at 01:14:35PM +0000, Robert J. Chassell said:
> The document formats without reported error, except for one overfull
> and one underfull hbox in the TeX dvi output.

Ok, I've changed the overfull paragraph around a bit, and now it's 
a underfull paragraph, which is better I suppose.  Both of those 
are caused by longish URL's in the paragraphs, I'm not sure what else can 
be done.

> It is convenient to include the following summary of shell commands at
> the beginning of your Texinfo document.  This set of commands makes it
> easy for reviewers and users to create the different outputs.  You can
> run them in shell in Emacs, or copy them to an Xterm in X Windows.

I've added these to the newest revision.

> Also, I find that @smallbook produces the best size printed output,
> even on US letter sized paper or on A4 paper.  My eyes have an easier
> time tracking `conventional book' length of lines in @smallbook and my
> red editor's pen prefers the wider margins.  (If your examples are
> wide, @smallbook requires that you replace @example with
> @smallexample.)

I realised that I hadn't actaully run it through TeX, because my main 
focus was the .info file.  Consequently, there was a few goofs that 
only showed up the TeX formats (like the table of contents being in 
the wrong place).  I think it's best, then, to get this updated copy 
out to everyone instead of worrying about @smallbook.  I may 
move it there in the future, and I'll keep this point in mind whenever 
I write more docs, so thank you for pointing it out.

Kevin
-- 
Kevin Kreamer
FsckIt on openprojects.net

oskit-mach.texi

 Index: ds_osenv.c
 ===================================================================
 RCS file: /cvsroot/hurd/gnumach/oskit/Attic/ds_osenv.c,v
 retrieving revision 1.1.2.1
 diff -u -r1.1.2.1 ds_osenv.c
 --- ds_osenv.c  1999/11/25 23:27:06     1.1.2.1
 +++ ds_osenv.c  2001/06/05 19:56:44
 @@ -52,7 +52,6 @@
                                    oskit_create_osenv_intr (),
                                    oskit_create_osenv_sleep (),
                                    &ds_console_stream);
 -      direct_cons_set_flags (DC_NO_ONLCR);
      }
    if (rc)
      panic ("cannot create interrupt-driven console stream: %x\n", rc);
 Index: trap.c
 ===================================================================
 RCS file: /cvsroot/hurd/gnumach/i386/i386/trap.c,v
 retrieving revision 1.4.2.3
 diff -u -r1.4.2.3 trap.c
 --- trap.c      2001/04/05 06:52:46     1.4.2.3
 +++ trap.c      2001/07/09 19:36:15
 @@ -219,9 +219,7 @@
  #if 0
                 printf("now %08x\n", subcode);
  #endif
 -                       if (trunc_page(subcode) == 0
 -                           || (subcode >= (int)_start
 -                               && subcode < (int)etext)) {
 +                       if (subcode >= (int)_start && subcode < (int)etext){
                                 printf("Kernel page fault at address 0x%x, "
                                        "eip = 0x%x\n",
                                        subcode, regs->eip);
Index: configure.in
===================================================================
RCS file: /usr/lsrc/flux/CVS/oskit/configure.in,v
retrieving revision 1.149
diff -b -u -r1.149 configure.in
--- configure.in   2001/03/09 19:17:58  1.149
+++ configure.in   2001/08/26 22:05:12
@@ -638,6 +638,12 @@
 [if test $enableval = yes; then enableval=300; fi]
 [OSKIT_DEFS="$OSKIT_DEFS -DLINUX_BOGOMIPS=$enableval"]
 [oskit_options="linux-bogomips=$enableval $oskit_options"])
+
+flux_ARG_ENABLE(indirect-osenv,
+[  --enable-indirect-osenv internal debugging features and sanity checks],
+[OSKIT_DEFS="$OSKIT_DEFS -DINDIRECT_OSENV=1"]
+[oskit_options="indirect_osenv $oskit_options"])
+

 outfiles="$outfiles Makeconf GNUmakefile
 unsupported/scripts/gcc-driver-script"
 outfiles="$outfiles unsupported/scripts/sym-trace"

Reply via email to