*BSD News Article 19073


Return to BSD News archive

Newsgroups: comp.os.386bsd.questions
Path: sserve!newshost.anu.edu.au!munnari.oz.au!news.Hawaii.Edu!ames!elroy.jpl.nasa.gov!swrinde!cs.utexas.edu!uunet!psgrain!ee.und.ac.za!shrike.und.ac.za!hippo.ru.ac.za!kudu!g89r4222
From: g89r4222@kudu.ru.ac.za (Geoff Rehmet)
Subject: Re: ctrl-alt-del, swapon, and buildworld questions
Message-ID: <g89r4222.744025521@kudu>
Sender: news@hippo.ru.ac.za (Usenet News Admin)
Organization: Rhodes University, Grahamstown, South Africa
References: <1993Jul28.170441.22489@alw.nih.gov>
Date: Fri, 30 Jul 1993 09:45:21 GMT
Lines: 32

In <1993Jul28.170441.22489@alw.nih.gov> crtb@helix.nih.gov (Chuck Bacon) writes:


>To summarize: ctrl-alt-DEL is meaningless to any but DOS; "status: 0"
>messages may come from somewhere in the printer area; and buildworld.sh
>will fail owing to a bug in nroff.

In fact (at least with codrv) ctrl-alt-del does reset the
machine:
The following lines are from co_kbd.c:

                case KBD_RESETKEY:
                        if (resetcnt==1)
                                cpu_reset();
                        else {
                                vty_broadcast("WARNING: RESETWITHOUT SYNC. TO E
XECUTE PRESS ctrl-alt-del AGAIN\n");
                                resetcnt=1;
                        }
                        return;



Believe me - ctrl-alt-del does reset the machine (I can't speak
for pccons).  Solutions - modify your console driver.

Geoff.
--
============================csgr@alpha.ru.ac.za===============================
 Geoff Rehmet, Parallel Processing Group, |#define DISCLAIMER These are my
 Computer Science Department,             |         ramblings, not the
 Rhodes University, RSA.                  |         University's