X-OS v0.3.1

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
aladdin

X-OS v0.3.1

Post by aladdin »

here is a link to the latest version of my operating system.
it's in french : type 'aide' or 'help' to get command help.

actually it support segmentation (flat mode) and paging.
azerty keyboard, and a first version of my kmalloc (bugy!!!)

X-OS works on both 16 and 32 bits, since it uses tow kernels : you can choose starting mod by editing bootconf file present in the floppy after installation. by default X-OS starts in pmode (32bits)

to install : insert a floppy and type make install.

if someon tests my OS please report me , bugs and/or code's mistakes and optimisations...
http://le-zigoto.dyndns.org/~xos/xossrc_20032004.tar.gz
User avatar
Candy
Member
Member
Posts: 3882
Joined: Tue Oct 17, 2006 11:33 pm
Location: Eindhoven

Re:X-OS v0.3.1

Post by Candy »

aladdin wrote: it's in french : type 'aide' or 'help' to get command help.

to install : insert a floppy and type make install.
I half-expected 'faire install?e' to be the make install-command.
aladdin

Re:X-OS v0.3.1

Post by aladdin »

why not :

Code: Select all

#/etc/profile

alias 'make'='faire'

and ...

Code: Select all

#Makefile

...
installer : install

install : ....
           ....
;)

I'm working on an english translation...but the problem is that i not speak english very well :'(
User avatar
Candy
Member
Member
Posts: 3882
Joined: Tue Oct 17, 2006 11:33 pm
Location: Eindhoven

Re:X-OS v0.3.1

Post by Candy »

aladdin wrote: I'm working on an english translation...but the problem is that i not speak english very well :'(
I (as well as probably most of the board) are more than wiling to help you put some english sentences in their correct form. Probably a quarter to half the board can understand some french, so you can even post the french ones along to help with translating.

HTH soon, Candy

PS: that faire installer was a joke :). I hate other-languaged programs, even though I'm dutch myself. Been trying to get my girlfriend to the control panel, and after 25 minutes she told me she had found it in the "configuratiescherm". Guess what that translates to?
User avatar
bubach
Member
Member
Posts: 1223
Joined: Sat Oct 23, 2004 11:00 pm
Location: Sweden
Contact:

Re:X-OS v0.3.1

Post by bubach »

configuration screen?
scherm sounds very much as the swedish word sk?rm(screen)..
at least when u say it..

/ Christoffer
"Simplicity is the ultimate sophistication."
http://bos.asmhackers.net/ - GitHub
DennisCGc

Re:X-OS v0.3.1

Post by DennisCGc »

bubach wrote: configuration screen?
scherm sounds very much as the swedish word sk?rm(screen)..
at least when u say it..

/ Christoffer
Scherm is dutch ::)
And I know that, because I'm Dutch ;)
And to aladdin, wouldn't be handy if you included a "DOS" bootloader, so I can boot it from the DOS prompt, because I don't have a floppy drive, and I'm still waiting for it, so ;)
aladdin

Re:X-OS v0.3.1

Post by aladdin »

here is an updated version (ls command added)

source code (for linux installation or cygwin)
http://le-zigoto.dyndns.org/~xos/xossrc_24032004.tar.gz

binaries (to install from windows)
http://le-zigoto.dyndns.org/~xos/xosbin_24032004.tar.gz
I have not tested the windows installation but it "theoricallty" works well.

[FWD] DennisCGc : I'll try to make a dos loader ,the problem is that i haven't DOS ;) , I wil try to do it with an emulator
Post Reply