(Week2 - Day1) - (1/2)
OS
https://en.wikipedia.org/wiki/Operating_system
Operating system - Wikipedia
From Wikipedia, the free encyclopedia Jump to navigation Jump to search Software that manages computer hardware resources An operating system (OS) is system software that manages computer hardware, software resources, and provides common services for compu
en.wikipedia.org
User
Application
Operating System
= Kernel
Linux, Android, Mac, Windows 등이 있다.
Hardware
cpu, mem, gpu, disk/ssd, NIC(network interface card)등이 있다.
정리
사용자는 하드웨어를 단독적으로 사용할 수 없어서 OS의 도움을 받아야 한다.
X86
https://en.wikipedia.org/wiki/X86
x86 - Wikipedia
From Wikipedia, the free encyclopedia Jump to navigation Jump to search Family of instruction set architectures This article is about the Intel microprocessor architecture in general. For the 32-bit generation of this architecture that is also referred to
en.wikipedia.org
intel 8086을 기준으로 x86이 시작되었다.
시간이 지나고 PC의 보급화로 인해 이름도 생기고 발전도 가속화된다.
64비트
AMD에서 AMD64를 개발하면서 64비트의 시대를 열었다.
이후에 intel에서 라이센스 구입 후 개발을 하기 시작했다.
결론적으로 64비트 아키텍처는 AMD64로 통용된다.
정리
x86 : 32bit였으나 64bit로도 표현(intel/AMD)
x86-64 / x64 : 64bit
i386 : intel - 32bit
i586/i686 : intel - 64bit
AMD64
EM64T : intel64이지만 보통 AMD64로 표현
Linux 종류
Slackware
국내에서는 잘 안쓴다.
- SUSE 리눅스는 해외에서는 사용 중, 편리함
Debian
유명하다.
- Ubuntu
Red Hat
오픈소스를 가지고 상업적으로 성공한 예시
RHEL(red hat enterprise linux) : 가장 유명하다.
CentOS : 무료 버전이라고 생각하면 된다.(문제점 존재)
Fedora
Rocky linux
버전 역사
Ubuntu
4월, 10월에 새로운 버전을 출시한다.
보통 다음 버전이 나오면 지원을 중지한다.
LTS(Long Term Support)가 있는 버전은 장기간 지원을 하기에 주로 사용한다.
ex. 18.04(Cosmic) / 20.04(Focal) / 22.04(Jammy)
Debian
11 bullseye
10 buster
9 stretch
'Linux' 카테고리의 다른 글
[Linux] 4. 파일 입출력 (0) | 2022.07.20 |
---|---|
[Linux] 3. 파일 및 디렉토리 관리 (0) | 2022.07.20 |
[Linux] 2. 파일 및 디렉토리 관련 명령어 (0) | 2022.07.19 |
[Linux] 1. 기본 명령어 (0) | 2022.07.19 |
[Linux] 0. 리눅스를 위한 도구 설치 (0) | 2022.07.19 |