Tabos Ocean Alpha0 released

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
User avatar
Jeko
Member
Member
Posts: 500
Joined: Fri Mar 17, 2006 12:00 am
Location: Napoli, Italy

Post by Jeko »

there is another file (except system/rules.inc) which contain CFLAGS?
buzz
Member
Member
Posts: 26
Joined: Fri Dec 24, 2004 12:00 am

Post by buzz »

sorry for the long delay. yes there are other files containing CFLAGS. these are files needed when you try to build the libs and apps. you can find them in include/scripts.

As for the -fno-stack-protector flag, we will add it to the detection flags. Thx
buzz
Member
Member
Posts: 26
Joined: Fri Dec 24, 2004 12:00 am

Post by buzz »

We have just released a new developer snapshot. This version fixes a lot of drawing bugs, wrong sizes and most of the crashes occurred during testing. Even some new applications are available and the existing apps have been extended. You can grab the new boot cd linked at the news entry at www.tabos.org

Thanks for testing
User avatar
Jeko
Member
Member
Posts: 500
Joined: Fri Mar 17, 2006 12:00 am
Location: Napoli, Italy

Post by Jeko »

Sorry if I'm annoying you, but I can't compile TabOS for the same reason.
Now only USB driver seems to not compile:

Code: Select all

/home/marco/Scrivania/TabOSSVN/tabos/system/drivers/builtin.o: In function `InitUhci':
(.text+0x2e12e): undefined reference to `__stack_chk_fail'
/home/marco/Scrivania/TabOSSVN/tabos/system/drivers/builtin.o: In function `rh_int_timer_do':
usb-ohci.c:(.text+0x30c75): undefined reference to `__stack_chk_fail'
/home/marco/Scrivania/TabOSSVN/tabos/system/drivers/builtin.o: In function `InitOhci':
(.text+0x312a1): undefined reference to `__stack_chk_fail'
/home/marco/Scrivania/TabOSSVN/tabos/system/drivers/builtin.o: In function `InitEhci':
(.text+0x34449): undefined reference to `__stack_chk_fail'
/home/marco/Scrivania/TabOSSVN/tabos/system/drivers/builtin.o: In function `ehci_hub_control':
ehci.c:(.text+0x34d3a): undefined reference to `__stack_chk_fail'
/home/marco/Scrivania/TabOSSVN/tabos/system/drivers/builtin.o:ehci.c:(.text+0x35c95): more undefined references to `__stack_chk_fail' follow
make[1]: *** [all] Error 1
make: *** [all] Error 2
Can you resolve this?
blound
Member
Member
Posts: 70
Joined: Sat Dec 01, 2007 1:36 pm

Post by blound »

Hello I tried your os in vmware. The gui froze and ran one of my cores to 100% cpu usage on boot, but the cli version worked very well. Attached is image of gui ( not sure it will help any )
Attachments
tab.jpg
tab.jpg (98.98 KiB) Viewed 3533 times
buzz
Member
Member
Posts: 26
Joined: Fri Dec 24, 2004 12:00 am

Post by buzz »

Just had some time to checkout the svn code and add the support for gcc with stack-protector flag. you can update the sources now.

@blound: thanks for reporting the vmware bug. i discovered the same 100% issue with VirtualBox, this is very strange as qemu do not have this bug. Everything is fine and fast. I'll add it to the TODO list; and of course the gui problem.
User avatar
Jeko
Member
Member
Posts: 500
Joined: Fri Mar 17, 2006 12:00 am
Location: Napoli, Italy

Post by Jeko »

buzz wrote:Just had some time to checkout the svn code and add the support for gcc with stack-protector flag. you can update the sources now.
ok thank you!
buzz wrote:@blound: thanks for reporting the vmware bug. i discovered the same 100% issue with VirtualBox, this is very strange as qemu do not have this bug. Everything is fine and fast. I'll add it to the TODO list; and of course the gui problem.
I have a similar problem with my real PC. I have a NVIDIA GeForce 6600.
User avatar
Jeko
Member
Member
Posts: 500
Joined: Fri Mar 17, 2006 12:00 am
Location: Napoli, Italy

Post by Jeko »

I have another problem in compiling.
I can't make the bootable cd. There isn't the node bootcd/ and if I create a directory bootcd there is another error: there isn't the stage2 eltorito.
buzz
Member
Member
Posts: 26
Joined: Fri Dec 24, 2004 12:00 am

Post by buzz »

Just added a document BootCD in Documentations which should guide through the bootcd creation. At the moment i requires alot of manual stuff and should be done via a script later on....
There is also a new bootcd image which fixes the vmware problem, and should work on your nvidia card aswell.
Thanks for pointing out those problems.
buzz
Member
Member
Posts: 26
Joined: Fri Dec 24, 2004 12:00 am

Post by buzz »

Well, it is time for a new image release.
New features: ACPI support, initial i855 support, fix ocean timer bug, new widgets, fix pci bridge bug, usb hid autodetection, event notification and pty support.
The download link is included in the news entry on www.tabos.org .

Thanks a lot for testing
distantvoices
Member
Member
Posts: 1600
Joined: Wed Oct 18, 2006 11:59 am
Location: Vienna/Austria
Contact:

Post by distantvoices »

the screenshot is definitely cool.

I call that a huge achievement. :-)
... the osdever formerly known as beyond infinity ...
BlueillusionOS iso image
User avatar
Jeko
Member
Member
Posts: 500
Joined: Fri Mar 17, 2006 12:00 am
Location: Napoli, Italy

Post by Jeko »

Very cool!

I will test it in my PC!
jzgriffin
Member
Member
Posts: 190
Joined: Tue Sep 26, 2006 1:40 pm
Libera.chat IRC: Nokurn
Location: Ontario, CA, USA
Contact:

Post by jzgriffin »

Impressive screenshots. Looks very nice. :-)

I'll download it and test it later.
octavio
Member
Member
Posts: 94
Joined: Wed Oct 25, 2006 5:12 am
Location: Barcelona España
Contact:

Post by octavio »

I tested it on 2 computers and it works ,but reponse time is a bit slow and there are not help files.
buzz
Member
Member
Posts: 26
Joined: Fri Dec 24, 2004 12:00 am

Post by buzz »

@octavio: can you please be a bit more precise. where does it behave slow?
Post Reply