Page 40 of 55

Re: When your OS goes crazy - Screenshots

Posted: Tue Oct 18, 2016 4:06 pm
by Schol-R-LEA
I hope so, too; that might make a good logo for BCOS, if you haven't got one already. :wink: I suppose it depends on whether Brendan checked that version into whatever VCS he uses or not.

Re: When your OS goes crazy - Screenshots

Posted: Sun Oct 23, 2016 4:24 am
by Ycep
Trying to create graphics scrolling function (I deleted my old one):
Image

Re: When your OS goes crazy - Screenshots

Posted: Sun Oct 23, 2016 4:28 am
by NunoLava1998
Lukand wrote:Trying to create graphics scrolling function (I deleted my old one):
Image
We need to send an email to [E3A9I][][]A[]:pobyykN[]erA[][][email protected].!
It'll probably fix the problem!

Re: When your OS goes crazy - Screenshots

Posted: Sun Oct 23, 2016 12:16 pm
by NunoLava1998
>did bare bones
>reboots for no reason in C part

Re: When your OS goes crazy - Screenshots

Posted: Sun Oct 23, 2016 1:20 pm
by max
NunoLava1998 wrote:>did bare bones
>reboots for no reason in C part
Fix your signature fam.

Re: When your OS goes crazy - Screenshots

Posted: Mon Oct 24, 2016 3:06 am
by matt11235
NunoLava1998 wrote:>did bare bones
>reboots for no reason in C part
>boot with bochs
>check why it triple faults
>fix it

Re: When your OS goes crazy - Screenshots

Posted: Mon Oct 24, 2016 5:44 am
by Ycep
Done with all VBE Video. Now continuing to trouble with my filesystem driver...

Re: When your OS goes crazy - Screenshots

Posted: Wed Oct 26, 2016 2:53 am
by klange
Hm... almost, but not quite, entirely unlike a web browser.

Image

It took some work just to get the window to show up, and it seems to get past the "Loading" step, but is stuck on "Processing". Not sure what it's doing yet, needs further investigation.

update: success! sort of... where's that Netsurf logo PNG...
Image

Re: When your OS goes crazy - Screenshots

Posted: Wed Oct 26, 2016 3:09 am
by NunoLava1998
klange wrote:Hm... almost, but not quite, entirely unlike a web browser.

Image

It took some work just to get the window to show up, and it seems to get past the "Loading" step, but is stuck on "Processing". Not sure what it's doing yet, needs further investigation.
Good work. You've been creating a pretty great OS and browser, which honestly for me looks like you did LFS, seriously. I bet you can do Bare Bones II on there (and maybe Bare Bones II on the Bare Bones II of ToaruOS, lel.).

Re: When your OS goes crazy - Screenshots

Posted: Wed Oct 26, 2016 6:41 am
by Roman
AFAIK, Kevin Lange is not related to NetSurf. He's just having fun porting stuff.

Re: When your OS goes crazy - Screenshots

Posted: Wed Oct 26, 2016 6:51 am
by onlyonemac
Does your OS support networking? Otherwise that browser isn't going to get very far...

Re: When your OS goes crazy - Screenshots

Posted: Wed Oct 26, 2016 7:14 am
by klange
onlyonemac wrote:Does your OS support networking? Otherwise that browser isn't going to get very far...
I have posted extensively about networking support throughout its development. I have a functioning, if minimal, TCP/IP stack with NIC drivers for RTL8139 and AMD PCNet Fast and am working on building a sufficient BSD sockets layer for libcurl to work, which Netsurf uses to retrieve network files.

Frankly, your post comes off as rather snide and condescending.

Re: When your OS goes crazy - Screenshots

Posted: Wed Oct 26, 2016 7:23 am
by Kevin
Nice! How hard was this to port? Did you write a completely new UI frontend for it?

Re: When your OS goes crazy - Screenshots

Posted: Wed Oct 26, 2016 7:31 am
by klange
Kevin wrote:Nice! How hard was this to port? Did you write a completely new UI frontend for it?
This is using the SDL framebuffer "backend". I'll let you know when it's actually done, but beyond the work to port libcurl, there's been a lot of fiddling with Netsurf itself as it wasn't really meant to be cross-compiled like this. I took a lot of pointers from Pedigree (see this old post by pcmattman demonstrating Netsurf running there) for the build process itself and have been hacking things up to to get this point.

Re: When your OS goes crazy - Screenshots

Posted: Wed Oct 26, 2016 2:51 pm
by Kevin
I think I had a look back when Matt was working on it, but somehow didn't feel like actually starting to port it myself. ;)