Hello from Bulgaria!
My username is Sect0r but you can call me Nasko! I joined this forum today in hope of making new friends, and to learn one or two things on how an operating system is made, cause I'm currently trying to make one right now.
I started getting interested in computers and computer science in general about 4 or 5 years ago, and have been searching the webs for more information about it.
I know some programing languages quite well, and others not so much.
As of now i know python, a bit of assembly as well as a tiny bit c++.
Thanks for reading and have a nice day/night!
Hello, World!
Re: Hello, World!
Hellooo! It looks like you're having fun with programming. I don't want to rain on that, but you will need to build up your assembler or C++ skills to develop an OS, or another suitable language. Python won't do for the kernel because it doesn't compile to native code. Besides, learning different languages improves your understanding of all of them.
Kaph — a modular OS intended to be easy and fun to administer and code for.
"May wisdom, fun, and the greater good shine forth in all your work." — Leo Brodie
"May wisdom, fun, and the greater good shine forth in all your work." — Leo Brodie
- Schol-R-LEA
- Member
- Posts: 1925
- Joined: Fri Oct 27, 2006 9:42 am
- Location: Athens, GA, USA
Re: Hello, World!
At the risk of being repetitive, have you looked at the Links and Advice for New Members post yet?
Rev. First Speaker Schol-R-LEA;2 LCF ELF JAM POEE KoR KCO PPWMTF
Ordo OS Project
Lisp programmers tend to seem very odd to outsiders, just like anyone else who has had a religious experience they can't quite explain to others.
Ordo OS Project
Lisp programmers tend to seem very odd to outsiders, just like anyone else who has had a religious experience they can't quite explain to others.
Re: Hello, World!
Not yet, but i am now!Schol-R-LEA wrote:At the risk of being repetitive, have you looked at the Links and Advice for New Members post yet?
Thanks for reminding me!
Last edited by Sect0r on Thu Nov 19, 2020 12:12 pm, edited 1 time in total.
Re: Hello, World!
eekee wrote:Hellooo! It looks like you're having fun with programming. I don't want to rain on that, but you will need to build up your assembler or C++ skills to develop an OS, or another suitable language. Python won't do for the kernel because it doesn't compile to native code. Besides, learning different languages improves your understanding of all of them.
Hi, thanks for telling me about that!
I'll be sure to try and get more familiar with C++ and assembler. As of now I've gotten what i think is quite a good understanding of programing languages (kind of, not really), but ill be looking forward to learning much more!
(sorry if my spelling or grammar is kind of bad, English is not my main language and I'm still learning)