Announcing: Werewolf OS (Searching motivated teammembers!)
Announcing: Werewolf OS (Searching motivated teammembers!)
Deleted
Last edited by jeroen on Sun Feb 17, 2013 6:23 am, edited 2 times in total.
This seems to be well though out, I would like to join after you answer a few questions, OK?
- Isn't GRUB a 32 bit loader?
What language(s) are you using?
Do you plan to have people REALLY using it in the future?
Last edited by nekros on Sun Mar 16, 2008 4:05 pm, edited 1 time in total.
Working On:Bootloader, RWFS Image Program
Leviathan: http://leviathanv.googlecode.com
Kernel:Working on Design Doc
Leviathan: http://leviathanv.googlecode.com
Kernel:Working on Design Doc
-
- Member
- Posts: 391
- Joined: Wed Jul 25, 2007 8:45 am
- Libera.chat IRC: aejsmith
- Location: London, UK
- Contact:
By rings, do you mean CPU rings? If so, you do realise that changing ring won't change what's on the screen? You seem to assume that you can "hide" stuff printed from "ring 0". I think you're quite a bit confused about the purpose of rings and what they do...
Also, you say that commands on a command line are "difficult". If someone wants easy, then they use the GUI. Most of the time when people use the command line, they want to get down to the bare metal of the system, not have more "help" shoved in their face.
Sorry if this post sounds a bit too critical but maybe you need to think things through a bit more. You need to spend more than a few hours designing an OS, I've spent over a month working on a new design for my OS and I still haven't finished it
I have never, ever known anyone to be worried at messages scrolling past on the screen. Really, never. Not even my grandma when I put Linux on her computer.Most endÂusers will worry if they see messages passing along, especially if your OS crashed
Also, you say that commands on a command line are "difficult". If someone wants easy, then they use the GUI. Most of the time when people use the command line, they want to get down to the bare metal of the system, not have more "help" shoved in their face.
Sorry if this post sounds a bit too critical but maybe you need to think things through a bit more. You need to spend more than a few hours designing an OS, I've spent over a month working on a new design for my OS and I still haven't finished it
I do agree that you should work on the design more, maybe I could help out?
EDIT:
@AlexExtreme: you never responded to my PM's
EDIT:
@AlexExtreme: you never responded to my PM's
Working On:Bootloader, RWFS Image Program
Leviathan: http://leviathanv.googlecode.com
Kernel:Working on Design Doc
Leviathan: http://leviathanv.googlecode.com
Kernel:Working on Design Doc
-
- Member
- Posts: 391
- Joined: Wed Jul 25, 2007 8:45 am
- Libera.chat IRC: aejsmith
- Location: London, UK
- Contact:
It starts your kernel in 32-bit protected mode, you're free to switch to long mode.nekros wrote:Isn't GRUB a 32 bit loader?
You might want to check your Spam folder in a few days, there'll probably be some stuff there.nekros wrote:My email is [email protected]
I know.
Working On:Bootloader, RWFS Image Program
Leviathan: http://leviathanv.googlecode.com
Kernel:Working on Design Doc
Leviathan: http://leviathanv.googlecode.com
Kernel:Working on Design Doc
He wants a pure 64 bit loader right?AlexExtreme wrote:It starts your kernel in 32-bit protected mode, you're free to switch to long mode.nekros wrote:Isn't GRUB a 32 bit loader?
You might want to check your Spam folder in a few days, there'll probably be some stuff there.nekros wrote:My email is [email protected]
Working On:Bootloader, RWFS Image Program
Leviathan: http://leviathanv.googlecode.com
Kernel:Working on Design Doc
Leviathan: http://leviathanv.googlecode.com
Kernel:Working on Design Doc
I revoke my statement that I would help with your project. I really want to design my own OS.
Working On:Bootloader, RWFS Image Program
Leviathan: http://leviathanv.googlecode.com
Kernel:Working on Design Doc
Leviathan: http://leviathanv.googlecode.com
Kernel:Working on Design Doc
I really don't want to sound harsh, but I just skimmed over your design document and have to say, that you focus way too much on issues which are most likely in a far away future. It appears as if your main goal would be centered on making a better package management. Ignoring the fact that I fail to see, how current package manangers are as bad as you point out, why don't you just start creating a new package manager, instead of a full blown OS?
Other than that, the information about the actual OS architecture is a little too sparse to motivate in participating.
Other than that, the information about the actual OS architecture is a little too sparse to motivate in participating.
- piranha
- Member
- Posts: 1391
- Joined: Thu Dec 21, 2006 7:42 pm
- Location: Unknown. Momentum is pretty certain, however.
- Contact:
I notice that you talk a lot about the higher OS (user interface, programs, etc), but not a lot on the actual kernel.
Memory manager? VFS? System calls?
Thats what I'd like to know.
Edit: Oops, this was already mentioned
-JL
Memory manager? VFS? System calls?
Thats what I'd like to know.
Edit: Oops, this was already mentioned
-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
@all: That was only the introduction document, not the actual OS design. I'm still working on that one but the introduction document should provide a basic view of what I would like to see from the OS in time.
@AlexExtreme: I realised what you said after I went to bed and I couldnt be bothered to change it then, and rewrite that part. It are CPU rings I mean but.. I know well that what I wrote about it is kind of impossible. I ment more video output on different "screens" - such as tty1 tty2 tty3 etc. not actual rings. I guess it's a better idea to just rewrite that part.
@nekros: I think I mentioned I want the OS to be 64-bit apart from the bootloader. It can be that I forgot about that. The languages I plan to use are most likely assembler + C. And in the far future I do plan on making it usable for the avarage user. (Rephrased that, happy now? )
Coming up next: A proper kernel design.
@AlexExtreme: I realised what you said after I went to bed and I couldnt be bothered to change it then, and rewrite that part. It are CPU rings I mean but.. I know well that what I wrote about it is kind of impossible. I ment more video output on different "screens" - such as tty1 tty2 tty3 etc. not actual rings. I guess it's a better idea to just rewrite that part.
@nekros: I think I mentioned I want the OS to be 64-bit apart from the bootloader. It can be that I forgot about that. The languages I plan to use are most likely assembler + C. And in the far future I do plan on making it usable for the avarage user. (Rephrased that, happy now? )
Coming up next: A proper kernel design.
Last edited by jeroen on Sun Mar 16, 2008 11:39 pm, edited 1 time in total.
- piranha
- Member
- Posts: 1391
- Joined: Thu Dec 21, 2006 7:42 pm
- Location: Unknown. Momentum is pretty certain, however.
- Contact:
Ummm......uhh....what if I don't want to?And in the far future I do plan on making people use it.
You make it sound like you are going to take over the world and force people to use it!!!!
-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
Okay, I just lol'ed at that, that wasn't the idea, everyone is free to choose to use it or not. Rephrased that. Now back to working at the kernel plans.
@AlexExtreme: I know people that paniced when they saw text coming by from fsck that their ReiserFS filesystem is not clean after a crash. Maybe your grandmom doesn't panic because she doesn't pay any attention at it.
@AlexExtreme: I know people that paniced when they saw text coming by from fsck that their ReiserFS filesystem is not clean after a crash. Maybe your grandmom doesn't panic because she doesn't pay any attention at it.
Last edited by jeroen on Mon Mar 17, 2008 12:09 am, edited 1 time in total.
-
- Posts: 2
- Joined: Sun Mar 16, 2008 11:49 pm
Good [morning, afternoon, evening, night]
Im Daniel Alejandro Lavin Montero, and im a programmer. Wow that felt like im going to an AA meeting.. anyway im more specifically into video game programming, i usually do my games for you know, giggles, when im bored, but want to, in the long run, dedicate myself to video games (mmorpgs) as a living. No way in hell im competing against koreans though. They are whack.
Anyway, im a part of this project as a support for my friend here Jer and because im really interested in making this project work. Though im completely new to this whole OSdev business, I will most probably look like a total newbie most of the time, but im serious once it gets down to work.
A bit on me? Well im almost 19 years old, i have 3 years of programming experience, though only 1½ of those years being in actual video game programming. Im from México, soon gettin outta here <5 more months -crosses fingers-> and bwuh... I unno? If you have any questions i'll be more than glad to answer.
P.S. No Jer, you actually did mean you'll MAKE, you'll FORCE people to use the WerewolfOS. Kinda like mr Gates vs anyone else.
Im Daniel Alejandro Lavin Montero, and im a programmer. Wow that felt like im going to an AA meeting.. anyway im more specifically into video game programming, i usually do my games for you know, giggles, when im bored, but want to, in the long run, dedicate myself to video games (mmorpgs) as a living. No way in hell im competing against koreans though. They are whack.
Anyway, im a part of this project as a support for my friend here Jer and because im really interested in making this project work. Though im completely new to this whole OSdev business, I will most probably look like a total newbie most of the time, but im serious once it gets down to work.
A bit on me? Well im almost 19 years old, i have 3 years of programming experience, though only 1½ of those years being in actual video game programming. Im from México, soon gettin outta here <5 more months -crosses fingers-> and bwuh... I unno? If you have any questions i'll be more than glad to answer.
P.S. No Jer, you actually did mean you'll MAKE, you'll FORCE people to use the WerewolfOS. Kinda like mr Gates vs anyone else.