ProgrammingFreak wrote:
in a real Operating System? or just a Squeak one?
Why are those two differnet
Offline
I have been researching and have found a few websites to learn. You may think that this is just a pointless thing, but I am serious about it. If you are to maybe we could start something. Here are some resources:
osdev.org
http://www.linux.org/
http://viralpatel.net/taj/tutorial/hell … loader.php
EDIT: http://www.osdever.net/tutorials/index
Last edited by ProgrammingFreak (2010-12-09 15:19:58)
Offline
LS97 wrote:
ProgrammingFreak wrote:
in a real Operating System? or just a Squeak one?
Why are those two differnet
![]()
When I say "a real Operating System" I mean like Windows or Mac. When I say "just a Squeak one" I mean a program (that you can open up like scratch) that would act like a operating system
Offline
ProgrammingFreak wrote:
LS97 wrote:
ProgrammingFreak wrote:
in a real Operating System? or just a Squeak one?
Why are those two differnet
![]()
When I say "a real Operating System" I mean like Windows or Mac. When I say "just a Squeak one" I mean a program (that you can open up like scratch) that would act like a operating system
Exactly what I thought. Except they're not strictly called 'Squeak' OSes but simply mask or shells.
What kind of language is Soyl? can I have a small snippet of code? Is it an assembly language? I know about those sites, I actually once attempted an OS myself. But you're not getting anywhere unless you learn some serious C or asm!
Offline
LS97 wrote:
ProgrammingFreak wrote:
LS97 wrote:
Why are those two differnet![]()
When I say "a real Operating System" I mean like Windows or Mac. When I say "just a Squeak one" I mean a program (that you can open up like scratch) that would act like a operating system
Exactly what I thought. Except they're not strictly called 'Squeak' OSes but simply mask or shells.
What kind of language is Soyl? can I have a small snippet of code? Is it an assembly language? I know about those sites, I actually once attempted an OS myself. But you're not getting anywhere unless you learn some serious C or asm!
The problem is that some of the people wanting to help don't understand! And i have just REALLY started. You know ASM?
i know C++. I am going to learn ASM, C# (cause it looks like Java and i am really good at that!), and C
Offline
Would you like to help with a OS, LS97?
Offline
ProgrammingFreak wrote:
Would you like to help with a OS, LS97?
I'll pass. I like working in high-level languages that make life easy for you. A challenge now and then, but nothing that doesn't make me sleep at night.
C++ is probably not going to help much in coding an OS, apart from the fact it is somewhat similar to C (but no obj-oriented commands).
I really wouldn't learn C# for an OS as it's even worse than C++ in that aspect. So, good luck in learning asm!
Offline
LS97 wrote:
ProgrammingFreak wrote:
Would you like to help with a OS, LS97?
I'll pass. I like working in high-level languages that make life easy for you. A challenge now and then, but nothing that doesn't make me sleep at night.
C++ is probably not going to help much in coding an OS, apart from the fact it is somewhat similar to C (but no obj-oriented commands).
I really wouldn't learn C# for an OS as it's even worse than C++ in that aspect. So, good luck in learning asm!![]()
k. Thank you for your help.
Offline