OSDev.org

The Place to Start for Operating System Developers
It is currently Thu Mar 28, 2024 3:28 am

All times are UTC - 6 hours




Post new topic Reply to topic  [ 809 posts ]  Go to page Previous  1 ... 37, 38, 39, 40, 41, 42, 43 ... 54  Next
Author Message
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Tue Oct 18, 2016 4:06 pm 
Offline
Member
Member
User avatar

Joined: Fri Oct 27, 2006 9:42 am
Posts: 1925
Location: Athens, GA, USA
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.

_________________
Rev. First Speaker Schol-R-LEA;2 LCF ELF JAM POEE KoR KCO PPWMTF
Ordo OS Project
Lisp programmers tend to seem very odd to outsiders, just like anyone else who has had a religious experience they can't quite explain to others.


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Sun Oct 23, 2016 4:24 am 
Offline
Member
Member
User avatar

Joined: Mon Dec 28, 2015 11:11 am
Posts: 401
Trying to create graphics scrolling function (I deleted my old one):
Image


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Sun Oct 23, 2016 4:28 am 
Offline
Member
Member

Joined: Sun Oct 09, 2016 4:38 am
Posts: 273
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!

_________________
Developing TRIODIUM OS. Or call it Dixium if you want. It doesn't matter.

https://github.com/NunoLava1998/DixiumOS


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Sun Oct 23, 2016 12:16 pm 
Offline
Member
Member

Joined: Sun Oct 09, 2016 4:38 am
Posts: 273
>did bare bones
>reboots for no reason in C part

_________________
Developing TRIODIUM OS. Or call it Dixium if you want. It doesn't matter.

https://github.com/NunoLava1998/DixiumOS


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Sun Oct 23, 2016 1:20 pm 
Offline
Member
Member
User avatar

Joined: Mon Mar 05, 2012 11:23 am
Posts: 616
Location: Germany
NunoLava1998 wrote:
>did bare bones
>reboots for no reason in C part
Fix your signature fam.

_________________
Ghost OS - GitHub


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Mon Oct 24, 2016 3:06 am 
Offline
Member
Member
User avatar

Joined: Tue Aug 02, 2016 1:52 pm
Posts: 286
Location: East Riding of Yorkshire, UK
NunoLava1998 wrote:
>did bare bones
>reboots for no reason in C part


>boot with bochs
>check why it triple faults
>fix it

_________________
com.sun.java.swing.plaf.nimbus.InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonWindowNotFocusedState
Compiler Development Forum


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Mon Oct 24, 2016 5:44 am 
Offline
Member
Member
User avatar

Joined: Mon Dec 28, 2015 11:11 am
Posts: 401
Done with all VBE Video. Now continuing to trouble with my filesystem driver...


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Wed Oct 26, 2016 2:53 am 
Offline
Member
Member

Joined: Wed Mar 30, 2011 12:31 am
Posts: 676
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

_________________
toaruos on github | toaruos.org | gitlab | twitter | bim - a text editor


Last edited by klange on Wed Oct 26, 2016 6:10 am, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Wed Oct 26, 2016 3:09 am 
Offline
Member
Member

Joined: Sun Oct 09, 2016 4:38 am
Posts: 273
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.).

_________________
Developing TRIODIUM OS. Or call it Dixium if you want. It doesn't matter.

https://github.com/NunoLava1998/DixiumOS


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Wed Oct 26, 2016 6:41 am 
Offline
Member
Member
User avatar

Joined: Thu Mar 27, 2014 3:57 am
Posts: 568
Location: Moscow, Russia
AFAIK, Kevin Lange is not related to NetSurf. He's just having fun porting stuff.

_________________
"If you don't fail at least 90 percent of the time, you're not aiming high enough."
- Alan Kay


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Wed Oct 26, 2016 6:51 am 
Offline
Member
Member

Joined: Sat Mar 01, 2014 2:59 pm
Posts: 1146
Does your OS support networking? Otherwise that browser isn't going to get very far...

_________________
When you start writing an OS you do the minimum possible to get the x86 processor in a usable state, then you try to get as far away from it as possible.

Syntax checkup:
Wrong: OS's, IRQ's, zero'ing
Right: OSes, IRQs, zeroing


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Wed Oct 26, 2016 7:14 am 
Offline
Member
Member

Joined: Wed Mar 30, 2011 12:31 am
Posts: 676
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.

_________________
toaruos on github | toaruos.org | gitlab | twitter | bim - a text editor


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Wed Oct 26, 2016 7:23 am 
Offline
Member
Member

Joined: Sun Feb 01, 2009 6:11 am
Posts: 1070
Location: Germany
Nice! How hard was this to port? Did you write a completely new UI frontend for it?

_________________
Developer of tyndur - community OS of Lowlevel (German)


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Wed Oct 26, 2016 7:31 am 
Offline
Member
Member

Joined: Wed Mar 30, 2011 12:31 am
Posts: 676
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.

_________________
toaruos on github | toaruos.org | gitlab | twitter | bim - a text editor


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Wed Oct 26, 2016 2:51 pm 
Offline
Member
Member

Joined: Sun Feb 01, 2009 6:11 am
Posts: 1070
Location: Germany
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. ;)

_________________
Developer of tyndur - community OS of Lowlevel (German)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 809 posts ]  Go to page Previous  1 ... 37, 38, 39, 40, 41, 42, 43 ... 54  Next

All times are UTC - 6 hours


Who is online

Users browsing this forum: Bing [Bot] and 67 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group