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 »

With a real computer TabOS works properly? Or it is as slow as with virtualbox?
buzz
Member
Member
Posts: 26
Joined: Fri Dec 24, 2004 12:00 am

Post by buzz »

on real pc it works flawlessly, even on my old notebook with 266Mhz,... although there are still parts which can be done in a better way; and please remember, it is using the vesa driver so the mpeg videos might drive your cpu at high speed.
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Post by Brynet-Inc »

Hey, I noticed a problem when using QEMU 0.9.0... the Z and Y keys are interchanged.

Faulty keymap? or QEMU bug :?

EDIT: Seems like several other keys are out of place... very unusable..
Last edited by Brynet-Inc on Sun Jan 06, 2008 9:45 am, edited 1 time in total.
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
Jeko
Member
Member
Posts: 500
Joined: Fri Mar 17, 2006 12:00 am
Location: Napoli, Italy

Post by Jeko »

buzz wrote:on real pc it works flawlessly, even on my old notebook with 266Mhz,... although there are still parts which can be done in a better way; and please remember, it is using the vesa driver so the mpeg videos might drive your cpu at high speed.
can't it use other graphics drivers than vesa driver?
User avatar
inflater
Member
Member
Posts: 1309
Joined: Thu Sep 28, 2006 10:32 am
Location: Slovakia
Contact:

Post by inflater »

Brynet-Inc wrote:the Z and Y keys are interchanged.
German, Slovak and Czech keyboards usually are QWERTZ.. (The main programmer of Tabos is from Germany or Austria..) 8)

That key style dates back at least 30 years.. It was widely used on 1960-1980's typewriters.. ;)

8).

Regards
inflater
My web site: http://inflater.wz.cz (Slovak)
Derrick operating system: http://derrick.xf.cz (Slovak and English :P)
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Post by Brynet-Inc »

inflater(Before he edited his post..) wrote::lol: Did you saw something similar? :D
Decoder: "Have you seen anything similar?"

The answer is no, I haven't seen a "QWERTZ" keyboard... or typewriter.
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
inflater
Member
Member
Posts: 1309
Joined: Thu Sep 28, 2006 10:32 am
Location: Slovakia
Contact:

Post by inflater »

I edited that post some times, I didn't knew how should I "form" that sentence. 8).
And I wasn't refering for the typewriters with that question. :P
My web site: http://inflater.wz.cz (Slovak)
Derrick operating system: http://derrick.xf.cz (Slovak and English :P)
buzz
Member
Member
Posts: 26
Joined: Fri Dec 24, 2004 12:00 am

Post by buzz »

well, i'm from germany :) in the next release i will switch to english as default and made a setup util to use different keyboard layouts.

there are some hardware accelerated drivers for nvidia/sis/cirrus/s3, but none of them will help you regarding the virtual pc problem. maybe someone can name the emulated graphic card in virtual pc...
User avatar
Jeko
Member
Member
Posts: 500
Joined: Fri Mar 17, 2006 12:00 am
Location: Napoli, Italy

Post by Jeko »

buzz wrote:well, i'm from germany :) in the next release i will switch to english as default and made a setup util to use different keyboard layouts.

there are some hardware accelerated drivers for nvidia/sis/cirrus/s3, but none of them will help you regarding the virtual pc problem. maybe someone can name the emulated graphic card in virtual pc...
I don't use virtual pc, but virtualbox.

However virtual pc graphics mode doesn't work because MS Virtual PC use a crap graphics card (in fact also some linux distro can't work with it)
User avatar
Jeko
Member
Member
Posts: 500
Joined: Fri Mar 17, 2006 12:00 am
Location: Napoli, Italy

Post by Jeko »

Taken from wikipedia:

VirtualBox: As a graphics adapter, by default, VirtualBox virtualizes a standard VESA card with 8 MB RAM, ...

MS Virtual PC: a standard SVGA VESA graphics card (S3 Trio 64 PCI with 4 MByte Video RAM, adjustable in later versions up to 16 MByte)
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Post by Brynet-Inc »

buzz wrote:well, i'm from germany :) in the next release i will switch to english as default and made a setup util to use different keyboard layouts.
That might help.. ;).. A lot of members are from Canada & The US. 8)
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Post by Combuster »

MarkOS wrote:However virtual pc graphics mode doesn't work because MS Virtual PC use a crap graphics card (in fact also some linux distro can't work with it)
I have tested it and found that its video emulation is closer to the truth than that of either bochs or qemu... :roll:
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
Jeko
Member
Member
Posts: 500
Joined: Fri Mar 17, 2006 12:00 am
Location: Napoli, Italy

Post by Jeko »

I can't compile TabOS with gcc 4 in Ubuntu also by adding -fno-stack-protector to CFLAGS in rules.inc in the directory system.

Can you resolve my error?
buzz
Member
Member
Posts: 26
Joined: Fri Dec 24, 2004 12:00 am

Post by buzz »

did you follow the steps listed in README?
User avatar
Jeko
Member
Member
Posts: 500
Joined: Fri Mar 17, 2006 12:00 am
Location: Napoli, Italy

Post by Jeko »

buzz wrote:did you follow the steps listed in README?
yes.
The problem is that my gcc use -stack-protector if I don't write -fno-stack-protector in CFLAGS.
Without -fno-stack-protector, there are errors in many functions, but if i add -fno-stack-protector in system/rules.inc I can compile almost everything but not everything.

Maybe there is another file in which I must write the option -fno-stack-protector ?
Post Reply