Page 1 of 1
Littlefoot86 filesystem/shell test request
Posted: Sun May 18, 2008 5:40 am
by White-spirit
Hello,
I've finished the shell and the filesystem part of my OS, but I need some tests before I implement multi-tasking support and a debugger .
Here's the floppy image ( runs with Bochs and QEmu, other emulators are not tested ) : [URL NOT WORKING ANYMORE AND LOST THE SOURCE CODE, SORRY] .
Thanks
Posted: Sun May 18, 2008 5:55 am
by lukem95
Posted: Sun May 18, 2008 5:59 am
by White-spirit
Okay sorry, I've changed the hosting service : [URL NOT WORKING ANYMORE AND LOST THE SOURCE CODE] , I'm sure it works now .
Posted: Sun May 18, 2008 6:13 am
by inflater
Hmm, WinImage must be alergic to EXT2 formatted floppy disk images again.
On the other side, I've didn't found any bugs. Shell works like a charm, good work.
Posted: Sun May 18, 2008 10:10 am
by cyr1x
Hi
The shell is nice, I like it but i found a small bug.
When I write something to the end of a line(for example: echo aaaa....), I get the error "Unknown command aaaaaaaa ."
Posted: Sun May 18, 2008 10:36 am
by White-spirit
cyr1x wrote:Hi
The shell is nice, I like it but i found a small bug.
When I write something to the end of a line(for example: echo aaaa....), I get the error "Unknown command aaaaaaaa ."
Thanks, I'ill work on that ( it's probably because the max command length is 16 bytes, and for the args 63 bytes ) .
Posted: Sun May 18, 2008 3:31 pm
by chezzestix
Very nice work, I love that you use cd, dir and echo (the most latter I never find in these hobby oses). I didnt find any real problems except for the fact I didnt know how to open the files in littlefoot86. I assume your working on that.
Posted: Sun May 18, 2008 5:14 pm
by pcmattman
inflater wrote:Hmm, WinImage must be alergic to EXT2 formatted floppy disk images again.
OT, but what version of WinImage are you using? EXT2 only came in at 8.00...
Posted: Mon May 19, 2008 4:26 am
by White-spirit
chezzestix wrote:Very nice work, I love that you use cd, dir and echo (the most latter I never find in these hobby oses). I didnt find any real problems except for the fact I didnt know how to open the files in littlefoot86. I assume your working on that.
Thanks, I'm working on a "<" operator to do something like "echo < /etc/littlefoot86/.fichier1", and a fread command .
Posted: Mon May 19, 2008 6:17 am
by White-spirit
Okay I've removed the little bugs in the shell, I've also added a command to read the content of a file .
I've forgot to tell you that the command "help" lists the available commands, with their descriptions
PS : I've edited the link in the first post .
Posted: Tue May 20, 2008 1:49 pm
by lukem95
my "shell" has echo support
the ls works, as does cd (but no .. yet).
i need to port it to userland though