Skip to content
#

operating-systems

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 658 public repositories matching this topic...

nanos
briankoco
briankoco commented Oct 1, 2019

Support is currently pretty limited. On the todo list are:

  • support for targeted mappings via MREMAP_FIXED
  • support for file-backed mappings (which should "just work")
  • support for heap mappings (alloc'd via brk rather than mmap) and low memory/32-bit mappings (p->virtual32)
  • support for remapping ranges that cover multiple adjacent mappings (currently we return -EFAULT if you sp

Simpleator ("Simple-ator") is an innovative Windows-centric x64 user-mode application emulator that leverages several new features that were added in Windows 10 Spring Update (1803), also called "Redstone 4", with additional improvements that were made in Windows 10 October Update (1809), aka "Redstone 5".

  • Updated Dec 10, 2018
  • C++
jgiardino
jgiardino commented Dec 6, 2019

For others interested in learning more about osbuild, it would be nice to have some documentation about stages and pipelines, to get a better understanding of how it works and it’s capabilities.

Acceptance criteria:

  • a high level overview of stages is included in README.md
  • links to more low level documentation that exists can also be included if helpful (e.g. https://github.com/osbuild/osb
Wikipedia
Wikipedia
You can’t perform that action at this time.