Littlefoot86 filesystem/shell test request
-
- Member
- Posts: 89
- Joined: Sun Mar 23, 2008 2:23 pm
- Location: [0x8:0x1000]
Littlefoot86 filesystem/shell test request
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
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
Last edited by White-spirit on Thu Dec 01, 2011 6:07 am, edited 4 times in total.
Working on multi-tasking support ...
it wouldnt let me download, on: http://encodable.com/uploaddemo/files/floppy.img.bz2 i get "no."
-
- Member
- Posts: 89
- Joined: Sun Mar 23, 2008 2:23 pm
- Location: [0x8:0x1000]
Okay sorry, I've changed the hosting service : [URL NOT WORKING ANYMORE AND LOST THE SOURCE CODE] , I'm sure it works now .
Last edited by White-spirit on Thu Dec 01, 2011 6:08 am, edited 2 times in total.
Working on multi-tasking support ...
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.
On the other side, I've didn't found any bugs. Shell works like a charm, good work.
My web site: http://inflater.wz.cz (Slovak)
Derrick operating system: http://derrick.xf.cz (Slovak and English )
Derrick operating system: http://derrick.xf.cz (Slovak and English )
-
- Member
- Posts: 89
- Joined: Sun Mar 23, 2008 2:23 pm
- Location: [0x8:0x1000]
Thanks, I'ill work on that ( it's probably because the max command length is 16 bytes, and for the args 63 bytes ) .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 ."
Working on multi-tasking support ...
-
- Member
- Posts: 118
- Joined: Mon May 05, 2008 5:51 pm
-
- Member
- Posts: 89
- Joined: Sun Mar 23, 2008 2:23 pm
- Location: [0x8:0x1000]
Thanks, I'm working on a "<" operator to do something like "echo < /etc/littlefoot86/.fichier1", and a fread command .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.
Last edited by White-spirit on Mon May 19, 2008 6:18 am, edited 1 time in total.
Working on multi-tasking support ...
-
- Member
- Posts: 89
- Joined: Sun Mar 23, 2008 2:23 pm
- Location: [0x8:0x1000]