Sputnik
Full Member level 3
- Joined
- Oct 19, 2004
- Messages
- 150
- Helped
- 4
- Reputation
- 8
- Reaction score
- 1
- Trophy points
- 1,298
- Location
- South Africa
- Activity points
- 1,667
I would like to learn assembly, so I have downloaded tutorials and read through them. What I would to develop is a program for interfacing a robot through a 486 motherboard. I don't want to run a program under Windows (prone to crashing, possibly). I could use DOS.
My scenario: I would like to know if it would be possible to write a program that is the OS built into the program, ie. not OS running program. 'Cause all these ASM tutorials speak about compiling to EXE, but EXE won't run without an OS. So I want CPU to directly run program, and not through an OS, program basically acts as an OS with no other features except to control the robot. You getting the picture?
Would I have to incorporated EXE support into my OS-program to run my program? Then how will I get the computer to boot up with my program?
I feel this explaination is a bit dodgy! Ask anything you are unclear about.
Thanks (if you understand)
Sputnik :idea:
My scenario: I would like to know if it would be possible to write a program that is the OS built into the program, ie. not OS running program. 'Cause all these ASM tutorials speak about compiling to EXE, but EXE won't run without an OS. So I want CPU to directly run program, and not through an OS, program basically acts as an OS with no other features except to control the robot. You getting the picture?
Would I have to incorporated EXE support into my OS-program to run my program? Then how will I get the computer to boot up with my program?
I feel this explaination is a bit dodgy! Ask anything you are unclear about.
Thanks (if you understand)
Sputnik :idea: