flat assembler
Message board for the users of flat assembler.
Index
> OS Construction > New DexOS release Goto page 1, 2 Next |
Author |
|
Dex4u 24 Apr 2008, 21:36
You can test the latest release of DexOS here:
http://www.dex4u.com/download.htm Thanks in-advance. Note: The "win.dex" DexOS's new GUI is not finished. |
|||
24 Apr 2008, 21:36 |
|
rhyno_dagreat 24 Apr 2008, 21:40
Cool! I can't wait to look at it! I'm at college now, so I can't use it, but when I get home that will be one of the first things I do.
|
|||
24 Apr 2008, 21:40 |
|
rhyno_dagreat 25 Apr 2008, 00:24
Wait, is it just the Kernel32 or the whole Dex.zip?
|
|||
25 Apr 2008, 00:24 |
|
Dex4u 25 Apr 2008, 03:20
Your best making a new floppy image, by using dex.zip .
|
|||
25 Apr 2008, 03:20 |
|
DJ Mauretto 25 Apr 2008, 09:57
Here work fine
|
|||
25 Apr 2008, 09:57 |
|
roboman 25 Apr 2008, 14:03
I thought that might break my dexos format util, and it did. I'll get that redone and posted this weekend
PS the dexos forum is http://dex.7.forumer.com not http://jas2o.forthworks.com/dexforum/ as stated in the readme Last edited by roboman on 25 Apr 2008, 14:11; edited 1 time in total |
|||
25 Apr 2008, 14:03 |
|
edfed 25 Apr 2008, 14:45
dex is ok, it starts, but the vesaGUI in program menu is not ok. it is only a white screen, and leaves when hit a key.
navigation is not intuitive, i'd prefer backspace as B button, not escape. escape to return to the root? settings don't do anything. media player, enter or space to play/pause. better than the 'p' key. it plays, but no sound. HW: PII (celeron) 563MHz, 64M ram, SB PCI 128, NVIdia Georce 2 400 MX. |
|||
25 Apr 2008, 14:45 |
|
Dex4u 25 Apr 2008, 16:10
First thanks all for testing.
@roboman, cool look forward to the update and yes i spotted the wrong forum, but it was too late to change it. @Octavio, not sure why the cpuid did not work, as for usb did you try differant usb sockets, as it only detect the first two (pre-set). The CD is root only, as i was planing on only using the root dir, when i first made DexOS, also hdd is only designed to work with primary partion. And the 900k of the same files are just for testing the cd or floppy emulation. @edfed, vesaGUI is only suppose display a white background, it was a test program i left in. As for no sound thats because, i did not post any sound driver yet, i will. @all, Once again thanks for testing . Regards Dex. |
|||
25 Apr 2008, 16:10 |
|
Octavio 26 Apr 2008, 11:36
> as it only detect the first two (pre-set).
Yes ,it works with the first two. |
|||
26 Apr 2008, 11:36 |
|
Dex4u 26 Apr 2008, 17:51
Octavio wrote: > as it only detect the first two (pre-set). Thanks for the update Octavio . |
|||
26 Apr 2008, 17:51 |
|
sylwek32 26 Apr 2008, 20:23
Hey Dex,
Could you release some source-code to look at and play around with the networking? I'm planning to implement some IP version 6 stack for it. Just for fun |
|||
26 Apr 2008, 20:23 |
|
Dex4u 26 Apr 2008, 20:39
Sure i will, i am going to make DexOS open source, but the tcp/ip stack is very slow, so it will need alot of work.
I should have it post on the web site by this Monday ( 28th of April ). Regards Dex. Note: Its not very well commented . |
|||
26 Apr 2008, 20:39 |
|
edfed 27 Apr 2008, 14:20
comments are not important if labels have good names.
is there a text editor and a way to launch compiled code on dexos? it would be very interresting for me to support .COM codes. one day to wait... |
|||
27 Apr 2008, 14:20 |
|
Dex4u 27 Apr 2008, 15:06
Theres a editor you can assemble fasm code from, but you need to come out of the editor to run the code, this is because i did not get round to finishing, the run the code part from within the IDE, but its all there eg: it move's the editor code out of the way etc, just needs finishing.
To run the code you just type its name in the CLI, eg: Code: MyProg <enter> Or Code: MyProg.dex <enter> If it in a differant dir you need to change there first. You can get it along with the fasm source code here: http://dex4u.com/download.htm You need to get "IDE.zip" PS: Theres a editor only ver too, that i could dig out if you want it. |
|||
27 Apr 2008, 15:06 |
|
Dex4u 28 Apr 2008, 20:52
I have released the source code to "DexOS" as promised.
You need to down load "DexSource.zip" from here: http://www.dex4u.com/download.htm Please do not remark on bad spelling or no comments, as that is just a by product of my work. If you improve some part of it let me know, so i may add it to the main code. Regards Dex PS: I will be releasing things like the tcp/ip stack over the coming weeks, i just need to convert them to use the function from the latest ver. Last edited by Dex4u on 29 Apr 2008, 02:36; edited 1 time in total |
|||
28 Apr 2008, 20:52 |
|
edfed 28 Apr 2008, 21:51
dex compiles without any problem.
the source is not so uncommented... startin from win98, is ok, it just return to dos, and execute. 1st good point: startin from an existing os. very good for migration. no problem to return to win. but if startin fro m98, it will not see the ram, memory error, assumed 8MB. cannot explore the C: drive. dir and exit ok, but not cd. one detail about fat32: the royalties applied for fat32 use (lfn etc...) is not apliable in europ, then, you can use fat32 in you own commercial os in europ with any pb. this point is very important to know. the command line is ok, but the input is not very powerfull. cannot insert text. see later for other feedback. sorry if i don't loggin on the dex forum, but the random blinking advice banner is so boring... |
|||
28 Apr 2008, 21:51 |
|
roboman 29 Apr 2008, 14:08
I have a keymap on my page to replace the UK one in DexOS with a US one. A few of the keys are wrong in the US one that comes with DexOS. I'm not sure mine is 100%, but it fixes a few keys that bothered me...
keymapUSA1.inc http://home.comcast.net/~dexos/ |
|||
29 Apr 2008, 14:08 |
|
sleepsleep 02 May 2008, 13:04
hi dex, i saw openGEM, is that intergrateable into dexos?
http://gem.shaneland.co.uk/index.html |
|||
02 May 2008, 13:04 |
|
Dex4u 02 May 2008, 15:19
sleepsleep wrote: hi dex, i saw openGEM, is that intergrateable into dexos? Hi sleepsleep, The simple answer is no, DexOS is a modern ver of what Dos should of been, as in its a pmode 32bit, single tasking (but multi-threading) OS, that as the same basic commands and layout, but is not in anyway compatable with Dos. The idea behind DexOS is you can quickly try new ideas, as you could with Dos, but with much more memory and better graphics etc. DexOS as its own GUI in the making, see here: http://dex4u.com/cdpod.htm But thanks for the interest sleepsleep. |
|||
02 May 2008, 15:19 |
|
Goto page 1, 2 Next < Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.