Re: test

2000-03-18 Thread Riley Williams

Hi there.

  Is there any one who is using the linux kernel with tcp/ip
  stack

Most people who use the Linux kernel do just that. However, very
few of them are on this mailing list...

Best wishes from Riley.

 * Copyright (C) 2000, Memory Alpha Systems.
 * All rights and wrongs reserved.

+--+
| There is something frustrating about the quality and speed of Linux  |
| development, ie., the quality is too high and the speed is too high, |
| in other words, I can implement this  feature, but I bet someone |
| else has already done so and is just about to release their patch.   |
+--+
 * http://www.memalpha.cx/Linux/Kernel/



Re: how much memory can ELKS support?

2000-03-18 Thread Leonardo Sampaio Cardoso

rigoo wrote:
 
 Hello everyone
 
   I want to use ELKS on my miniboard ( 386sx, 4M ram, 8M flash),
   but I am not sure that ELKS support 4M memory, because ELKS
   is designd for 8086, and 8086 only support 1M memory, Any
   information on this matter is going to be greatly appreciated.
 
 
 
 Best regards,
  rigoo  mailto:[EMAIL PROTECTED]

To use 4mb of RAM (or even more), you will have to enter protected mode,
I`m not sure if ELKS does this. All I know is that ELKS works within the
real mode of all 80X86 processors.

Hey guys, correct me if I am wrong!

leosam



Re: Is ELKS a good idea for teaching O.S.

2000-03-18 Thread Prem Setu

Hi

It is good idea to run ELKS on top of another Host OS for teaching or
learning. (developing too).
Student does not need to have 2 box. They don't need to reboot to switch OS.
There are several products to have virtual 8086 PC.
Host OS: Linux, Win., Mac
Emulator: Vmware, Dosemu, Bochs

Also if it is Dosemu or Bochs (?), you can use ELKS via telnet or X-window
server.
Dosemu seems very light. Some student can share the server for ELKS virtual
machine.
Each student can have his own virtual ELKS.
Because you can use DosEmu via telnet, student's machine can be any stupid
box :-)
To build each evnironment for student can be very easy. Once you set up a
sample, you can just copy to for each student's home directory.
Because host OS is running Linux, you can build on it.

Is it a good idea???

Love
Setu

--- this is extruct of past discussion 

 From: Mario Frasca [EMAIL PROTECTED]
 To: Kalogirou Harilaos [EMAIL PROTECTED]
 CC: [EMAIL PROTECTED]
 Date:   Sun, 19 Dec 1999 12:28:08 +0100
 Subject: Re: VMware


 Hi Kalagirou,

  I tried DOSEMU(ver 0.99.10)
  but nothing, it stops while reading the boot disk with message

 You're running Redhat, too, aren't you?  I've had this same problem with
 the dosemu 0.99.something coming with RH6.0.  that is a development
 version, not necessarily a stable one.  what I did was uninstalling it
 and downloading 0.98.8.0.  now I start my dosmachine in a xterm like
 this:
 xtermdos [-A]
 (the -A is to boot it from a boot disk.)

  I use ELKS kernel version 0.0.81
  and Dev86 version 0.14.9

 this is exactly what I'm using, and it works as described above.

 hope this helps.

 Mario.


Thank you Mario,
 meanwhile I found "bochs" an i386 emulator which runs fine.
I'll use that for the moment it seems to work ok if I exclude
some "@" appearing randomly at the bottom of the screen!
If more problems evolve I will switch to DOSEMU.

Harry


"Alegria Loinaz. Inaki" wrote:

 Hi,

 I am a new participant in the list and after reading FAQs I have a couple
 of questions:
 - Is ELKS able to run executable programs from standard Linux?
 - Is possible with ELKS to read the File System in the hard disk (I
 suposse no, but I donĀ“t know sure)

 I am looking for a simple OS to use teaching (modifying the kernel) and
 despite simplicity is very important, I'd like to be possible to load
 pre-compiled programs and to have a file system in hard disk.

 Is ELKS a good choice for this or it is better an old version of the Linux
 kernel?

 Thanks in advance
 -
 Inaki Alegria
 University of the Basque Country
 649 Postakutxa, 20080 Donostia
 Basque Country
 -




Re: how much memory can ELKS support?

2000-03-18 Thread Veronica Parsons

Hi Rigoo

I would think you would be better off using the main linux source which can
be made to work on an embedded 386sx and will make use of the paging tables
etc in protected mode, something that is not need on 8086 targets.

Veronica


-Original Message-
From: rigoo [EMAIL PROTECTED]
To: [EMAIL PROTECTED] [EMAIL PROTECTED]
Date: 17 March 2000 22:02
Subject: how much memory can ELKS support?


Hello everyone

  I want to use ELKS on my miniboard ( 386sx, 4M ram, 8M flash),
  but I am not sure that ELKS support 4M memory, because ELKS
  is designd for 8086, and 8086 only support 1M memory, Any
  information on this matter is going to be greatly appreciated.



Best regards,
 rigoo  mailto:[EMAIL PROTECTED]