Re: About compiling the kernel

2000-07-11 Thread Blaz Antonic
limit). And these errors look like as if you included (non-existent) socket support and (again, non-existent) XT HD support in the kernel via "make config". Blaz Antonic

Re: About compiling the kernel

2000-07-08 Thread Blaz Antonic
] Error 2 make: *** [Image] Error 2 Could anyone help me with this stuff? What does it mean? You obviously included some of the stuff that doesn't exist in config. Compile kernel with default options. Blaz Antonic

Re: A question

2000-06-20 Thread Blaz Antonic
cases even ELKS code is too complicated. Alan has pointed this out with the #ifdef madness and other very little used options. Most of IFDEFs were there due to bugs in the source .. old code was just #if 0ed out and replaced with new one. At least that's what i did in parts of kernel i

Re: embedded system without filesystem

2000-06-16 Thread Blaz Antonic
Should I give this a try, or would it be a waste of time, because I can never mount a root filesystem? You don't need FS for such application. Kernel should work without FS; you just need some way of telling it where the program's CS begins in memory-mapped ROM/flash.

Re: ELKS to do?

2000-06-12 Thread Blaz Antonic
Risking getting another message from Topica .. port of the ELKS machine. It seems to work fine both ways at the 9600 bps that is the default using 'cat /dev/ttyS0' though cat seems awfully slow. How do I set the ports to other speeds, other than modifying the kernel source? There is a

Re: keyboard error?

2000-05-03 Thread Blaz Antonic
I have an IBM ps/2 8525 (an 8086 CPU). The booting of ELKS works well except by some problems when trying to mount the hard disk (I think it's toasted because don't works even with DOS). But the real problem comes when the Login prompt appears. I can't write noting. The keyboard is completly

Re: Location of ELKS Archive?

2000-04-27 Thread Blaz Antonic
If someone with networking knowledge was prepared to get this rolling I am sure I could contribute. Excuse me, but I am a bit confused! I thought there was some sort of TCP/IP implementation project going on??? Is there a separate site and/or mailing list for this project. Is there

Re: 8086/88 80286 ||| 80386 80486 Pentium ...

2000-02-29 Thread Blaz Antonic
I have a 386 AND a 486 that I am unable to bring up on Linux because the current version requires more than 8 MB ram. The setup that I want requires the greater security that Linux brings over bloat 95-2k. Currently, I am waiting with baited -- er, held -- breath for ELKS to have networking

Re: ramdisk/shell problem?

1999-12-21 Thread Blaz Antonic
I'm using 0.0.81 elks and I'm trying to make a ramdisk with the ramdisk utils. When I enter ramdisk, it says something like usage blablabla, but when I give options such as suggested by that, it says ramdisk:no such file or directory. Now I thought this might be a shell problem, so let me

Re: I can't compile this

1999-11-27 Thread Blaz Antonic
: Next time be nice and go with default settings. Isn't Vladimir the guy who wants the bios console though? That still works doesn't it? In that case he should enable only one console driver. That's kinda like him wanting to drive two cars at the same time but not be able to decide in

Re: Some q's

1999-11-25 Thread Blaz Antonic
Hmm. I guess I haven't seen such bare LCD panels. IMO it's not worth the trouble to try to work out the interface (electrical, timing) for them but to make sure you have the integrated LCD controller to match the panel. Unless one likes to play with hardware. I have two of such here :) Mono

Re: ELKS 0.0.81 available from ftp.ecs.soton.ac.uk

1999-11-13 Thread Blaz Antonic
This is unverified, but I think the Basic-hook is still there, untouched. But some of the EPROM area reserved for Basic has been used for the setup subprograms. So we are back to the usual problem, where in the 640 kB should we put or own EPROM. Nowhere. There is a memory area meant for

Re: Fdisk

1999-10-01 Thread Blaz Antonic
I am new to linux, I know a bit like. But what is a "bda" device? tom BIOS driven HD device. It is explained in the FAQ afaik, the one you haven't read. bye, Ab

Re: ELKS 0.0.78 released

1999-07-20 Thread Blaz Antonic
I just tried it and found the same thing on a ps2. It's the keyboard that it has a problem with. With the comb image it mounts the root disk fine, runs init fine, then you can't login because of the keyboard. I have already suggested to use BIOS console instead of direct one on PS/2 machines

Re: microwin

1999-07-13 Thread Blaz Antonic
protocol is set with environment variables (they don't work yet with ELKS, I have a patch coming) or a recompile of mwin/src/drivers/mou_ser.c. Of course they do. My mouse is attached to second serial port (/dev/ttys1) so default code wouldn't work (nothing happened when i moved mouse, of

Re: Recent kernel updates

1999-07-10 Thread Blaz Antonic
Could people give me a few hints on this? What exactly would you like to know ? Make some interface to kernel - special (character ?) device that allows nothing but read()/write() and ioctl() (and of course, mandatory open/release :-))). Whenever you attempt to pas a packet (IP packet) to

Re: new rrd.c ?

1999-07-07 Thread Blaz Antonic
Blaz, I see what MAY be an error, at least an inconsistency. I think you need to add a multiply 4 (*4) to the calculation like you did in the printf. - Larry Mittman fprintf(stdout, "ramdisk: rounding size up to %d KB ...\n", ((size / 4) + 1) * 4); size = size / 4 + 1;

Re: Compiling elkscmd

1999-06-28 Thread Blaz Antonic
Thomas D Stewart wrote: I downloaded dev and elks to make the kernal. Made and ran the kernal with no probs. I then downloaded elkscmd and tryed to compile it, i am pritty new to linux so i am not sure what is wrong. These are the errors that i get when i do "make all":- Thomas D.

Re: Capabilities

1999-06-12 Thread Blaz Antonic
I really don't see where this is a problem. User level processing does not need hardware memory protection; it could be implemented as a strictly software solution. For example, a table defined within the OS giving the user and the level. Then, all memory access could interrogate this table

Re: Announcing Micro-Win

1999-06-03 Thread Blaz Antonic
BTW: Why is it that on some machines (286/8086) elks boots, and freezes after displaying login: Any clues? Yes, solar activity is especially high now (solar maximum that appears every 11 years is at its top now) and some machines are easily disturbed by electro-magnetic flux that solar

Re: Error message

1999-03-08 Thread Blaz Antonic
I've got elks-0.0.75.tar.gz, and compile. Then I got the error message like following. missconfiguration of bcc? I don't know the reason. First, do not use any of direct drivers. Use BIOS HD and FD driver. Second, i'll have a look at that code tomorrow. I'll get back with results.

Re: Embedded MS-Windows NT

1999-02-23 Thread Blaz Antonic
(3) Microsoft begins embedded NT beta Microsoft today rolled out the first beta release of its Windows NT Embedded 4.0 operating system to more than 350 Oh, the wonders of hardware industry .. all the improvements they make, the capacities they reach, the dies of memory chips

Re: Boot success on PCjr

1999-02-09 Thread Blaz Antonic
8086s later. I've got an IBM PS/2 model 30 which I believe currently has keyboard problems under ELKS, there are probably going to be a handful of Just out of curiosity: has anyone with this infamous model 30 ever tried BIOS console driver ? As far as i know it is supposed to be working now