Skip to content
#

Operating system

An operating system operates and manages both the hardware and software in a computer. Operating systems provide software platforms for applications to function.

Here are 1,988 public repositories matching this topic...

oushizishu
oushizishu commented Aug 12, 2019

readme中的最后一段为什么没有翻译呢?

Tips: This project is not an official.This project collect some documents about HarmonyOS in the Internet.This is not a commercial project.This project just introduce HarmonyOS and all documents and codes come from Internet.If you use this project for business or something about make money, or in the event of any disputes arising from the usage of, or in connection with t

jackpot51
jackpot51 commented Nov 4, 2016

For every scheme a fully running kernel has, the following functions need to be documented, if implemented. In addition, the Scheme and SchemeMut traits should be documented with usage and the default operation.

Documentation should include usage, what access restrictions there are, what paths and dup arguments are valid, and what errors may be returned.

Path Operations

  • open

📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.

  • Updated Apr 19, 2020
  • C++
Arthur-Kamau
Arthur-Kamau commented May 1, 2020

Documentation is critical to any system.
Well maintained documentation helps a few things:

  • Assists new members by enabling them to quickly go through the system details.
  • Facilitates existing members to learn more about different parts of the system.
  • Among other things.

This is more of an inquiry, could somethings like read the docs be integrated into serenity os github repository. If

WalterSumbon
WalterSumbon commented Mar 29, 2020

When I read the document, I found some of the hyperlinks were broken, such as ./seed
Also, some of the examples can't run normally without --create-bridge when booting, which is not written into the README.md.

I also want to know how can I set up my own service withou

bottlerocket
otterley
otterley commented Mar 12, 2020

We need a way to send system log streams for the kernel and all user-space components to external log collectors in real time.

For the EC2 AMI, we need to make it easy to stream logs to CloudWatch Logs.

Support for other log collectors can be added as well - it would be useful for interested users to indicate their preferences here and vote on them.

dbwiddis
dbwiddis commented Mar 20, 2020

I was repeatedly unable to successfully execute mvn release:perform with the latest version of the javadoc plugin. Rolling back to 3.1.1 caused no problems. I can't see anything obvious about what might have changed and would appreciate the help of someone more experienced in maven trying to troubleshoot this.

It works fine on the oshi-core artifact but fails on the shaded version.

Log

ddevault
ddevault commented Aug 13, 2019

In-place relocation is convenient for assembly programmers but a more robust solution would be the traditional relocation tables found in other executable formats like ELF. Adding this would be convenient for C programs as well and would help us simplify the compiler.

  1. Add a new KEXC header which points to a relocation table, simply a list of program-relative addresses at which additional pro
spencerking
spencerking commented Aug 30, 2019

I've found that a clean install of Fedora 30 is pretty lacking when it comes to building the project. I'm using this issue to document all of the packages I need to install as I work towards a build. Going forward it may make sense to create a nix or guix configuration, or perhaps split the custom components into their own repositories with clear documentation.

Packages:
llvm-devel
pcre-devel

Wikipedia
Wikipedia
You can’t perform that action at this time.