Page 1 of 1
X-OS v0.3.1
Posted: Sun Mar 21, 2004 5:15 am
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
Re:X-OS v0.3.1
Posted: Sun Mar 21, 2004 5:20 am
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.
Re:X-OS v0.3.1
Posted: Sun Mar 21, 2004 5:51 am
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 :'(
Re:X-OS v0.3.1
Posted: Sun Mar 21, 2004 6:08 am
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?
Re:X-OS v0.3.1
Posted: Tue Mar 23, 2004 2:02 am
by bubach
configuration screen?
scherm sounds very much as the swedish word sk?rm(screen)..
at least when u say it..
/ Christoffer
Re:X-OS v0.3.1
Posted: Tue Mar 23, 2004 2:43 am
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
Re:X-OS v0.3.1
Posted: Wed Mar 24, 2004 10:03 am
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