When your OS goes crazy - Screenshots
- Schol-R-LEA
- Member
- Posts: 1925
- Joined: Fri Oct 27, 2006 9:42 am
- Location: Athens, GA, USA
Re: When your OS goes crazy - Screenshots
I hope so, too; that might make a good logo for BCOS, if you haven't got one already. 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.
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.
Re: When your OS goes crazy - Screenshots
Trying to create graphics scrolling function (I deleted my old one):
-
- Member
- Posts: 273
- Joined: Sun Oct 09, 2016 4:38 am
- Libera.chat IRC: NunoLava1998
Re: When your OS goes crazy - Screenshots
We need to send an email to [E3A9I][][]A[]:pobyykN[]erA[][][email protected].!Lukand wrote:Trying to create graphics scrolling function (I deleted my old one):
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
https://github.com/NunoLava1998/DixiumOS
-
- Member
- Posts: 273
- Joined: Sun Oct 09, 2016 4:38 am
- Libera.chat IRC: NunoLava1998
Re: When your OS goes crazy - Screenshots
>did bare bones
>reboots for no reason in C part
>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
https://github.com/NunoLava1998/DixiumOS
- max
- 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
Fix your signature fam.NunoLava1998 wrote:>did bare bones
>reboots for no reason in C part
Re: When your OS goes crazy - Screenshots
>boot with bochsNunoLava1998 wrote:>did bare bones
>reboots for no reason in C part
>check why it triple faults
>fix it
com.sun.java.swing.plaf.nimbus.InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonWindowNotFocusedState
Compiler Development Forum
Compiler Development Forum
Re: When your OS goes crazy - Screenshots
Done with all VBE Video. Now continuing to trouble with my filesystem driver...
Re: When your OS goes crazy - Screenshots
Hm... almost, but not quite, entirely unlike a web browser.
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...
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...
Last edited by klange on Wed Oct 26, 2016 6:10 am, edited 1 time in total.
-
- Member
- Posts: 273
- Joined: Sun Oct 09, 2016 4:38 am
- Libera.chat IRC: NunoLava1998
Re: When your OS goes crazy - Screenshots
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.).klange wrote:Hm... almost, but not quite, entirely unlike a web browser.
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.
Developing TRIODIUM OS. Or call it Dixium if you want. It doesn't matter.
https://github.com/NunoLava1998/DixiumOS
https://github.com/NunoLava1998/DixiumOS
Re: When your OS goes crazy - Screenshots
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
- Alan Kay
-
- Member
- Posts: 1146
- Joined: Sat Mar 01, 2014 2:59 pm
Re: When your OS goes crazy - Screenshots
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
Syntax checkup:
Wrong: OS's, IRQ's, zero'ing
Right: OSes, IRQs, zeroing
Re: When your OS goes crazy - Screenshots
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.onlyonemac wrote:Does your OS support networking? Otherwise that browser isn't going to get very far...
Frankly, your post comes off as rather snide and condescending.
Re: When your OS goes crazy - Screenshots
Nice! How hard was this to port? Did you write a completely new UI frontend for it?
Re: When your OS goes crazy - Screenshots
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 wrote:Nice! How hard was this to port? Did you write a completely new UI frontend for it?
Re: When your OS goes crazy - Screenshots
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.