Octa OS

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
octavio
Member
Member
Posts: 94
Joined: Wed Oct 25, 2006 5:12 am
Location: Barcelona España
Contact:

Post by octavio »

xyz1 wrote:Octavio do you plan to write some small documentation, about octasm?
The small documentation is written (\docs\readme.txt and \docs\develop.txt),the big documentation is planed but not a priority.
If you are interested fel free to ask.
Now i´m very busy for system programming but have ported a small invaders game clone that can be downloaded on my web.
octavio
Member
Member
Posts: 94
Joined: Wed Oct 25, 2006 5:12 am
Location: Barcelona España
Contact:

Post by octavio »

Octa OS v0.201 is ready.
new features:
usb driver (uhci) and usb mass storage driver.
there is no boot sector for usb disks but it shoud boot with a floppy image
or booting DOS first and then using 'load.com'
i have update the file octasm.txt to explain the changes done in
octa-assembler for Octa OS
copy - paste now can copy directories too.
Because mi web is not available y post here
http://board.flatassembler.net/topic.php?p=56558#56558
a bootable floppy disk image
you need to login to be able to do wnload files.
anon19287473
Member
Member
Posts: 97
Joined: Thu Mar 15, 2007 2:27 pm

Post by anon19287473 »

All your links are dead :(
User avatar
Alboin
Member
Member
Posts: 1466
Joined: Thu Jan 04, 2007 3:29 pm
Location: Noricum and Pannonia

Post by Alboin »

No trabaja en bochs..... (Yeah, I know a little Spanish 8) )
Habla:

Code: Select all

exit code: 0005h 0020h
It loads and begins, but then MENU.ASM says it has a 138 error, with value out of range. Then it jumps to the error above with something to the effect of: "Please press a key to restart."

It then dies after I press the button.
C8H10N4O2 | #446691 | Trust the nodes.
octavio
Member
Member
Posts: 94
Joined: Wed Oct 25, 2006 5:12 am
Location: Barcelona España
Contact:

Post by octavio »

Alboin wrote:No trabaja en bochs..... (Yeah, I know a little Spanish 8) )
Habla:

Code: Select all

exit code: 0005h 0020h
It loads and begins, but then MENU.ASM says it has a 138 error, with value out of range. Then it jumps to the error above with something to the effect of: "Please press a key to restart."

It then dies after I press the button.
Hay un foro en español:
http://www.hispabyte.net/foro/index.php ... 8433&st=10

Try on a real computer, i have no experience wich bochs, i tried it but it crashed at the begining, some older versions worked with bochs but is unusable.
Also check the md5 of the image file:
7c0420a1fa80504504bfa06be609708b

My web page is not available anymore ,until i found some free hosting.
octavio
Member
Member
Posts: 94
Joined: Wed Oct 25, 2006 5:12 am
Location: Barcelona España
Contact:

Post by octavio »

I have updated my page,octa os v206 now can be installed on a fat16 partition
and the fview program can scroll big images,also the background image was limited to jpg format ,now it can be a bmp,pcx,png,jpg,gif
It also works in bochs with default settings.
octavio
Member
Member
Posts: 94
Joined: Wed Oct 25, 2006 5:12 am
Location: Barcelona España
Contact:

Post by octavio »

I have updated my page
octa os v209 news:
hd dma driver
chkdsk & undelete disk tools
now minimum requirements are 4MB ram and 80486 cpu
corrected a lot of bugs
User avatar
Jef
Member
Member
Posts: 112
Joined: Tue Jan 08, 2008 7:25 am
Location: Greece
Contact:

Post by Jef »

octavio wrote:Try on a real computer, i have no experience wich bochs, i tried it but it crashed at the begining, some older versions worked with bochs but is unusable.
i test your OS, it runs on a real pc, but under VMWare it does not start.

btw, when the OS menu disappears, how it shows up again ?
Keep coding...
...the sky is the limit

AsteriOS project: http://www.mindfields.gr/main/index.php ... &Itemid=27
octavio
Member
Member
Posts: 94
Joined: Wed Oct 25, 2006 5:12 am
Location: Barcelona España
Contact:

Post by octavio »

Jef wrote: btw, when the OS menu disappears, how it shows up again ?
pressing the mouse midle boutton or the menu key on the keyboard,betwen 'alt' and 'ctrl' keys,read the files in the 'docs' directorie.
Also at the begining you can select the 'help' option.
About vmware ,if you find what is the problem then i can correct it.
On my page it says that it runs on a 486DX but the oldest machine i have
tested is a pentium.
User avatar
Jef
Member
Member
Posts: 112
Joined: Tue Jan 08, 2008 7:25 am
Location: Greece
Contact:

Post by Jef »

octavio wrote:
Jef wrote: btw, when the OS menu disappears, how it shows up again ?
pressing the mouse midle boutton or the menu key on the keyboard,betwen 'alt' and 'ctrl' keys,read the files in the 'docs' directorie.
Also at the begining you can select the 'help' option.
About vmware ,if you find what is the problem then i can correct it.
On my page it says that it runs on a 486DX but the oldest machine i have
tested is a pentium.
my pc is Intel Dual Core @ 2 GHz
I dont know the problem for VMWare. After it turn to GUI, it shows a green line a the top of the screen and then stops. (see the attached photo. Is the to 80 pixels of the screen)
If there is an option to print out a debug log while booting, tell me to test it.
Attachments
untitled.JPG
untitled.JPG (6.19 KiB) Viewed 4718 times
Keep coding...
...the sky is the limit

AsteriOS project: http://www.mindfields.gr/main/index.php ... &Itemid=27
octavio
Member
Member
Posts: 94
Joined: Wed Oct 25, 2006 5:12 am
Location: Barcelona España
Contact:

Post by octavio »

Jef wrote: If there is an option to print out a debug log while booting, tell me to test it.
If the system hangs it will be unable to write any file to disk.
check with the atached file, it replaces the file init.asm on the floppy disk
image. Now the system will just use mode 13h 320*200*8bpp just to know
if the problem is with videomodes detection.
if this do not works press shift+esc keys to exit if the system reboots this means that a log file can be written since the Os still works (but without graphics).
Tried to install vmware on my ubuntu system but i got a message that says it can not be installed on my machine :(
Attachments
init.zip
(4.59 KiB) Downloaded 110 times
User avatar
Jef
Member
Member
Posts: 112
Joined: Tue Jan 08, 2008 7:25 am
Location: Greece
Contact:

Post by Jef »

octavio wrote:
Jef wrote: If there is an option to print out a debug log while booting, tell me to test it.
If the system hangs it will be unable to write any file to disk.
check with the atached file, it replaces the file init.asm on the floppy disk
image. Now the system will just use mode 13h 320*200*8bpp just to know
if the problem is with videomodes detection.
if this do not works press shift+esc keys to exit if the system reboots this means that a log file can be written since the Os still works (but without graphics).
Tried to install vmware on my ubuntu system but i got a message that says it can not be installed on my machine :(
i say print out (i mean print at the screen). not to write the log.
look at the screenshot to see the result (not running)
Attachments
untitled.JPG
untitled.JPG (21.39 KiB) Viewed 4703 times
Keep coding...
...the sky is the limit

AsteriOS project: http://www.mindfields.gr/main/index.php ... &Itemid=27
octavio
Member
Member
Posts: 94
Joined: Wed Oct 25, 2006 5:12 am
Location: Barcelona España
Contact:

Post by octavio »

Jef wrote: i say print out (i mean print at the screen). not to write the log.
look at the screenshot to see the result (not running)
why i see v0.199 on the image, aren't you testing the latest
version 0.209?
on the file octa.inc there is this instruction
'define test_mode 0'
change it to 'define test_mode 1' and assemble the file kernel.asm,you can use octasm for dos (works with dosbox) or octaos in a real machine.
this will make the system to boot slowly showing info about what it is doing.
User avatar
Jef
Member
Member
Posts: 112
Joined: Tue Jan 08, 2008 7:25 am
Location: Greece
Contact:

Post by Jef »

i follow the link above and i download the sys200.zip from http://octaos.joox.net/
I did not see that is old version.

anyway,
i download some newer version from http://octavio.vega.fernandez.googlepages.com/octaos

I test v.2.09 but it can't load.
I test v.2.08 and runs ok under vmware
Keep coding...
...the sky is the limit

AsteriOS project: http://www.mindfields.gr/main/index.php ... &Itemid=27
octavio
Member
Member
Posts: 94
Joined: Wed Oct 25, 2006 5:12 am
Location: Barcelona España
Contact:

Post by octavio »

Jef wrote:i follow the link above and i download the sys200.zip from http://octaos.joox.net/
I did not see that is old version.

anyway,
i download some newer version from http://octavio.vega.fernandez.googlepages.com/octaos

I test v.2.09 but it can't load.
I test v.2.08 and runs ok under vmware
1 give more info please, have you tried it on a real machine?
2 try the tests i suggested in previous post
Post Reply