Netsurf

...
  • Board is empty. Does it using anything except box_lib.obj and http.obj?
  • Нужна примонтированная /kolibrios с длл.
  • Sorry about that! I missed the instructions to the README.
    Thanks for the clarification Serge.
    Here's the updated README: https://github.com/ashmew2/nskolibrios/ ... ios/README

    For reference, I'm pasting the contents of the README here so that you can understand:

    Welcome to the Official KolibriOS port for Netsurf!
    ---------------------------------------------------

    This is a work under progress.

    If you have an executable, you can skip to the "Running the binary on KolibriOS" section below.
    -----------------------------------------------------------------------------------------------

    In order to compile this, you need to first build all libraries using the maker.sh script on your machine.
    Once that is done, You need to build netsurf with the builder.sh script.

    PREREQUISITES FOR COMPILING
    ---------------------------
    kos32-gcc Compiler is set up at /home/autobuild/tools/win32/bin/kos32-gcc

    Set up your path to contain /home/autobuild/tools/win32/bin/

    Kolibrios SVN sources are at $HOME/kolibrios

    maker.sh is the build script for Building Netsurf required libraries.

    zlib has been compiled from contrib/sdk/sources/zlib and the libz.a file placed at /home/autobuild/tools/win32/lib

    libc.dll.a and libapp.a and libiberty.a have been compiled from $HOME/kolibrios/contrib/sdk/sources/newlib/libc and copied to /home/autobuild/tools/win32/lib

    After that: Simply run builder.sh from this directory. It will compile your stuff.
    ----------------------------------------------------------------------------------

    Running the binary on KolibriOS
    ===============================

    Copy the executable nsbin into a directory.

    Set up the kolibrios/ directory as this is required for running libc applications like Netsurf.
    You also need boxlib and http obj libraries at least (These are part of standard installation, so I don't think it needs any setup).

    CleverMouse said "You have probably not configured the folder /kolibrios. In order to do
    this, copy the folder /kolibrios and the file kolibri.lbl from the
    distribution kit to the root of some partition accessible from
    KolibriOS, so that /hdX/Y/kolibri.lbl and /hdX/Y/kolibrios/, or
    /usbhdX/Y/kolibri.lbl and /usbhdX/Y/kolibrios/ are accessible from
    KolibriOS. And yes, this is a sacred knowledge not present in the
    documentation." - viewtopic.php?f=23&t=2865&p=58495&hilit=.lbl#p58495

    Once you have tset up these directories, you can execute KolibriOS and
    run the nsbin executable.

    I usually use this as the command to run my qemu instance of Kolibri:

    qemu-system-x86_64 -L . -m 128 -fda ~/Downloads/kolibri.img -boot a -localtime -vga vmware -net nic,model=rtl8139 -net user -soundhw ac97 -usb -usbdevice disk:format=raw:fat:/home/bob/dev-netsurf/workspace/netsurf/ -usbdevice tablet -usbdevice disk:format=raw:fat:/home/bob/kosmount/ &


    If You have any problems, please let us know.
    Have FUN!
    ---
    Check out the Netsurf Web Browser for KolibriOS.
    Read the wiki and happy hacking with KolibriOS!
  • Netsurf: Official port for KolibriOS.
    NSERROR -> FAILED TO INIT

    Good Bye. See you Soon!.
  • I have the same picture, on debug board! :(
  • http://www.netsurf-browser.org/

    NetSurf 3.4 released 17 Feb 2016
    NetSurf 3.4 features many optimisations to improve performance over previous releases. It also contains many bug fixes, including improvements to page layout. This is also the first release to contain the Duktape JavaScript engine. While our JavaScript bindings have seen a lot of development for this release, JavaScript remains disabled by default as the support is incomplete. We recommend all users upgrade to NetSurf 3.4.
  • Hi

    Just a quick update, (No binaries), HTTP fetcher is fixed, I'm working on a file fetcher at the moment.
    There are some problems with using C sometimes (unknown issues / crashes), but I'm trying to report them as things progress.

    Just for the heads up, I had plans to try to use SDL for this using libSDL, but now we will be using f65 for drawing the browser window.

    PS - All the libraries and netsurf binary are integrated with Netsurf build system (I've patched it, and it should be ready to go to Netsurf main trunk after the browser acctually works).

    Next step, I'm gonna try to implement resource handling and connect Netsurf to file IO on kolibri so it can grab resource files directly from disk (like default.css , etc).


    Regards,
    ashmew2
    ---
    Check out the Netsurf Web Browser for KolibriOS.
    Read the wiki and happy hacking with KolibriOS!
  • The attachment ns.png is no longer available
    Netsurf-For-Kolibri v0.2
    =================

    I've made some progress with Netsurf Official on KolibriOS.
    The red component is missing from the surface, so the colour looks a bit too YELLOW.
    I'll fix the colour issue later.

    Attached netsurf.zip.
    Unzip it to some location.
    Mount this directory properly so that nskolibrios is at : /usbhd0/1/nskolibrios
    You need it exactly at this path, or it will not work.

    Also, you need to setup Kolibrios directory according to this post : viewtopic.php?f=23&t=2865&p=58495&hilit=.lbl#p58495

    Also attaching the full README with list of issues that need to be fixed.

    Use it!

    Let me know if it does not work for you, or you find any bugs. (Check README for ISSUES before you report a bug).

    Enjoy!
    Attachments
    README (3.5 KiB)
    List of issues.
    Instructions.
    Downloaded 243 times
    ns.png
    ns.png (293.75 KiB)
    Viewed 8001 times
    ---
    Check out the Netsurf Web Browser for KolibriOS.
    Read the wiki and happy hacking with KolibriOS!
  • nsfix.png
    nsfix.png (293.97 KiB)
    Viewed 7947 times
    Colours Fixed!

    Note: Please run it in MTDBG. It has some int3 statements.
    ---
    Check out the Netsurf Web Browser for KolibriOS.
    Read the wiki and happy hacking with KolibriOS!
  • We have HTTP Post now!
    httppost.png (146.35 KiB)
    We have HTTP Post now! Viewed 7791 times
    HTTP Post (application/x-www-form-urlencoded) ready!
    ---
    Check out the Netsurf Web Browser for KolibriOS.
    Read the wiki and happy hacking with KolibriOS!
  • Предлагаю дизайн viewtopic.php?f=26&t=3047
  • I think Netsurf is pretty stable on KolibriOS now. I don"t see any crashes in regular run now.

    Writing this from KolibriOS, so if I am able to post this message to the board, it means cookies work and so does HTTP Post. HTTP Get works as well. Let"s see...
    ---
    Check out the Netsurf Web Browser for KolibriOS.
    Read the wiki and happy hacking with KolibriOS!
  • Very cool, congrats.
    "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." Albert Einstein
  • Where can I download last stable version ?
    Is it added to autobuild ?
    Из хаоса в космос
  • Who is online

    Users browsing this forum: No registered users and 1 guest