Giter Site home page Giter Site logo

Comments (12)

cristian-programmer avatar cristian-programmer commented on May 21, 2024 5

Hi, Nicolas is working on a new kernel, I think these features will be added later, but let's wait for comments

we want to take to other architectures
the new kernel

from skift.

sleepy-monax avatar sleepy-monax commented on May 21, 2024 5

Networking open the gate for a lot of features: package manager, IRC client/server, web servers, etc

from skift.

masterneko avatar masterneko commented on May 21, 2024 3

Networking is kinda useless if you don't have a web browser. I'm not an expert in web browsers but I am pretty certain that it would be quite hard to make your own browser from scratch. Firefox would need to ported over to skiftOS (it wouldn't be easy but it would be easier than creating you own)

from skift.

masterneko avatar masterneko commented on May 21, 2024 2

@Not-Nik What about LiteHTML - https://github.com/litehtml/litehtml. It's a lightweight and fast html reader with css support. It does not render the images, fonts, text, etc though but it is easy to add that functionality.

from skift.

Not-Nik avatar Not-Nik commented on May 21, 2024 2

from skift.

Not-Nik avatar Not-Nik commented on May 21, 2024 1

When making a web browser/porting one consider first using some open source HTML renderer. These can't interpret JS so sites like YouTube won't work, but they can give a solid base that can be easily ported.

from skift.

masterneko avatar masterneko commented on May 21, 2024

@Not-Nik looks good, the problem is a lot of libraries depend on the C++ standard template library (STL) but most of the STL is not available to it. In OS development you are expected to implement the STL yourself. skiftOS already has a few parts of the STL implemented but not enough for these libraries.

Things like maps and smart pointers. These things would have to be added first. But because Modest is based on C it won't use the STL. So good choice

from skift.

sleepy-monax avatar sleepy-monax commented on May 21, 2024

I have a design drafted for the network stack and the intel e1000 device driver is nearly working :)

from skift.

pixl8dev avatar pixl8dev commented on May 21, 2024

You could port over Chromium...

from skift.

masterneko avatar masterneko commented on May 21, 2024

@pixl-8 A web browser can be written 500 lines of code but a good web browser requires lot's of code. Chromium has tens of thousands of lines of code. Trying to port that would be a very time consuming job

from skift.

viveksh1 avatar viveksh1 commented on May 21, 2024

@pixl-8 A web browser can be written 500 lines of code but a good web browser requires lot's of code. Chromium has tens of thousands of lines of code. Trying to port that would be a very time consuming job

I absolutely agree with you. But there are some minimal, easy-to-use web browsers that we could port to SkiftOS. I recommend watching these videos on some great candidates. Searching For The Right Minimal Browser - DistroTube and BadWolf Is A Minimal, Privacy-Oriented Web Browser - DistroTube

from skift.

a11y-spec avatar a11y-spec commented on May 21, 2024

I will try my best

from skift.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.