Linux in assembly

Pages: 12
Apr 7, 2013 at 2:21pm
im nu to coding and i wanna make linux using nothing but assembly. ive programmed in python for a few weeks, is that gunna be enough?
Apr 7, 2013 at 2:23pm
Yus. Python and assembly are very similar. The OOP works just about the same in them and they have similar syntax as they both derive from Haskell.
Apr 7, 2013 at 2:31pm
i have sum questions. What are OOP? What is a syntax? and what is haskell??? Is that like machine code?

also this is for a school project so i want to pay someone to code it for me and let me put my name on it after i turn it in I'll seel it and make millions
Last edited on Apr 7, 2013 at 2:33pm
Apr 7, 2013 at 2:31pm
If your elite you should write your own compiler for your own language before you use it to write your own operating system. In Python.
Apr 7, 2013 at 4:00pm
Is it me, or is there an air of sarcasm to this thread?

@OP If you want to make linux, then you would need to read the linux kernel specification, and have a full knowledge of asm. Also, I would recommend at least 5-7 years of c/c++ and asm programming, as well as a good knowledge of Operating Systems and other important CS concepts.
Apr 7, 2013 at 7:02pm
lol u noob u dnt need tht stuff just be good at python programming n u can write an os easy
look:
1
2
3
4
5
6
7
import os

os.boot()
os.load_drivers()
# put ur code here
os.run()
os.quit() # dnt forget 2 shutdown 
Apr 7, 2013 at 7:50pm
psssh...i'm so gewd, i have my own language and one line of code. just have to think what i want and it does it.

1
2
god.receive_thoughts(thinking);
// going to hell for this joke 


Apr 7, 2013 at 8:31pm
hell.circles[5].append(BHXSpecter);
Apr 7, 2013 at 8:42pm
you shud ax spoonkicker for advic on it
Apr 7, 2013 at 9:14pm
spoonkiller onlee knose ho 2 spam & rapporto il posts
Apr 7, 2013 at 9:26pm
no he wuz makn an oper ate her sister
Apr 7, 2013 at 9:44pm
All we have to do is pray to Kenji and we will be saved!
Apr 8, 2013 at 1:50am
Hey Script coder.

this is the joke.
-------
This is your head.

:P
Apr 8, 2013 at 5:00am
LOL, I did not ook at who was posting, thought you were some first time noob :D
Apr 8, 2013 at 6:57am
We're all first time noobs. It's just that some of us are veteran first time noobs.
Apr 8, 2013 at 2:13pm
Speaking of first time noobs, I mentioned to my roommate that I was playing around with a new language and he said he couldn't wait till he was experienced enough to be able to say that he's playing around with a new language and not studying the crap out of a new language so that he can sort of make use of it maybe.

It occurred to me that I can't remember how long it took for me to reach a point where I could easily just pick up a language. He had just finished the 3rd comp sci course at our university last semester.
Apr 8, 2013 at 7:45pm
Your roommate will stop being a noob when he realizes that even studying the crap out of a language is playing around with a new language. How else are you going to learn it if you don't play with it? o.O
Apr 8, 2013 at 8:24pm
I want to join in but Im so n00b I dont know where the sarcasm is, I would love to write an OS, will I be able to do it after three years at a good UNI(college to USAers)?
Apr 8, 2013 at 8:29pm
I would love to write an OS, will I be able to do it after three years at a good UNI(college to USAers)?


I've written test bootloading software, and very small kernels with I/O and video display, interrupts, and I dropped out of high school(i.e., I never went to university, tech schools, any schooling afterwards, etc.).
Last edited on Apr 8, 2013 at 8:36pm
Apr 9, 2013 at 5:03am
I would love to write an OS, will I be able to do it after three years at a good UNI

You can write a basic OS, with limited functionality in three years. But writing a fully fledged OS by yourself in three years is impossible.
Last edited on Apr 9, 2013 at 5:03am
Pages: 12