Search found 589 matches

by andymc
Fri Aug 26, 2011 1:48 am
Forum: Partition Logic
Topic: I'm a Software developer in C++. I want to...
Replies: 2
Views: 24908

Re: I'm a Software developer in C++. I want to...

Hello, There isn't (yet) any runtime support for C++ programs in the operating system (Visopsys), but I think you'll find that the C is programmed in a fairly object-modelled way. There are problems building from source in Ubuntu >= 10. The linker does some fancy/unusual things with the object files...
by andymc
Fri Aug 26, 2011 1:35 am
Forum: Partition Logic
Topic: Couldn't get past initial screen, keyboard/mouse not working
Replies: 11
Views: 67535

Re: Couldn't get past initial screen, keyboard/mouse not wor

Hi Mac, Here's a link to my latest development ISO: http://visopsys.org/files/misc/partlogic-2011-08-26-iso.zip No special instructions; hopefully it will "just work" ;) I've made quite a few important changes to the way USB controllers, hubs, and devices are handled, so I'm very intereste...
by andymc
Thu Aug 25, 2011 2:01 pm
Forum: Partition Logic
Topic: Couldn't get past initial screen, keyboard/mouse not working
Replies: 11
Views: 67535

Re: Couldn't get past initial screen, keyboard/mouse not wor

No worries, thanks for replying.

Yes, USB support has been a bit spotty so far.

However, I've been working on it pretty intensively over the last couple of weeks. If I were to provide you with a version built from my latest sources, would it be possible for you to re-test?

Andy
by andymc
Thu Aug 25, 2011 1:33 pm
Forum: Partition Logic
Topic: Couldn't get past initial screen, keyboard/mouse not working
Replies: 11
Views: 67535

Re: Couldn't get past initial screen, keyboard/mouse not wor

Hi Mac,

Thanks for the info. Can you tell me whether your keyboard and mouse are attached via PS/2 or USB?

Andy
by andymc
Wed Jul 27, 2011 4:46 pm
Forum: General
Topic: How Can i Compile Visopsys under windows xp or 7 ?
Replies: 17
Views: 55588

Re: How Can i Compile Visopsys under windows xp or 7 ?

Yeah, it looks like gcc/ld is somehow expecting a straight binary program (vloader) to be a Windows executable. You'll have to figure out how to get gcc to link a straight binary under cygwin.

You'll have to research that one, I think.

Told you it might be difficult :smile:
by andymc
Wed Jul 27, 2011 4:06 pm
Forum: General
Topic: How Can i Compile Visopsys under windows xp or 7 ?
Replies: 17
Views: 55588

Re: How Can i Compile Visopsys under windows xp or 7 ?

Is your 'osloader' directory missing from your 'src' directory?
by andymc
Wed Jul 27, 2011 11:24 am
Forum: General
Topic: How Can i Compile Visopsys under windows xp or 7 ?
Replies: 17
Views: 55588

Re: How Can i Compile Visopsys under windows xp or 7 ?

(the errors you're seeing are because you're trying to execute the Makefile, instead of running the 'make' program which uses the Makefile)
by andymc
Wed Jul 27, 2011 11:23 am
Forum: General
Topic: How Can i Compile Visopsys under windows xp or 7 ?
Replies: 17
Views: 55588

Re: How Can i Compile Visopsys under windows xp or 7 ?

What happens if you type unzip the Visospys source zipfile, change into that directory, and type 'make' ?
by andymc
Wed Jul 27, 2011 2:01 am
Forum: General
Topic: ***filename**.pot
Replies: 2
Views: 17417

Re: ***filename**.pot

Those are for internationalization. They are templates for GNU gettext translation files. They're text files, and inside them you'll find strings to be translated ("msgid"), and a place to put the translation ("msgstr"). There's currently a German translation for a lot of things ...
by andymc
Tue Jul 26, 2011 12:37 am
Forum: General
Topic: How Can i Compile Visopsys under windows xp or 7 ?
Replies: 17
Views: 55588

Re: How Can i Compile Visopsys under windows xp or 7 ?

You're very welcome. Let us know how you get on.