The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: JStevens@prcnet.com (JStevens@prcnet.com)
Subject: [TUHS] v6on286
Date: Fri, 8 Aug 2003 18:14:56 -0400	[thread overview]
Message-ID: <960567643238154CB8EC909ED1138931086B8703@pagg1exch2> (raw)

I just downloaded the source, and after much scrounging around I found my
old Borland 3.1 compiler.. I built the un.exe, and it does the same thing..
blank  screen, and off to nowhere... so I started to add some printf's...
 
Such as this bit in ken\main.c
 
            craftproc();
            printf("main.c craftproc()\n");
            initdevices();
            printf("main.c initdevices()\n");
            cinit();
            printf("main.c cinit()\n");
            binit();
            printf("main.c binit()\n");
 
 
and I modified dmr\cov.c
 
initvid()
        {
//      if (video==1)
//              (gdt_beg+6)->base_l =0;
        outbyte (VIDCA,VIDCSTART);
        outbyte (VIDCD,0);
        outbyte (VIDCA,VIDCEND);
        outbyte (VIDCD,14);
        outbyte (VIDCA,VIDADDRL);
        outbyte (VIDCD,0);
        outbyte (VIDCA,VIDADDRH);
        outbyte (VIDCD,0);
//      clear_screen(vd_attr);
        cosilence();
        }
 
so I could see some more.. it seems to initialize ok under virtual PC.. I
think the next thing is to dig for some more info on the 1st task.. My Lyons
book is somewhere as I want to create a dummy task that prints "a", and a
second one that prints "b", so I can test the scheduler and get
"abababababba" or something like that..
 
Another thing I noticed after trying to build the userland is that crt0.asm
is missing.. I'm too much of a newbie to construct that though.. Anyways
I'll try to get further this weekend either with my Lyons book, or with v6
on simh.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20030808/de0ca265/attachment.html>


             reply	other threads:[~2003-08-08 22:14 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-08 22:14 JStevens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-08-11 18:38 JStevens
2003-07-09 16:25 Steve Nickolas
     [not found] <20030709002523.GA7146@minnie.tuhs.org>
2003-07-09  2:34 ` Maciek Bieszczad
2003-07-08 16:08 Steve Nickolas
2003-07-08  5:21 Steve Nickolas
2003-07-08 15:07 ` Maciek Bieszczad
2003-07-09  7:00 ` SZIGETI Szabolcs

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=960567643238154CB8EC909ED1138931086B8703@pagg1exch2 \
    --to=jstevens@prcnet.com \
    /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;
as well as URLs for NNTP newsgroup(s).