flat assembler
Message board for the users of flat assembler.

Index > OS Construction > Dex4u OS dashboard demo

Goto page Previous  1, 2
Author
Thread Post new topic Reply to topic
Dex4u



Joined: 08 Feb 2005
Posts: 1601
Location: web
Dex4u 31 May 2006, 15:15
I have have just tryed the latest DosBOX, with the img from DosBoxDex4u.zip and it works fine in win98, using this setup code http://www.dex4u.com/dosbox.htm
Image

NOTE: You must use that image as it got a specal floppy driver that works with emulators,
Also you need the latest dosbox for that vesa mode.
Post 31 May 2006, 15:15
View user's profile Send private message Reply with quote
viki



Joined: 03 Jan 2006
Posts: 40
Location: Czestochowa, Poland
viki 05 Jun 2006, 07:05
This DosBoxDex4u.zip works ok. I also find out why WinImage hangs when I try to load boot12.bin file. (Image->Boot sector properties -> Open). Problem was because bpb structure was not initialized. When I initialized this structure like this also this feature seems working.

Code:
bsOemName               DB      "BootProg"      ; 0x03
bpbBytesPerSector       dw      512             ;0x0B
bpbSectorsPerCluster    db      1               ; 0x0D
bpbReservedSectors      DW      1               ; 0x0E
bpbNumberOfFATs         DB      2               ; 0x10
bpbRootEntries          DW      224             ; 0x11
bpbTotalSectors         DW      2880            ; 0x13
bpbMedia                DB      0f0h            ; 0x15
bpbSectorsPerFAT        DW      9               ; 0x16
bpbSectorsPerTrack      DW      18              ; 0x18
bpbHeadsPerCylinder     DW      2               ; 0x1A
bpbHiddenSectors        DD      0               ; 0x1C
bpbTotalSectorsBig      DD      0               ; 0x20
bsDriveNumber           DB      0               ; 0x24
bsUnused                DB      0               ; 0x25
bsExtBootSignature      DB      029h            ; 0x26
bsSerialNumber          DD      102030h         ; 0x27
bsVolumeLabel           DB      "ALA MA KOTA"   ; 0x2B
bsFileSystem            DB      "FAT12   "      ; 0x36
    


It's posibble to get sources for DosBoxDex4u?
Post 05 Jun 2006, 07:05
View user's profile Send private message Reply with quote
Dex4u



Joined: 08 Feb 2005
Posts: 1601
Location: web
Dex4u 05 Jun 2006, 13:28
Do you already have the source code for Dex4u from here:
http://www.dex4u.com/download.htm
If so i will post link to modified floppy driver, thats the only differance.
Post 05 Jun 2006, 13:28
View user's profile Send private message Reply with quote
viki



Joined: 03 Jan 2006
Posts: 40
Location: Czestochowa, Poland
viki 05 Jun 2006, 14:00
Yes DexSource.zip I have. If I'm underestud correctly, you will add a new link to modyfied floppy driver I should replace in DexSource project? Sorry about my english.
Post 05 Jun 2006, 14:00
View user's profile Send private message Reply with quote
Dex4u



Joined: 08 Feb 2005
Posts: 1601
Location: web
Dex4u 05 Jun 2006, 15:46
Your English is very good, and you are right, but is more the fat12 that is differant.
In the run.inc we call this function
Code:
        call  DirFillRoot      

instead of this
Code:
        call  DirFillRootUSB     

This above work with USB key fob and real floppys, but not in emulators.
Here is the code:
http://www.dex4u.com/uploads/DexEmul.zip

Note: you will be much better off using all the code in the above zip, as its a slightly older ver and mixing may corse problems, you will still need to make shore gui.dex is on the floppy or in the image.
Hope this helps.
Post 05 Jun 2006, 15:46
View user's profile Send private message Reply with quote
viki



Joined: 03 Jan 2006
Posts: 40
Location: Czestochowa, Poland
viki 06 Jun 2006, 07:26
Oki I compared this versions. I repaced DirFillRootUSB with DirFillRoot, compiled and DexSource seems working with DosBox. Super. Thanks for sources and advice. Now try to prepare cpuid for dex4u.
Post 06 Jun 2006, 07:26
View user's profile Send private message Reply with quote
Dex4u



Joined: 08 Feb 2005
Posts: 1601
Location: web
Dex4u 06 Jun 2006, 12:20
Great Smile
Post 06 Jun 2006, 12:20
View user's profile Send private message Reply with quote
RedGhost



Joined: 18 May 2005
Posts: 443
Location: BC, Canada
RedGhost 25 Aug 2006, 06:53
Went to take a look at the source code, the download link seems to be down.

_________________
redghost.ca
Post 25 Aug 2006, 06:53
View user's profile Send private message AIM Address MSN Messenger Reply with quote
Dex4u



Joined: 08 Feb 2005
Posts: 1601
Location: web
Dex4u 26 Aug 2006, 18:20
Yes that because, Dex4u is being reorganised, and will not be 100% compatable with the old Dex4u OS, so the new code will be released in about 2-3 weeks, if you still want the old code PM me and i send a link, that goes for anyone else.
Post 26 Aug 2006, 18:20
View user's profile Send private message Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  
Goto page Previous  1, 2

< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.