When your OS goes crazy - Screenshots

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
User avatar
Schol-R-LEA
Member
Member
Posts: 1925
Joined: Fri Oct 27, 2006 9:42 am
Location: Athens, GA, USA

Re: When your OS goes crazy - Screenshots

Post 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.
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.
User avatar
Ycep
Member
Member
Posts: 401
Joined: Mon Dec 28, 2015 11:11 am

Re: When your OS goes crazy - Screenshots

Post by Ycep »

Trying to create graphics scrolling function (I deleted my old one):
Image
NunoLava1998
Member
Member
Posts: 273
Joined: Sun Oct 09, 2016 4:38 am
Libera.chat IRC: NunoLava1998

Re: When your OS goes crazy - Screenshots

Post 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!
Developing TRIODIUM OS. Or call it Dixium if you want. It doesn't matter.

https://github.com/NunoLava1998/DixiumOS
NunoLava1998
Member
Member
Posts: 273
Joined: Sun Oct 09, 2016 4:38 am
Libera.chat IRC: NunoLava1998

Re: When your OS goes crazy - Screenshots

Post by NunoLava1998 »

>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
User avatar
max
Member
Member
Posts: 616
Joined: Mon Mar 05, 2012 11:23 am
Libera.chat IRC: maxdev
Location: Germany
Contact:

Re: When your OS goes crazy - Screenshots

Post by max »

NunoLava1998 wrote:>did bare bones
>reboots for no reason in C part
Fix your signature fam.
User avatar
matt11235
Member
Member
Posts: 286
Joined: Tue Aug 02, 2016 1:52 pm
Location: East Riding of Yorkshire, UK

Re: When your OS goes crazy - Screenshots

Post by matt11235 »

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
User avatar
Ycep
Member
Member
Posts: 401
Joined: Mon Dec 28, 2015 11:11 am

Re: When your OS goes crazy - Screenshots

Post by Ycep »

Done with all VBE Video. Now continuing to trouble with my filesystem driver...
klange
Member
Member
Posts: 679
Joined: Wed Mar 30, 2011 12:31 am
Libera.chat IRC: klange
Discord: klange

Re: When your OS goes crazy - Screenshots

Post 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
Last edited by klange on Wed Oct 26, 2016 6:10 am, edited 1 time in total.
NunoLava1998
Member
Member
Posts: 273
Joined: Sun Oct 09, 2016 4:38 am
Libera.chat IRC: NunoLava1998

Re: When your OS goes crazy - Screenshots

Post 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.).
Developing TRIODIUM OS. Or call it Dixium if you want. It doesn't matter.

https://github.com/NunoLava1998/DixiumOS
User avatar
Roman
Member
Member
Posts: 568
Joined: Thu Mar 27, 2014 3:57 am
Location: Moscow, Russia
Contact:

Re: When your OS goes crazy - Screenshots

Post by Roman »

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
onlyonemac
Member
Member
Posts: 1146
Joined: Sat Mar 01, 2014 2:59 pm

Re: When your OS goes crazy - Screenshots

Post by onlyonemac »

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
klange
Member
Member
Posts: 679
Joined: Wed Mar 30, 2011 12:31 am
Libera.chat IRC: klange
Discord: klange

Re: When your OS goes crazy - Screenshots

Post 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.
Kevin
Member
Member
Posts: 1071
Joined: Sun Feb 01, 2009 6:11 am
Location: Germany
Contact:

Re: When your OS goes crazy - Screenshots

Post by Kevin »

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)
klange
Member
Member
Posts: 679
Joined: Wed Mar 30, 2011 12:31 am
Libera.chat IRC: klange
Discord: klange

Re: When your OS goes crazy - Screenshots

Post 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.
Kevin
Member
Member
Posts: 1071
Joined: Sun Feb 01, 2009 6:11 am
Location: Germany
Contact:

Re: When your OS goes crazy - Screenshots

Post 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. ;)
Developer of tyndur - community OS of Lowlevel (German)
Post Reply