eric-develop Mailing List for Eric (Page 14)
Status: Pre-Alpha
Brought to you by:
andrew_turner
You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(164) |
Aug
(147) |
Sep
(25) |
Oct
(2) |
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
(3) |
Feb
(3) |
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Gavin R. B. <ga...@ga...> - 2001-07-14 13:31:10
|
Andy & Ram,
What distribution/setup of Linux are you running over there? d:-)
The reason I ask is because I am using KDE's cute little IDE, KDevelop,
and if we all could get using it...we could save ourselves a lot of
problems managing the project and such, due to the use of project files
etc, like in Visual C++. Just an idea. d;-)
Yours,
Gavin.
|
|
From: Gavin R. B. <ga...@ga...> - 2001-07-14 10:29:46
|
Folks,
If it is okay with you lot, I would like to start on the scheduler right
away; I think that it is most important that the general architecture
and API calls are set up right, before we get into implementing ELF
support, File Systems etc.
In my view, putting up keyboard and graphics drivers are fine, as these
could form part of the microkernel code. To put it simply, the design I
am thinking of will have a central GUI at the centre, and windows onto
other OS's running simultaneously. An overview of this architecture is
given in the attachment.
cheers,
Gavin.
|
|
From: Andrew T. <zo...@i4...> - 2001-07-13 21:24:05
|
Gavin Robert Brewer wrote: > Folks, > > I've had a nice thought. Perhaps we could all meet in Vienna some day. > We would then be the 'Vienna Circle'. Very Eric-esque... <|:-p Vienna on my income is a little far to go. > > No, seriously, I really would think it would be a good idea if the 'n' > of us could meet up in the near future. Yes the first Eric World Conference all 3 developers will be there. > > All the best, > > Gavin. > > > _______________________________________________ > Eric-develop mailing list > Eri...@li... > http://lists.sourceforge.net/lists/listinfo/eric-develop |
|
From: Andrew T. <zo...@i4...> - 2001-07-13 21:21:20
|
This list is to discuss thing like this so if you think you have a great API atchitecture use the list. To answer your question no there is no API documentation yet. Andrew Gavin Robert Brewer wrote: > Folks, > > Does anyone have a general overview of the intended architecture and API > > of Eric? if so, it would be very nice to have a look at it, since I am > in need of a clear specification. > > All the best, > > Gav. > > > > > _______________________________________________ > Eric-develop mailing list > Eri...@li... > http://lists.sourceforge.net/lists/listinfo/eric-develop |
|
From: Andrew T. <zo...@i4...> - 2001-07-13 21:18:46
|
Good, after I stuffed CVS up, you can write the driver and submit it. Also a serial driver would be nice for remote debbugging, but the keyboard driver would be needed more. Ramkumar Duraikannu wrote: > Andy , > I could work on the keyboard driver.... > Cheers, > Ram. > > On Friday 13 July 2001 04:03 pm, you wrote: > >> Gav writes: >> >>> Tell you what, I'll do the easy stuff for now and I'll see how things >> >> go. >> >> >>> Its been a while since I've done any intense coding...d8-) >>> Btw, I really like the idea of those wrapper libs etc. Too many early >> >> OS'es >> >> >>> died an early (commercial) death 'cos they didnt have basic >> >> interoperability >> >> >>> and expandability. These are things that people want. Which file system >> >> are >> >> >>> you guys thinking of developing btw? >>> >>> btw. I think the file-system is one of the most important features of >> >> an OS. >> >> >>> Sadly, we could be writing a superior FS, but it just wont catch on >> >> without >> >> >>> compatibility with existing schemes, but heck, you guys are turned on >> >> by the >> >> >>> looks of it!... >> >> Andy writes: >> >> the only restrictions will be the driver, and if it is the boot >> partition, if grub supports it. >> >> --------------------------------------------------- >> >> >> >> >> _______________________________________________ >> Eric-develop mailing list >> Eri...@li... >> http://lists.sourceforge.net/lists/listinfo/eric-develop |
|
From: Andrew T. <zo...@i4...> - 2001-07-13 21:15:46
|
Gavin Robert Brewer wrote: > Andy and pals, > > I have rewritten the FAQ into a slightly more structured format, to make > > it easier to read. The new file README.txt is available under the > heading 'general'. <|;-) > > Hope you dont take this the wrong way, Only if you don't take not putting you doc in where you submited it. I replaced the booting FAQ with it instead. > > > Gav. > > > _______________________________________________ > Eric-develop mailing list > Eri...@li... > http://lists.sourceforge.net/lists/listinfo/eric-develop |
|
From: Andrew T. <zo...@i4...> - 2001-07-13 21:05:32
|
Thanks, English isn't my strong subject so document writing isn't what I like to do. Gavin Robert Brewer wrote: > Andy and pals, > > I have rewritten the FAQ into a slightly more structured format, to make > > it easier to read. The new file README.txt is available under the > heading 'general'. <|;-) > > Hope you dont take this the wrong way, > > > Gav. > > > _______________________________________________ > Eric-develop mailing list > Eri...@li... > http://lists.sourceforge.net/lists/listinfo/eric-develop |
|
From: Gavin R. B. <ga...@ga...> - 2001-07-13 19:05:27
|
Folks, The URL given earlier only leads to a large file containing binaries etc. A full source code implementation can be found at, (if I am not mistaken): ftp://ftp.gnu.org/gnu/gnumach/ Yours, Gavin. |
|
From: Gavin R. B. <ga...@ga...> - 2001-07-13 18:45:20
|
Folks, I have been doing some serious homework recently, and have discovered the *perfect* OS architecture that we can use to model our C++ engine on. You may have heard of Mach... Here it all is: Tanenbaum, Andrew (1992) Modern Operating Systems, USA: Prentice-Hall International editions **Read Chapter 15** Mach source code, available at: ftp://ftp.cs.cmu.edu/afs/cs.cmu.edu/data/anonftp/project/mach/src/release/i386.tar.Z Mach is the most advanced OS design on the planet methinks...<|;-) Yours, Gavin. |
|
From: Ramkumar D. <lin...@ya...> - 2001-07-13 16:24:03
|
Andy , I could work on the keyboard driver.... Cheers, Ram. On Friday 13 July 2001 04:03 pm, you wrote: > Gav writes: > >Tell you what, I'll do the easy stuff for now and I'll see how things > > go. > > >Its been a while since I've done any intense coding...d8-) > >Btw, I really like the idea of those wrapper libs etc. Too many early > > OS'es > > >died an early (commercial) death 'cos they didnt have basic > > interoperability > > >and expandability. These are things that people want. Which file system > > are > > > you guys thinking of developing btw? > > > > btw. I think the file-system is one of the most important features of > > an OS. > > > Sadly, we could be writing a superior FS, but it just wont catch on > > without > > > compatibility with existing schemes, but heck, you guys are turned on > > by the > > > looks of it!... > > Andy writes: > > the only restrictions will be the driver, and if it is the boot > partition, if grub supports it. > > --------------------------------------------------- > > > > > _______________________________________________ > Eric-develop mailing list > Eri...@li... > http://lists.sourceforge.net/lists/listinfo/eric-develop -- Regards Ramkumar _______________________________________________________________ I have great belief in fools self confidence my friends call it _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |
|
From: Gavin R. B. <ga...@ga...> - 2001-07-13 16:00:32
|
Gav writes: >Tell you what, I'll do the easy stuff for now and I'll see how things go. >Its been a while since I've done any intense coding...d8-) >Btw, I really like the idea of those wrapper libs etc. Too many early OS'es >died an early (commercial) death 'cos they didnt have basic interoperability >and expandability. These are things that people want. Which file system are > you guys thinking of developing btw? > > btw. I think the file-system is one of the most important features of an OS. > Sadly, we could be writing a superior FS, but it just wont catch on without > compatibility with existing schemes, but heck, you guys are turned on by the > looks of it!... Andy writes: the only restrictions will be the driver, and if it is the boot partition, if grub supports it. --------------------------------------------------- |
|
From: Gavin R. B. <ga...@ga...> - 2001-07-13 15:58:35
|
Folks,
I've had a nice thought. Perhaps we could all meet in Vienna some day.
We would then be the 'Vienna Circle'. Very Eric-esque... <|:-p
No, seriously, I really would think it would be a good idea if the 'n'
of us could meet up in the near future.
All the best,
Gavin.
|
|
From: Gavin R. B. <ga...@ga...> - 2001-07-13 15:16:46
|
Andy and pals, I have rewritten the FAQ into a slightly more structured format, to make it easier to read. The new file README.txt is available under the heading 'general'. <|;-) Hope you dont take this the wrong way, Gav. |
|
From: Gavin R. B. <ga...@ga...> - 2001-07-13 09:45:27
|
Folks,
Does anyone have a general overview of the intended architecture and API
of Eric? if so, it would be very nice to have a look at it, since I am
in need of a clear specification.
All the best,
Gav.
|
|
From: Gavin R. B. <ga...@ga...> - 2001-07-13 08:05:26
|
Andrew,
I think I would like to work on the Kernel scheduler first; pls. give me
any pointers to useful documentation you may have concerning this. d:-)
All the best,
Gavin.
|
|
From: Andrew T. <zo...@i4...> - 2001-07-12 21:36:50
|
Here is the link to why I chost the name eric. http://tuxedo.org/~esr/ecsl/ Its the Eric Conspiracy Secret Labs. |
|
From: Andrew T. <zo...@i4...> - 2001-07-12 21:29:54
|
I knew someone would ask sooner or later, I'll try to find the website that inspired the name. Ramkumar Duraikannu wrote: > i will try to see thru the code so tha i can start coding something... if i > may ask why is it name eric :-) > > Ram > On Thursday 12 July 2001 09:06 pm, you wrote: > >> I knew I was forgetting something. Currently there is text output, port >> io and an attempt at some sort of broken vga access. >> >> Ramkumar Duraikannu wrote: >> >>> I think there should be a memory management module also..what have we >>> developed so far? >>> >>> On Thursday 12 July 2001 06:45 am, you wrote: >>> >>>> IMHO, the most important part of eric is getting input from the >>>> keyboard. Eric also needs file system and executable support. >>>> >>>> Any other ideas? >>>> >>>> Andrew >>>> >>>> >>>> _______________________________________________ >>>> Eric-develop mailing list >>>> Eri...@li... >>>> http://lists.sourceforge.net/lists/listinfo/eric-develop >>> >> _______________________________________________ >> Eric-develop mailing list >> Eri...@li... >> http://lists.sourceforge.net/lists/listinfo/eric-develop |
|
From: Ramkumar D. <lin...@ya...> - 2001-07-12 21:13:41
|
i will try to see thru the code so tha i can start coding something... if i may ask why is it name eric :-) Ram On Thursday 12 July 2001 09:06 pm, you wrote: > I knew I was forgetting something. Currently there is text output, port > io and an attempt at some sort of broken vga access. > > Ramkumar Duraikannu wrote: > > I think there should be a memory management module also..what have we > > developed so far? > > > > On Thursday 12 July 2001 06:45 am, you wrote: > >> IMHO, the most important part of eric is getting input from the > >> keyboard. Eric also needs file system and executable support. > >> > >> Any other ideas? > >> > >> Andrew > >> > >> > >> _______________________________________________ > >> Eric-develop mailing list > >> Eri...@li... > >> http://lists.sourceforge.net/lists/listinfo/eric-develop > > _______________________________________________ > Eric-develop mailing list > Eri...@li... > http://lists.sourceforge.net/lists/listinfo/eric-develop -- Regards Ramkumar _______________________________________________________________ I have great belief in fools self confidence my friends call it _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |
|
From: Andrew T. <zo...@i4...> - 2001-07-12 21:06:28
|
I knew I was forgetting something. Currently there is text output, port io and an attempt at some sort of broken vga access. Ramkumar Duraikannu wrote: > I think there should be a memory management module also..what have we > developed so far? > On Thursday 12 July 2001 06:45 am, you wrote: > >> IMHO, the most important part of eric is getting input from the >> keyboard. Eric also needs file system and executable support. >> >> Any other ideas? >> >> Andrew >> >> >> _______________________________________________ >> Eric-develop mailing list >> Eri...@li... >> http://lists.sourceforge.net/lists/listinfo/eric-develop |
|
From: Ramkumar D. <lin...@ya...> - 2001-07-12 16:13:11
|
I think there should be a memory management module also..what have we developed so far? On Thursday 12 July 2001 06:45 am, you wrote: > IMHO, the most important part of eric is getting input from the > keyboard. Eric also needs file system and executable support. > > Any other ideas? > > Andrew > > > _______________________________________________ > Eric-develop mailing list > Eri...@li... > http://lists.sourceforge.net/lists/listinfo/eric-develop -- Regards Ramkumar _______________________________________________________________ I have great belief in fools self confidence my friends call it _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |
|
From: Andrew T. <zo...@i4...> - 2001-07-12 06:46:29
|
IMHO, the most important part of eric is getting input from the keyboard. Eric also needs file system and executable support. Any other ideas? Andrew |
|
From: Andrew T. <zo...@i4...> - 2001-07-09 23:06:48
|
Hay this is only a test message |