Skip to content

Latest commit

 

History

History
73 lines (59 loc) · 5.52 KB

README.KR.md

File metadata and controls

73 lines (59 loc) · 5.52 KB

ravynOS란? Build Status Contributor Covenant

ravynOS는 새로운 오픈소스 운영체제 프로젝트로써 x86-64 (추후 ARM도 예정)상에서 macOS와 유사한 사용환경과 더불어 부분적인 호환성을 제공하고자 합니다. FreeBSD를 기반으로 작성되었으며 이미 존재하는 오픈소스 패키지들과 더불어 부족한 부분은 새로 작성되고 있습니다.

디자인 주요 지향점:

  • macOS 어플리케이션들과 소스 호환성 (예. ravynOS 에서 mac 어플리케이션을 컴파일 후 실행 가능)
  • 유사한 GUI 구성과 익숙한 UX (파일 매니저, 어플리케이션 런쳐, 현재 열린 어플리케이션을 나타내는 상단 메뉴바 등등)
  • macOS 폴더 구성(/Library, /System, /Users, /Volumes, etc)과 호환 및 가능하다면 파일시스템 호환(HFS+, APFS), ZFS 완벽 지원
  • App Bundles, AppDirs,AppImage 규격의 독립형 어플리케이션 지원 - /Applications에 대해 설치기가 필요 없는 경험 제공
  • 최대한 FreeBSD와 X11 호환성 유지 - 내부적으로는 일반적인 Unix 환경
  • FreeBSD의 리눅스 지원을 활용하여 리눅스 바이너리 호환
  • 궁극적으로 x86-64/arm64 macOS 바이너리와 (Mach-O) 라이브러리 호환을 목표
  • 쾌적한 사용환경, 보안, 안정성, 성능 제공

더 많은 정보를 얻고 싶다면 ravynos.com에 접속해보세요: 릴리즈 노트 | 스크린샷 | FAQ

함께하기!

  • 꿈을 이루는 데에 도움을 주시겠나요? CONTRIBUTING.md에서 현재 프로젝트 및 요구사항을 확인하세요!
  • 우리 Discord 서버.
  • #ravynOS-general:matrix.org - Element.io를 통해 접속.
  • Libera IRC 에서 #airyx.

Packages hosted by: Cloudsmith


FreeBSD Source:

This is the top level of the FreeBSD source directory.

FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms. A large community has continually developed it for more than thirty years. Its advanced networking, security, and storage features have made FreeBSD the platform of choice for many of the busiest web sites and most pervasive embedded networking and storage devices.

For copyright information, please see the file COPYRIGHT in this directory. Additional copyright information also exists for some sources in this tree - please see the specific source directories for more information.

The Makefile in this directory supports a number of targets for building components (or all) of the FreeBSD source tree. See build(7), config(8), FreeBSD handbook on building userland, and Handbook for kernels for more information, including setting make(1) variables.

For information on the CPU architectures and platforms supported by FreeBSD, see the FreeBSD website's Platforms page.

Source Roadmap:

Directory Description
bin System/user commands.
cddl Various commands and libraries under the Common Development and Distribution License.
contrib Packages contributed by 3rd parties.
crypto Cryptography stuff (see crypto/README).
etc Template files for /etc.
gnu Commands and libraries under the GNU General Public License (GPL) or Lesser General Public License (LGPL). Please see gnu/COPYING and gnu/COPYING.LIB for more information.
include System include files.
kerberos5 Kerberos5 (Heimdal) package.
lib System libraries.
libexec System daemons.
release Release building Makefile & associated tools.
rescue Build system for statically linked /rescue utilities.
sbin System commands.
secure Cryptographic libraries and commands.
share Shared resources.
stand Boot loader sources.
sys Kernel sources (see sys/README.md).
targets Support for experimental DIRDEPS_BUILD
tests Regression tests which can be run by Kyua. See tests/README for additional information.
tools Utilities for regression testing and miscellaneous tasks.
usr.bin User commands.
usr.sbin System administration commands.

For information on synchronizing your source tree with one or more of the FreeBSD Project's development branches, please see FreeBSD Handbook.