Zeusking19 wrote:
slinger wrote:
Haha, it depends on what you want to do
It doesn't take years to make an os that turns on then prints "Press enter to shut down" to the screen ;PThat can take anything from a day to a week. Depending on your skill level.
I'm actually planning on doing that
Just for fun.
Nothing else.
Offline
slinger wrote:
Zeusking19 wrote:
slinger wrote:
Haha, it depends on what you want to do
It doesn't take years to make an os that turns on then prints "Press enter to shut down" to the screen ;PThat can take anything from a day to a week. Depending on your skill level.
I'm actually planning on doing that
Just for fun.
Nothing else.
Save it as a bat file:
@echo off set /p="Press any button to shutdown" shutdown -s -t 10
XD
Offline
TheCatAndTheBanana wrote:
NattJohnson wrote:
if you like mincraft, pleas can you visit my project? (link)
I don't mind if you don't I just made it because minecraft is awesome!
Thank you weafPlease don't spam, it's rude and annoying...
Ontopic: Will it be DOS or graphical interfaced?
Thanks for saying that for me, I don't appreciate spamming.
Offline
poemon1 wrote:
I learned A LOT!!!!!!! Thanks! P.s. I am making one with graphics, ITS NOT IMPOSSIBLE! YOU JUST NEED EASy68K
Have you already started with a boot loader?
Last edited by ZeroLuck (2012-04-14 16:31:32)
Offline
ZeroLuck wrote:
poemon1 wrote:
I learned A LOT!!!!!!! Thanks! P.s. I am making one with graphics, ITS NOT IMPOSSIBLE! YOU JUST NEED EASy68K
Have you already started with a boot loader?
No, not yet, I was just messing around with it
Offline
Hey, guys. I need help. I was using EASy68K, and it wouldn't work correctly. My code was
*----------------------------------------------------------- * Program : * Written by : * Date : * Description: *----------------------------------------------------------- ORG $1000 START: ; first instruction of program MOVE.L #RED, D1 MOVE.B #81, D0 TRAP #15 MOVE.L #0, D1 MOVE.L #0, D2 MOVE.B #89, D0 TRAP #15 MOVE.L #4, A1 MOVE.L #TEXT, D1 MOVE.B #1, D0 TRAP #15 MOVE.B #9,D0 TRAP #15 ; halt simulator * Variables and Strings TEXT EQU 'Call' RED EQU $000000FF END START ; last line of source
BUT, it displays a red background with Y Y Y Y Y .... HELP!
Offline