Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

Search the Community

Showing results for tags 'linux-like'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • OpenComputers
    • Announcements
    • Feedback
    • IRC
  • Code Central
    • Support
    • Showcase
    • Tutorials
  • Addons & More
    • Addons Mods
    • Architectures
    • OpenEngineering Task Force
  • General
    • Lounge
    • Forum Games
    • Showcase
    • Servers
  • Archives
    • Public Archives

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Minecraft


GitHub


IRC


Fediverse ID


Location


Interests

Found 2 results

  1. This is the image of my kernel(Loaded up using OpenLoader as init) booting successfully. The print function is the first thing I need to implement so I ripped the status() function and some other important parts from OpenLoader and rename status() to print(). The next thing I need to do is to load init or bash(same concept as Linux kernel) and handle if init or bash exits
  2. I originally create this kernel as a small software to provide basic functions for reading file, control components, etc. so I can create my custom OS. I decided to make it modular so it would be easy to debug and be like Linux. But I realized it can be used to make any custom OS I(or you)'d like. The kernel currently have few functions along with some useful variables. The functions include: gpuInvoke() Control the GPU and any attached displays. printStatus()/writeStatus() Low-level print() and io.write(). fs() Low-level filesystem controller. Can control a
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.