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,872 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

xTibor
xTibor commented Feb 21, 2020

When opening a manual page the Help app sets the window title based on the currently selected tree view node, not the actual manual page path passed to the open_page function. This causes incorrect window titles when following hyperlinks in the document or navigating through the history.

mkinney
mkinney commented Dec 29, 2019

The vagrant box does not support vmware; it only supports virtualbox.

If a different box is chosen, then either vagrant provider can be used.

For instance, this is the error that I get (since I do not have virtualbox installed):

$ vagrant up
Bringing machine 'IncludeOS' up with 'vmware_desktop' provider...
==> IncludeOS: Box 'ubuntu/bionic64' could not be found. Attempting to find 
aerturk
aerturk commented Aug 31, 2019

OS creates many virtual network interfaces if there is virtualization installed and running like Hyper-V or VirtualBox. If we can get which network interface is a real physical device it will be helpful for real device detection. As an example, the following is printed by SystemInfoText.java when run on one of our windows laptop. eth2 and wlan0 are physical network interfaces however there are hyp

rust-raspi3-OS-tutorials
andre-richter
andre-richter commented Mar 9, 2019
  • To the JTAG fritzing wiring image, add a red dot indicating the LED on the Olimex HW for easier orientation
  • OpenOCD spews lots of errors while debugging. Check if they are harmless or can be fixed.
  • CPSR in GDB seems to show wrong EL. Maybe other fields as well?
  • Build GDB from source in the Docker container to be more bleeding edge regarding Rust support?
  • The rea
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.