Page 4 of 5

Re: AHOX Programmable Computer Collab - COME AND JOIN US!

PostPosted: Wed Mar 02, 2011 12:07 am
by electronicboy
he has already started a OS, but its really basic.
We have both decided that we need to add a filesystem driver into it somehow before expanding it any further.

And i think we both considered creating a deriative from the ubuntu linux.

P.s. And yes, me and kutis do speak each other alot (over skype) :D

Also, network is useful for browsing the AHON :D
Networking can also be used to transfer data as such between tablets and such.

Re: AHOX Programmable Computer Collab - COME AND JOIN US!

PostPosted: Sat Mar 05, 2011 4:08 pm
by HavingPhun
I have some commands that would be helpfull

you can make a string with "NEW" and then set what it is with "SET" but i need a command were the person using the pc can type in what the string is!

a next command goes to the next line

direc command to make file directories like portex2/main/kos2 so you can make a directory and place things in it

find finds something at file path
delete- deletes things in file path

why isnt there an hdd anymore

also why isnt there a ram

and i have a full version of linux on my laptop not ubuntu just linux alone but we could mod that into our own linux os!

Re: AHOX Programmable Computer Collab - COME AND JOIN US!

PostPosted: Sat Mar 05, 2011 4:37 pm
by HavingPhun
Also if you do want to create a real os or anything else i made a forum here http://forumforyou.forumotion.com/
this is were we could create a real os so it isnt off topic for the algodoo forums or if not i am still making it into a forum for people to go to.

Re: AHOX Programmable Computer Collab - COME AND JOIN US!

PostPosted: Sat Mar 05, 2011 5:33 pm
by Kutis 96
hm
if you want to type something, use this scope:


["NEW", 666],
["NEW", 999],
["SET", 999, "0"],
["ADD", 9, 666],
["MOVE", 666, 1],
["IF", 666, 999, line to do after pressing 0 key(exit or enter), first line of this],

666 = user input thing
999 = exit key or something
9 = keyboard input
1 = display ;)

Re: AHOX Programmable Computer Collab - COME AND JOIN US!

PostPosted: Sat Mar 05, 2011 9:28 pm
by HavingPhun
so if i typed [["NEW",666],["SET,666,"would this be blank"
also would the person be typing it in at "NEW" or "SET"? :crazy: example please ;)

Re: AHOX Programmable Computer Collab - COME AND JOIN US!

PostPosted: Tue Mar 08, 2011 11:42 pm
by electronicboy
HavingPhun wrote:so if i typed [["NEW",666],["SET,666,"would this be blank"
also would the person be typing it in at "NEW" or "SET"? :crazy: example please ;)


I really don't understand what you are asking?

Do you mean at which part of the program would the user press a character on the keyboard?
If so, the program would be looking for a key press at the "IF" loop.

Rating: rated 5.6
Filesize: 91.8 kB
Comments: 5
Ratings: 2
download


Specs:
Standard AHOX floppy
PORTEXII v5 - modified boot (boots to port 40)
PROG. ROM - internal program rom - currently loaded with kOS v2 (might update it later)
BOOT ROM - my boot rom -
ANET - AHON ANET card
KCard - kutis smaller "floppy"
keyboard - now, why would you want one of these?
Display - for seeing things!
PI port - well, PI port 2... port 1+2 write - port 3+4 write
SSD v2 64 - 64 storage ports - by LCS (AGS) - boots to kOS v3


included software:
ELECTRONICBOYS BOOT MANAGER - BOOT ROM
~# kOS #~
kOS v3 - Floppy and KCard and SSD
kOS v2 - Floppy and PROG. ROM
kOS v2 Net edition. - Floppy x2 - requires 2 PC (just clone mine)
kOS v1 - Floppy

~#Test software#~
Light test - Floppy
ANET test - Floppy
Keyboard Test - Floppy
Timer Test - Floppy

~# Example Software #~
Hello World!!! - Floppy and KCard
COUNTER 2 - Floppy

~# footer #~
port list - public version
http://dl.dropbox.com/u/13494613/Algodo ... 201%29.xls

Re: AHOX Programmable Computer Collab - COME AND JOIN US!

PostPosted: Thu Mar 10, 2011 12:14 am
by HavingPhun
i mean an input command like
[["INPUT",1],["SET",1,"leave blank and this is were the user would type the input"]]
Also a print command so on set it doesnt print the thing but it prints were you put in [["PRINT",1]] or print whatever do you understand now? ;)

Re: AHOX Programmable Computer Collab - COME AND JOIN US!

PostPosted: Thu Mar 10, 2011 8:59 pm
by electronicboy
no, do you mean a menu system like the one in kOS or my boot manager?

Re: AHOX Programmable Computer Collab - COME AND JOIN US!

PostPosted: Thu Mar 10, 2011 11:18 pm
by HavingPhun
electronicboy wrote:no, do you mean a menu system like the one in kOS or my boot manager?

:evil: uhh i mean when i make program for this pc those are commands i can use on it i mean could you add those commands!

Re: AHOX Programmable Computer Collab - COME AND JOIN US!

PostPosted: Fri Mar 11, 2011 1:14 am
by electronicboy
now i think i get you, do you mean which would, in theory, let you type a line of text to the screen?


And for the print command, do you mean it adds data onto existing data on the port?

E.g.

Port 1 before, hello

Run command; ["PRINT", 1, "world"]

Port 1 after, hello
world

Re: AHOX Programmable Computer Collab - COME AND JOIN US!

PostPosted: Sat Mar 12, 2011 12:35 am
by HavingPhun
well i mean when you use the "SET" command it automaticly prints the thing and print would print when you want it to come onto the screen so you could declare all the variables at the beggining of the program and print them later and the input is so if for example the program said what is your name and at input they would type in there name and that would be saved as a string and then later you could use the print command to print that string that the person typed! do you understand

Re: AHOX Programmable Computer Collab - COME AND JOIN US!

PostPosted: Sat Mar 19, 2011 12:50 pm
by Kutis 96
Hi again, im now working on a new computer with a simple graphics, text only, but it should work. I hope i'll post it today!

Re: AHOX Programmable Computer Collab - COME AND JOIN US!

PostPosted: Mon Mar 21, 2011 9:23 pm
by Kutis 96
Here it is:
Rating: rated 5.6
Filesize: 33.62 kB
Comments: 3
Ratings: 2
download


Srry, the text only and less lagg version failed ill retry later. I hope the text version could also have switchable resolution, but not about that now.

Re: AHOX Programmable Computer Collab - COME AND JOIN US!

PostPosted: Sat Mar 26, 2011 6:10 pm
by Kutis 96
I just made kOS v4.0.9, so here it is: ;)

Rating: rated 5
Filesize: 18.39 kB
Comments: 0
Ratings: 1
download


Features:
-nicer look

-more programs:
--notepad - Load and save document by pressing 1 and 0 (not numpad)
--NetTest - Test your anet adaptor
--NetBoot - Boot from a network boot server
--BootManager - A copy of kBoot v1.0, but works too xD
--floppy reader
--kCard reader

-computer menu
--reboot and restart your PC easily
--erase saved documents

-system info menu
--let's see what's inside


That is all i think.

Re: AHOX Programmable Computer Collab - COME AND JOIN US!

PostPosted: Mon Mar 28, 2011 9:38 pm
by HavingPhun
I like your pc's but maybe you should try to make different stuff or work on real os for real pc

Re: AHOX Programmable Computer Collab - COME AND JOIN US!

PostPosted: Tue Mar 29, 2011 6:12 am
by Kutis 96
Hehe, good idea. I made the ultimate computer in algodoo, but that doesn't mean the real pc is so easy to programm XD i mean to make OS, its not easy to learn assembler to make good system... or i could try to make it linux based, becuz, linux rulezzzz!!!

Re: AHOX Programmable Computer Collab - COME AND JOIN US!

PostPosted: Tue Mar 29, 2011 11:21 pm
by HavingPhun
Yeah i have thought about doing this before but i need more people and i made website here http://forumforyou.forumotion.com that we could use as the creation for it! Also even though it would be hard to do it would be fun. Also do you have to learn assembly to do that cant we build the linux os then get help from various online communities in hooking it up?

Re: AHOX Programmable Computer Collab - COME AND JOIN US!

PostPosted: Thu Mar 31, 2011 12:58 am
by HavingPhun
add me on aim @ gamerguy987654321@aim

Re: AHOX Programmable Computer Collab - COME AND JOIN US!

PostPosted: Sun Apr 03, 2011 11:43 pm
by ags131
We tend to use skype for chatting. also, we have a forum at ahox.createmybb3.com. Everyone forgets about it.

Re: AHOX Programmable Computer Collab - COME AND JOIN US!

PostPosted: Mon Apr 04, 2011 2:25 am
by HavingPhun
This might help with your graphical interface http://www.algodoo.com/algobox/details.php?id=53487 just give me credit if you use it!

Re: AHOX Programmable Computer Collab - COME AND JOIN US!

PostPosted: Mon Apr 04, 2011 2:43 am
by TC42
:idea: I have an idea for a user interface:

I can't describe this very well, but what if you had some transparent boxes stacked, and programmed it so that when you clicked on a button, the top box could display a menu (everything but the menu would remain transparent), and when you clicked on an option in the menu, the box behind the box displaying the menu would display a dialogue box or something.
Pros:
Textures for better appearance
Relatively easy to use
Looks good

Cons:
May cause lag

Am I making sense at all?

Re: AHOX Programmable Computer Collab - COME AND JOIN US!

PostPosted: Mon Apr 04, 2011 3:00 am
by Someone Else
I say ask Kilinich.

Re: AHOX Programmable Computer Collab - COME AND JOIN US!

PostPosted: Mon Apr 04, 2011 9:07 pm
by HavingPhun
TC42 wrote::idea: I have an idea for a user interface:

I can't describe this very well, but what if you had some transparent boxes stacked, and programmed it so that when you clicked on a button, the top box could display a menu (everything but the menu would remain transparent), and when you clicked on an option in the menu, the box behind the box displaying the menu would display a dialogue box or something.
Pros:
Textures for better appearance
Relatively easy to use
Looks good

Cons:
May cause lag

Am I making sense at all?
Um... that was confusing but ask kilinich or since this is a collab work together! :P

Re: AHOX Programmable Computer Collab - COME AND JOIN US!

PostPosted: Tue Apr 05, 2011 2:11 am
by Someone Else
Ask Kilinich means Use The Custom User Menu Phunlet. You can probably set buttons to change some scene.my, and that could trigger stuff. Maybe not change the menu itself, but change the meaning of some of the individual buttons. Or maybe, if the menu is programmed in a single array, put the parts that need to be modified into individual scene.my.

Re: AHOX Programmable Computer Collab - COME AND JOIN US!

PostPosted: Tue Apr 05, 2011 2:38 am
by HavingPhun
oh