Aye, re-downloading fixed the issue. For some reason my Alcyone_inst was bigger than the one in the download.
Edit: So far the OS feels nice. Made a first notepad file :3 Now I want moar programs.![]()
Did you pull the floppy out after it booted?
Otherwise, just re download the dupe and the programs
Aye, re-downloading fixed the issue. For some reason my Alcyone_inst was bigger than the one in the download.
Edit: So far the OS feels nice. Made a first notepad file :3 Now I want moar programs.![]()
Last edited by Nikita; 02-13-2010 at 05:50 PM.
Yeah, it is my intent to develop it a bit more, but I don't have time for it at the moment, so unfortunately it will have to remain suspended a bit more.Originally Posted by Nikita
Then write someOriginally Posted by Nikita
![]()
My programs: BIOS - Alcyone - Calculator - Notepad - Movie Player
My tutorials: applyTorque - Quaternions - PID controllers
Some other things I made: FT Chip - RK4 Solar System
The link works (i think) but it tells me to input a username and password is it the same as wiremod.com or?...
So how do you write a simple program in this? When i tried making a program that displays a string into the screen all i recieve is "End of execution" 2 times
Post your code, I'll try to find the problem.
Also, last time I tried to launch it on the new ZCPU, I had problems getting it to work, so it might need a rewrite. I'm not really into GMod at the moment, but I might write a new version in the near future.
My programs: BIOS - Alcyone - Calculator - Notepad - Movie Player
My tutorials: applyTorque - Quaternions - PID controllers
Some other things I made: FT Chip - RK4 Solar System
Like i said its a very simple program (i'm new to CPU but i learn quick if im motivated)
the code was in your older OS and it showed for example how to make a simple string printed out
db programsize
jmp Main
message:
db 'Sup XD',0
Main:
mov eax,9
mov esi,message
int 32
thats the code... and when i put it in the floppy it just goes end of execution pretty much pisses me off cuz i want to make a program for this OS since WireOS tends to RSOD me even with correct settings :/
Hmm... Looks like it should work. How do you try to execute it on the computer? You probably connect something in a wrong way. Then again, as I wrote before, it could be the system failing, I haven't modified it for a long time and the CPU changed a bit recently.
My programs: BIOS - Alcyone - Calculator - Notepad - Movie Player
My tutorials: applyTorque - Quaternions - PID controllers
Some other things I made: FT Chip - RK4 Solar System
Maybe its my wiremod? Don't look down on me but i have to use a pirated version of gmod because some bastard screwed up my steam account T_T so in the mean time i have to wait until i get another copy of gmod on steam
Bookmarks