You are not logged in.


#1 2006-03-28 15:43:25

bubach
Administrator
From: Trollhättan, Sweden
Registered: 2005-02-15
Posts: 367
PM  Website

Status

Hi!
For those visitors that still come by from time to time, I just want to
tell you how sorry I am for the lack of progress..
I have been working on a big homepage since late november, and haven't had
much time over at all... I'm still working on it, so BOS has to wait for a bit
longer then expected.
I've got one or two angry (anonymous) emails about not releasing BOS 0.05,
and i'm happy to see that there is still intrest.

I do have lots of stuff finished, but i have my own todo list
for each version and i'm not quite there yet.
I can load and unload drivers as long as they are part of (included in the end of) the
kernel binary, and i can list files from a FAT12 floppy with info on filesizes etc..

My original goal was to have full FAT12 read/write support and to be able to load programs
and drivers with this version. I might have to lower that goal to read only, since it's
taking me such a long time. sad

I'm hoping to be totally finished with the website by mid april, around the same time
that my broadband connection finally gets installed (now i know for sure, i can see them
digging outside) so i'm hoping to get much more done in the future. big_smile

/ Christoffer

Offline

 

#2 2006-03-29 11:21:59

jas2o
Member
From: Australia
Registered: 2005-02-16
Posts: 37
PM  Website

Re: Status

I though you have always had broadband?

I still check the forum... Lurking...

I'm not angry, people have lives, so it is understandable if they can't do something they say
(e.g. the DS Wifi programmer, people though his project was dead for a while...)

So goodluck with whatever your doing (BOS or website).

Jas2o

Offline

 

#3 2006-03-30 14:33:10

Dex4u
Active member
Registered: 2005-02-19
Posts: 132
PM

Re: Status

Yes jas2o is right, when you have the time you will add some more code. when people start paying you for your time, than they can be angry, untill then they will have too wait.

Offline

 

#4 2006-03-30 16:30:43

bubach
Administrator
From: Trollhättan, Sweden
Registered: 2005-02-15
Posts: 367
PM  Website

Re: Status

Yeah, but i better start coding on it asap before i forget all about low-level
programming and stick to php for life.. big_smile

Offline

 

#5 2006-03-30 18:16:03

Dex4u
Active member
Registered: 2005-02-19
Posts: 132
PM

Re: Status

Stay on the light side, as we need all the low-level programmers, we can sad .

Offline

 

#6 2006-03-31 14:30:03

smiddy
Active member
Registered: 2005-02-15
Posts: 183
PM

Re: Status

No problem bubach, I certain understand. I hope those who're sending the ANGRY emails take a step back and realize that life is full of dynamics that sometimes take us away from the things we really like to do. Good luck in finishing your new home page!


- [color=red]s[/color][color=blue]m[/color][color=red]i[/color][color=blue]d[/color][color=red]d[/color][color=blue]y[/color]

Offline

 

#7 2006-04-22 16:06:37

DasCandy
Guest

Re: Status

I'm still busy-waiting...

 

#8 2006-06-27 22:27:44

bubach
Administrator
From: Trollhättan, Sweden
Registered: 2005-02-15
Posts: 367
PM  Website

Re: Status

Hehe..
How come I missed your post Candy? Well, here's a screenshot of my ugly FAT12 listing, first 16
entries from the root:

http://joox.net/fat12.png
Sadly, it's about the same stage as when I wrote this thread in February, not
much progress.. sad

Offline

 

#9 2006-10-15 21:12:33

DasCandy
Guest

Re: Status

That looks pretty impressive. Does it also work on subdirectories, fragmented subdirectories and can you load a file from the disk too?

 

#10 2007-02-14 21:13:55

tonyMac
Member
Registered: 2005-03-02
Posts: 28
PM

Re: Status

Hey Bubach!
   Long time no post, I'm curious as to whether or not you've gotten any coding done recently, my developement efforts jsut started up again, on an ASM OS for a new micro from Parallax.  I'm also hoping to take the time to sit down and work on my USB driver/framework, I'll need some help for that though.  And, of course, the source will be available for you if/when I actually make something worthwhile.

Offline

 

#11 2007-02-15 02:27:04

bubach
Administrator
From: Trollhättan, Sweden
Registered: 2005-02-15
Posts: 367
PM  Website

Re: Status

Hi tonymac!
I'm still alive, and I do check all forums almost every day. Unfortunatly I haven't had much time coding on BOS,
but I did some small fixes on the floppy + vfs + fat12 recently and I'm hoping to get more time for it soon.

Honestly, my biggest problem is motivation becasue I'm been working on a big company website + webshop for almost
a year now and it fills all my programming "needs" so to speak. So when I do have time off from that and school I don't
feel like spending even more time programming.

Maybe I should force myself to give it atleast 2 hours each weekend? big_smile

It would be really cool to get some USB code working with my VFS to transfer files to/from cameras, memory sticks
and stuff (just thinking about it makes me feel like opening up fasmw + bochs) wink

Do you have any place where i could follow the development and maybe add useful info or code? doesn't matter if you've only
produced 10 lines so far.. big_smile

Offline

 

#12 2007-02-15 13:54:23

tonyMac
Member
Registered: 2005-03-02
Posts: 28
PM

Re: Status

Well, I am suffering the same fate as you, I have 2 huge projects going at work that require my programming expertise.  I have a sensor that needs a new micro, we're switching to a dsPIC from a 16 series, and my thesis, which involves a proprietary wireless protcol, also on a PIC.  I'm really hoping I can get some help from Solidus at some point, he's a master of FASM structures, etc.  for the USB stack.  the data structure that need creating just to make something identify itself is insane (I've actually never gotten it to work)  sad  I ahve, however, identified and communicated with the controller, and been able to poll the controller to determine when something is plugged in.  Then I lost that code when Win crashed on me.  sad  Once I have that back, I'll give you a link to the src, so we can work together on it.  Mass storage is of course the priority.  Keyb. and Mouse support worries me, it's odd in USB, and I'm afraid configuring the controller will "kill" Dex's BIOS emulated support for everything... sad  I think it would be different BIOS to BIOS, mine seems to recover automatically.  smile

Offline

 

#13 2007-02-15 21:55:18

fasmiq
Member
Registered: 2006-05-29
Posts: 15
PM

Re: Status

tonyMac,
tell us more about your "programming expertise"  wink

Last edited by fasmiq (2007-02-15 21:57:40)

Offline

 

#14 2007-02-16 03:23:28

tonyMac
Member
Registered: 2005-03-02
Posts: 28
PM

Re: Status

tongue  Well, I started programming when I was 12, hahaha.  Nerd from birth.  I program in C, pascal, Java, BASIC  (of course), and ASM  (multiple processors)

Offline

 

#15 2007-02-16 05:48:02

fasmiq
Member
Registered: 2006-05-29
Posts: 15
PM

Re: Status

Oh, I see ... You're a trully PC  Mozart. And let me guess, now you are 13?

Offline

 

#16 2007-02-16 14:08:27

tonyMac
Member
Registered: 2005-03-02
Posts: 28
PM

Re: Status

21, actually.  That's kind of why I'm an electrical engineer working for Siemens.

Offline

 

#17 2007-02-16 15:46:41

bubach
Administrator
From: Trollhättan, Sweden
Registered: 2005-02-15
Posts: 367
PM  Website

Re: Status

eh, why would you guess that he's 13?

anyway, i think i could help by writing some datastructure functions. i'm guessing that you'll need
all sort of advanced stuff.. binary trees, linked lists...?
i'm going to try with a minimum of two hours work on BOS each weekend starting now, lets see how
it goes.

Offline

 

#18 2007-02-16 23:33:27

tonyMac
Member
Registered: 2005-03-02
Posts: 28
PM

Re: Status

A rather large linked list.  a 4K table of pointers that point to Transfer Descriptors or Queu Pointers, both of which can appear anywhere (nested, etc).   I think I'm going to ignore the QP for a while, as it only exists if I want it to exist.  The thing that gets confusing is implementing something you know about over the USB, like a FAT16 drive, etc.  The documentation at that stage is a little thin.  But I think, if we lay the groundwork, we might get considerable help from others.  Although, I have to say, I want to put a lot of time into that 8 core 32-bit micro from Parallax.  It looks like a lot of fun

Last edited by tonyMac (2007-02-16 23:33:43)

Offline

 

#19 2007-02-17 01:01:41

bubach
Administrator
From: Trollhättan, Sweden
Registered: 2005-02-15
Posts: 367
PM  Website

Re: Status

Hmm, I'm gonna check if I can find some good USB docs or source. BTW, does the russians do any USB work
with kolibri? Gonna check that too.

Offline

 

#20 2007-02-17 05:42:37

tonyMac
Member
Registered: 2005-03-02
Posts: 28
PM

Re: Status

I'm not sure, I haven't been following it closely.  And, I don't know any Russian.  wink  I have to stick to my alphabet, I'm afraid.  I can add some dots here and there, but that's about it.  The docs can be gotten off of Intel's server.

Offline

 

 

Board footer

Powered by PunBB
BOS homepage © Copyright 2005 Christoffer Bubach
Strict XHTML and valid CSS.