You are not logged in. Login Now
 0-24   25-49   44-68   69-93   94-118   119-143   144-168   169-193   194-198 
 
Author Message
25 new of 198 responses total.
jor
response 69 of 198: Mark Unseen   Oct 22 21:50 UTC 2000

        Depends on what you call an operating system.

        What if an operating system only supported one user
        at a time, does that still qualify as being
        an "operating system"?

        MS-DOS and Windows, for example.

        What about a real-time controller like the custom Intel chip
        in all Ford vehicles since 1983? It has a "scheduler" that
        fires off all kinds of subtasks at different time intervals
        to squirt your injectors and fire your sparkplugs and
        change your gears. Is that an operating system?

        How about smaller controller applications say, in your VCR?

        I suppose you are focused on Intel 286 thru Pentium though.


jazz
response 70 of 198: Mark Unseen   Oct 23 13:39 UTC 2000

        If you're going to consider NT an OS, then you should consider your
toaster's programming an OS too.
keesan
response 71 of 198: Mark Unseen   Oct 23 18:51 UTC 2000

What other operating systems besides DOS and Windows are designed for a single
user, on a PC computer?
Oberon requires a 3-button mouse and the text is bit-mapped, says Andy.
ball
response 72 of 198: Mark Unseen   Oct 23 19:54 UTC 2000

Re #68: I mentioned it because of your interest in minimal
  systems.  As I mentioned it probably wouldn't be suited to
  some applications or users.

Re #69: Those count, they're "Single-user" Operating Systems!

RE #71: Oberon is an example of a single-user operating
  system, as is Microsoft Windows.
jp2
response 73 of 198: Mark Unseen   Oct 24 15:27 UTC 2000

This response has been erased.

bru
response 74 of 198: Mark Unseen   Oct 25 13:17 UTC 2000

What about CPM?
keesan
response 75 of 198: Mark Unseen   Oct 25 15:41 UTC 2000

Will Minix work with Netscape for UNIX or other programs written for UNIX?
jp2
response 76 of 198: Mark Unseen   Oct 25 17:34 UTC 2000

This response has been erased.

jep
response 77 of 198: Mark Unseen   Oct 25 17:42 UTC 2000

Minix is an example operating system for the IBM PC that sort of looks 
vaguely like Unix.  It was used for a textbook on operating systems.  It 
is not Unix.  It was never commercially supported by any software 
company that I ever heard of, and it was too limited to appeal to 
hobbyists.
mdw
response 78 of 198: Mark Unseen   Oct 25 21:37 UTC 2000

Actually, minix had plenty of appeal to hobbyists.  It also had a bunch
of obvious short-comings.  Linux was more or less a foregone conclusion
the moment the minix book hit the presses.
jp2
response 79 of 198: Mark Unseen   Oct 26 14:15 UTC 2000

This response has been erased.

sno
response 80 of 198: Mark Unseen   Oct 26 16:49 UTC 2000

I'm sure he didn't mean "overnight."

Also, Linux can be run as single-user.  Since many OS's assume console
access means root access, you can assume root access under Linux too,
all it takes is personal use of the system.  In my unwashed days, I used
to do all my Linux time on the root account.  I certainly could do
as much harm with that as any user on a W9x system.

mdw
response 81 of 198: Mark Unseen   Oct 26 22:06 UTC 2000

Anyone who knew unix and looked at minix could say: nice, but it's only
16-bit, doesn't do protected mode, doesn't do swapping, and some of the
tools are kind of "limited".  If you do protected code, 32-bit code, &
add VM, you have the linux kernel.  Obviously, it's the sort of thing
only someone who spends 6 months in the dark would have the time to do.
The tools are easy to fix: replace them with the gnu tools.  Once you
can support 32-bit code & VM, X is obviously desirable; of course, you
need a better graphics card to really take full advantage of X...  But
these are all details: the important thing was having a starting point,
and Minix was clearly the seed that grew into linux.
keesan
response 82 of 198: Mark Unseen   Nov 16 19:13 UTC 2000

Tuesday we set up our Russian immigrant friends with a copy of Arachne (a DOS
based browser that claims to work on almost any computer with 1M RAM, XT or
later) so that they could read Russian news.  First we transferred my working
copy to Jim's 386SX laptop, which has a 21M hard drive and 3M RAM.  I deleted
the cache and headers, the gifs, and the ikons, which reduced it from 7M to
3M (also deleted all the documentation and sound players).  It ran okay, in
256 color greyscale (LCD monitor), but was sort of slow displaying a file once
it was downloaded.  They expressed an interest, so we transferred it to their
386SX (16 or 20?) with 2M RAM.  After about a half hour wait to download
(without graphics) the first page of text, from what must be an extremely
popular Russian news site (Russian or English versions), which had lots of
articles on the US election, it took about 15 minutes to actually load the
page, the hard drive light blinking furiously all the time.  Arachne does
indeed work with 2M RAM, but not in real time.  I would suggest 4.
His other use for the computer was to play chess.  One game let you set the
levels for beginner to advanced, and he complained that after a few moves the
computer would take 20 minutes for the next move when set to more than
beginner.  THe other program had you specify how long the computer should
think between moves.  Beginner was about 30 sec and we had to go to 100 sec
to see much difference.  These programs would obviously run much better on
a 486, which we set them up with next (but not one that will read the news
aloud to you).  I had the challenge of explaining in Russian that no, there
was not someone playing against him on another computer also connected to the
phone line (the phone line was not plugged into his computer at the moment)
but only a program on a disk that he could not see but which flashed lights
when the program was thinking.  

The new computer has to have a reset button, as that is how he knows to start
a new game or exit Pine.  (We deleted a few messages for him).  
goose
response 83 of 198: Mark Unseen   Nov 17 00:59 UTC 2000

How about teching him to start the game correctly instead of him potentially
munging up files on his HD by pressing the reset button all the time?
gull
response 84 of 198: Mark Unseen   Nov 17 15:12 UTC 2000

On a DOS machine, hitting RESET won't hurt a thing as long as you don't have
write caching running and you aren't writing a file at the moment.
ashke
response 85 of 198: Mark Unseen   Nov 17 15:20 UTC 2000

Yes, something I hate about window's machines.  You could potentially mess
up the document you're working on when you're in a program like Word Perfect
for dos, but on the whole you had a bit more ease in turning on and off your
computer...before MS decided to tell you WHEN to do it, and then eventually,
the technology changed from AT to ATX to do it FOR you....<grumbles and sighs>
keesan
response 86 of 198: Mark Unseen   Nov 17 21:50 UTC 2000

I tried numerous times to teach him to exit properly, to no avail.  He also
holds the mouse with the tail pointing towards him and the pad upside down
(Jim cleaned the mouse so this would not be necessary).  It was a major
accomplishment teaching this much to someone who had never even used a
typewriter, and was hoping the computer would be like a radio.  

Reset is a universal way to exit both Pine and the chess games, and has not
yet bothered any of them.  

I tried hard to explain that there was something inside the computer, behind
the flashing lights, that had the program stored on it when the floppy disk
drive was empty.  I may be able to explain that you should not hit the reset
button when this object is flashing its lights.  We may open up a computer
and show him what is in it (no little men playing chess).

I have come up with a way to let them go to some interesting sites - set him
up a home page on grex, with some Russian jokes, and with links to sites that
I think will be interesting, and set Arachne to use this as the home page that
comes up when he types a for arachne (Jim will make a batch file that also
dials).  So he can type p for pine, c for chess, and a for arachne.  Otherwise
I would have to teach him to use the hotlist in Arachne (after teaching
myself).  

We now have five beginners using grex for email, none of whom had ever used
a computer before, and three still type with one finger.  Magic.
bdh3
response 87 of 198: Mark Unseen   Nov 19 07:44 UTC 2000

Tell him that there is a former KGB hard body that is watching
everything he does and if he doesn't do exactly what you say to do in
each and every situation he will... oh, wait.  You want him to use the
computer and not set it up in a building he doesn't own and 'jewish
lightning' it...Lucky you with such a problem.  Lucky me with not.
tpryan
response 88 of 198: Mark Unseen   Nov 19 16:08 UTC 2000

        I found a bargain for two-button mice at Big Lots. Only $6 each.
You just have to put up with or enjoy that you are using Darth Vadar's
facemask as a mouse.  Also available in Stromtropper.
goose
response 89 of 198: Mark Unseen   Nov 19 17:58 UTC 2000

all I can picture is Strom Thurmand's face on a mouse....
charcat
response 90 of 198: Mark Unseen   Nov 20 10:09 UTC 2000

charcat waves a howdy at sindy and jim!  and thanks them for helping me get
started.  be patient with the new ones and tell them it gets easier  >^.^<
mcnally
response 91 of 198: Mark Unseen   Nov 20 17:50 UTC 2000

  re #88:  Unless you happen to like the Strom-mice, $6 is a pretty average
  price for a no-brand PC mouse..
tpryan
response 92 of 198: Mark Unseen   Nov 20 22:42 UTC 2000

        And have you ever seen a Stormtropper aim well?
mooncat
response 93 of 198: Mark Unseen   Nov 21 13:46 UTC 2000

But those Blaster marks are too accurate to be Sandpeople!
 0-24   25-49   44-68   69-93   94-118   119-143   144-168   169-193   194-198 
Response Not Possible: You are Not Logged In
 

- Backtalk version 1.3.30 - Copyright 1996-2006, Jan Wolter and Steve Weiss