Search found 239 matches

by SebMcClouth
Mon Sep 19, 2005 2:43 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Malfucntion in CPU routines after inplentation
Replies: 9
Views: 10759

Yes I know, but the code has proved to work... just after inplenting... it states that my Laptop has a 486SX, and MSD tells me I have a 486DX, so did the code tell me before inplenting...

grtz
by SebMcClouth
Mon Sep 19, 2005 2:15 pm
Forum: News and Announcements
Topic: qbinux
Replies: 140
Views: 309001

Update on qbinux... The new locations seem to work so far. Only the CPU-routines are not functioning properly. The xMem (Novix) implentation are good... so far. I have re-added the bootup.log. I think that the first tech-release (a.k.a. beta) of this new version will ready by the end of this week. U...
by SebMcClouth
Mon Sep 19, 2005 12:53 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Malfucntion in CPU routines after inplentation
Replies: 9
Views: 10759

The code is asm...

grtz
by SebMcClouth
Mon Sep 19, 2005 12:28 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Malfucntion in CPU routines after inplentation
Replies: 9
Views: 10759

Malfucntion in CPU routines after inplentation

I've inplented the CPU-routines by Hans Lunsing from the ABC packets in the qbinux core. The old version of the core (a library) worked just fine. But with the new stuff (modules) it gives the wrong processor.

The Type is located in qbinux.bi and the rest in a module file called setup.bas.

grtz
Seb
by SebMcClouth
Sun Sep 18, 2005 3:46 pm
Forum: General Discussion
Topic: Join the Linux Revolution!
Replies: 217
Views: 2129794

Grub is good. But make sure you have additional info on it and a grub boot-disk, just incase..

grtz
by SebMcClouth
Sun Sep 18, 2005 12:03 pm
Forum: General Discussion
Topic: Country, state, city...
Replies: 36
Views: 55578

Rotterdam, South-Holland, The Netherlands, sowhere in Europe...
by SebMcClouth
Sun Sep 18, 2005 11:59 am
Forum: General Discussion
Topic: COM to PS/2 port... help?
Replies: 16
Views: 21833

I will post a download in the Utilities section with MS-DOS mouse drivers. It will also include a program, "msetyp.exe", which will changes the files to make your mouse work with a serial or PS2 port. :arrow: UPDATE: The file is now available for download, tell me if it works :arrow: And,...
by SebMcClouth
Fri Sep 16, 2005 1:56 pm
Forum: General Discussion
Topic: COM to PS/2 port... help?
Replies: 16
Views: 21833

THere might be another solution. A Fujitsu/sIemens generation laptops (5 years ago) had a t-splitter ps2. You connect it to your laptop ps2-port and it should be able to work.

I've gotten one myself and I am going to try it. Tell ya later if it works kk?

grtz
Seb
by SebMcClouth
Fri Sep 16, 2005 1:22 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: MULTIPLICATON OF A FIELD IN A FILE WITH A CONSTANT
Replies: 58
Views: 65568

Fine... have it your way...
by SebMcClouth
Thu Sep 15, 2005 10:54 am
Forum: QBASIC and QB64 Questions & Answers
Topic: inches of a monitor
Replies: 10
Views: 12890

Although wait... try this: RegsX.AX = &H1130 RegsX.BX = &H0 InterruptX &H10, RegsX, RegsX VideoLines = (RegsX.DX AND 255) + 1 RegsX.AX = &HF00 InterruptX &H10, RegsX, RegsX VideoCols = (RegsX.AX AND 65280) / 256 PRINT VideoLines / pixelsperinch; " "; VideoCols / pixelsp...
by SebMcClouth
Wed Sep 14, 2005 2:49 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Simple array question
Replies: 9
Views: 11435

Neither do I... I just tried sumfin...

grtz
Bas
by SebMcClouth
Wed Sep 14, 2005 2:47 pm
Forum: General Discussion
Topic: What kind of music do we all listen to?
Replies: 26
Views: 38126

I don't thing a REMARK is counted as music :lol: (I know you meant R.E.M. it just sounded funny, when I thought about it)

Seb
by SebMcClouth
Wed Sep 14, 2005 2:09 am
Forum: General Discussion
Topic: What kind of music do we all listen to?
Replies: 26
Views: 38126

All sorts of... even classic... ah Mendeslsohn, Mozart,Bach, Wagner, and there's DJ Tiesto... (a classical)

grtz
Seb
by SebMcClouth
Wed Sep 14, 2005 2:07 am
Forum: General Discussion
Topic: QiLinux -> QBinux
Replies: 7
Views: 11029

Sounds good... feel like joining McClouth Software?

grtz
Seb
by SebMcClouth
Wed Sep 14, 2005 2:07 am
Forum: General Discussion
Topic: A 2d Game
Replies: 92
Views: 114079

Si vous voulez, je parlez on francais, pas de probleme...
Of Nederlands,
Oder deutsch,
Jetski Polski (to little actually),
Jag talar litte svenska (not much),
I'll keep ya from the others I know...

grtz
Seb
by SebMcClouth
Wed Sep 14, 2005 2:02 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Simple array question
Replies: 9
Views: 11435

I don't know much of arraying and stuff but you could try this: DIM SHARED WindowCascade(0 to 29) AS INTEGER 'you code here 'say that 1 is on top and 30 on the bottom, then it could be: 'WindowCascade (0) = 1 --> WindowCascade (29) = 30 'When you click on 30 it comes to the top, so you need a routin...
by SebMcClouth
Wed Sep 14, 2005 1:57 am
Forum: QBASIC and QB64 Questions & Answers
Topic: QuickBasic for Mac?
Replies: 12
Views: 15027

Good thing FB can still go Linux... and I've heard that Linux can run on a MAC...

grtz
Seb
by SebMcClouth
Wed Sep 14, 2005 1:55 am
Forum: QBASIC and QB64 Questions & Answers
Topic: ECLIPSE. The biggest thing to ever hit SCREEN 0.
Replies: 8
Views: 9372

Re: ECLIPSE. The biggest thing to ever hit SCREEN 0.

2.5. Speaking of library, I need a library for PDS with CALL ABSOLUTE. My copy of QBX library files are corrupt. You could have the same the problem I had... Are u also using CALL INTERRUPT, or CALL INTERRUPTX? If so... remove DECLARE SUB ABSOLUTE from your qbx.bi... trust me it works... I've done ...
by SebMcClouth
Wed Sep 14, 2005 1:53 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Link error L2029
Replies: 4
Views: 6736

Hey if you still want your share of qbinux... watch out for deja-vu's... cause then the agents are coming...

grtz
Seb
by SebMcClouth
Wed Sep 14, 2005 1:48 am
Forum: Pete's QB Site News
Topic: Another attempt at Spam Control
Replies: 4
Views: 14214

I suppose Pete already worked on it... or he's bluffing... he's played a lot of poker lately...

No offense there Pete!

grtz
Seb