Runtime Help

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
ashishm1995
Posts: 1
Joined: Sat Apr 25, 2009 12:04 pm

Runtime Help

Post by ashishm1995 »

Usually while creating an Operating System we cannot use runtime support.
But is it possible if I first make an assembly program which will put all the files in their place and then run Operating System.
And if possible could anyone please share me an assembly tutorial?
User avatar
Troy Martin
Member
Member
Posts: 1686
Joined: Fri Apr 18, 2008 4:40 pm
Location: Langley, Vancouver, BC, Canada
Contact:

Re: Runtime Help

Post by Troy Martin »

No.

Runtimes are OS-specific.

Beginner Mistakes, Getting Started
Image
Image
Solar wrote:It keeps stunning me how friendly we - as a community - are towards people who start programming "their first OS" who don't even have a solid understanding of pointers, their compiler, or how a OS is structured.
I wish I could add more tex
User avatar
Love4Boobies
Member
Member
Posts: 2111
Joined: Fri Mar 07, 2008 5:36 pm
Location: Bucharest, Romania

Re: Runtime Help

Post by Love4Boobies »

ashishm1995 wrote:Usually while creating an Operating System we cannot use runtime support.
But is it possible if I first make an assembly program which will put all the files in their place and then run Operating System.
And if possible could anyone please share me an assembly tutorial?
You can write your own runtime support. Your next phrase I didn't get. What do you mean by an assembly program putting files in place?

And I'm not sure and OS development foum is the right place to ask questions regarding assembly tutorials. Try an assembly forum or browse through the many resources the Internet has to offer. It's just like asking about what computer programs are at a C programming board. It's required prior knowledge.
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
Post Reply