OSDev.org

The Place to Start for Operating System Developers
It is currently Fri Apr 19, 2024 5:11 am

All times are UTC - 6 hours




Post new topic Reply to topic  [ 10 posts ] 
Author Message
 Post subject: DEX-OS 1.03
PostPosted: Sun Apr 18, 2004 1:17 am 
Greetings,

I have just released the binary and sources of dex-os 1.03 as well as a CVS system. I've included some fixes:

- keyboard mapping problems. (Can't confirm it 'till someone tells me it fixed though)
- Freeze in some bochs systems.
- improved FAT16/32 read-write support
- other fixes which I can't remember.

The updated disk image might not be available at the time of this post so you might have to download the 1.02 image or then release 1 image and then just overwrite kernel32.bin.

Thank you very much and more power to OS development:)


Top
  
 
 Post subject: Re:DEX-OS 1.03
PostPosted: Sun Apr 18, 2004 11:52 am 
Offline
Member
Member

Joined: Wed Oct 18, 2006 11:59 am
Posts: 1600
Location: Vienna/Austria
I have given it a test, but unfortunately, the keyboard issue remains the same. Sorry. :-(

_________________
... the osdever formerly known as beyond infinity ...
BlueillusionOS iso image


Top
 Profile  
 
 Post subject: Re:DEX-OS 1.03
PostPosted: Tue Apr 20, 2004 7:57 am 
dex-os 1.032 has been released, I hope it fixes the keyboard issue once and for all. As usual, the source and binaries can be found at https://sourceforge.net/projects/dex-os/. Thanks.


Top
  
 
 Post subject: Re:DEX-OS 1.03
PostPosted: Tue Apr 20, 2004 2:53 pm 
Offline
Member
Member

Joined: Wed Oct 18, 2006 11:59 am
Posts: 1600
Location: Vienna/Austria
works like a charm on my laptop. :-)

ed.exe produces a page fault as soon as I enter the first char, when started.

after that, the system runs in a kind of recovery mode. Starting ed.exe then leads to at least the possibility to enter lines, columns and rows are counted. is this editor like vim or rather like ced? how does one save/read files?

All in all a nice system. 've noticed you have an extra process/thread as scheduler. does this have advantages - besides modularity *gg*

stay safe

PS: You will need to check the key-combos for console switching and sorta ... I just get signs, but no other action. Perhaps you've placed some crucial scancode-translations elsewhere in the keymap?

_________________
... the osdever formerly known as beyond infinity ...
BlueillusionOS iso image


Top
 Profile  
 
 Post subject: Re:DEX-OS 1.03
PostPosted: Wed Apr 21, 2004 5:40 am 
I have just released the floppy image distribution based on kernel release 1.033. Like 1.02, it contains a C compiler (tcc) and some games in /boot/games as well as a working version of the Netwide Free Assembler (nasm) in /boot/prog. The 1.033 release also fixes some more keyboard bugs.

beyond infinity, there is no scheduler process , maybe you are referring to the task manager(dex32_taskmanager) which can be accessed by pressing CTRL-ALT+F1.

Thanks.


Top
  
 
 Post subject: Re:DEX-OS 1.03
PostPosted: Wed Apr 21, 2004 6:28 am 
Offline
Member
Member

Joined: Wed Oct 18, 2006 11:59 am
Posts: 1600
Location: Vienna/Austria
yes, its the task manager I am referring to.

Your OS now works fine, the HOtkeys are working, ed.exe saves a file, if stopped with "ctrl - x" - do you already have signals working?

Stay safe & keep up the good work.

_________________
... the osdever formerly known as beyond infinity ...
BlueillusionOS iso image


Top
 Profile  
 
 Post subject: Re:DEX-OS 1.03
PostPosted: Thu Apr 22, 2004 11:28 am 
Hi

I tried it on my 386 machine and my 486 machine (the Am5x86 in this I've got working at 160MHz now!)

On the 486 machine it works great!! Well done! Although the floppy drive seemed slow for even a floppy drive!

On the 386 machine, after jumping to your kernel, I just get an elipsis in the top left hand corner of the screen, then it resets.

What are your system requirements.

srg


Top
  
 
 Post subject: Re:DEX-OS 1.03
PostPosted: Thu Apr 22, 2004 3:13 pm 
I might have used a 486+ instruction or probably something in the FPU department. Does your 386 (wow, I find it rare to get hold of one of this things these days) have FPU support? or does a cpuid instruction ruin a 386?

About the poor floppy performance, yes I've noticed it for quire a long time, although in some newer floppy drives it works fast while in many others it works really slow....it's a good thing I have cache implementation or else it would have been unbearable. It is probably a flaw in my floppy driver and I'm checking it out.


Top
  
 
 Post subject: Re:DEX-OS 1.03
PostPosted: Thu Apr 22, 2004 4:27 pm 
jedld wrote:
I might have used a 486+ instruction or probably something in the FPU department. Does your 386 (wow, I find it rare to get hold of one of this things these days) have FPU support? or does a cpuid instruction ruin a 386?


First of all the cpuid instruction is only on Am5x86, Intel 486DX 4 100 and Intel Pentium (and compatible) CPUs or better. 386s and lesser 486s don't have it.

As for the FPU, yes my 386 machine does have a Cyrix FasMath (387 compatible but faster) FPU. BTW on 386s the FPU was is seperate chip).

hope this helps
srg


Top
  
 
 Post subject: Re:DEX-OS 1.03
PostPosted: Fri Apr 23, 2004 3:53 pm 
I tested it, and now it works ;D
But it's a bit slow, but I ran it in bochs with a p2 :)
But it sure looks great ;)


Top
  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 10 posts ] 

All times are UTC - 6 hours


Who is online

Users browsing this forum: Google [Bot] and 31 guests


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 post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group