{"id":19121823,"url":"https://github.com/rurumimic/unix-v6-commentary","last_synced_at":"2025-10-30T14:37:28.443Z","repository":{"id":110155056,"uuid":"196846851","full_name":"rurumimic/unix-v6-commentary","owner":"rurumimic","description":"commentary on UNIX V6","archived":false,"fork":false,"pushed_at":"2022-12-30T19:00:00.000Z","size":3659,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-03T08:29:03.019Z","etag":null,"topics":["kernel","pdp-11","unix"],"latest_commit_sha":null,"homepage":"","language":"Assembly","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rurumimic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-14T14:33:38.000Z","updated_at":"2023-06-28T01:28:08.000Z","dependencies_parsed_at":"2023-03-13T13:57:46.062Z","dependency_job_id":null,"html_url":"https://github.com/rurumimic/unix-v6-commentary","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rurumimic%2Funix-v6-commentary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rurumimic%2Funix-v6-commentary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rurumimic%2Funix-v6-commentary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rurumimic%2Funix-v6-commentary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rurumimic","download_url":"https://codeload.github.com/rurumimic/unix-v6-commentary/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240177051,"owners_count":19760308,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["kernel","pdp-11","unix"],"created_at":"2024-11-09T05:18:37.156Z","updated_at":"2025-10-30T14:37:23.409Z","avatar_url":"https://github.com/rurumimic.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unix V6 Commentary\n\nUNIX V6 주석\n\n1. [Unix V6](docs/01.unixv6.md)\n2. [process](docs/02.process.md)\n\n---\n\n## UNIX V6 Source\n\n- [Research Sixth Edition Unix](https://minnie.tuhs.org/cgi-bin/utree.pl?file=V6): 1975-05\n- [dspinellis/unix-history-repo: Research V6](https://github.com/dspinellis/unix-history-repo/tree/Research-V6)\n\n\n```bash\ngit clone -b Research-V6 https://github.com/dspinellis/unix-history-repo.git research-v6\n```\n\n---\n\n## Simulation\n\n- on web browser: [Unix v6](https://takahirox.github.io/pdp11-js/unixv6.html) on PDP-11\n- [SimH](http://simh.trailing-edge.com/): History Simulator\n  - [github](https://github.com/simh/simh)\n  - [Win32-Development-Binaries](https://github.com/simh/Win32-Development-Binaries)\n  - FAQ: [pdf](http://simh.trailing-edge.com/pdf/simh_faq.pdf)\n- [Installing Unix v6 (PDP-11) on SIMH](https://gunkies.org/wiki/Installing_Unix_v6_(PDP-11)_on_SIMH)\n- Unix v6 tape: [Unix-v6-Ken-Wellsch.tap](https://sourceforge.net/projects/bsd42/)\n- /Archive/Distributions/[Research](https://www.tuhs.org/Archive/Distributions/Research/)\n\n### Example\n\n1. [Build SimH](docs/simulation/build.simh.md): PDP-11\n2. [Install Unix v6](docs/simulation/install.unix.v6.md) on PDP-11\n3. [Run Unix v6](docs/simulation/run.unix.v6.md) on PDP-11\n4. [Games](docs/simulation/games.md): black jack, tic-tac-toe\n\n![](images/unixv6.png)\n\n---\n\n## 참고 문서\n\n- [The Unix Tree](https://minnie.tuhs.org/cgi-bin/utree.pl): Unix 여러 버전의 소스 코드와 매뉴얼을 볼 수 있다.\n- [Unix V6 Manuals](http://man.cat-v.org/unix-6th/): Unix V6 매뉴얼\n- [Commentary on the Sixth Edition UNIX Operating System](http://www.lemis.com/grog/Documentation/Lions/): 무료 Lions 책\n- [UNIX V6로 배우는 커널의 원리와 구조: 고전으로 익히는 운영체제](http://www.hanbit.co.kr/store/books/look.php?p_code=B4221483331) / 아오야기 타카히로 / 한빛미디어 / 2014\n- [Modern Operating Systems, 4th Edition](https://www.pearson.com/us/higher-education/program/Tanenbaum-Modern-Operating-Systems-4th-Edition/PGM80736.html) / Andrew S. Tanenbaum / Pearson / 2015 (1st: 1992)\n- [Design of the UNIX Operating System](https://www.pearson.com/us/higher-education/program/Bach-Design-of-the-UNIX-Operating-System/PGM81513.html) / Maurice J. Bach / Prentice Hall / 1986\n- [Computer Simulation and History](http://simh.trailing-edge.com): 옛날 프로세서 에뮬레이션 프로젝트\n- [Lions' Commentary on UNIX 読書会(독서회)](https://sites.google.com/site/lionscommentaryonunixreading/home)\n- Wikipedia: [PDP-11](https://en.wikipedia.org/wiki/PDP-11)\n- [The UNIX Time-Sharing System - People @ EECS at UC Berkeley](https://people.eecs.berkeley.edu/~brewer/cs262/unix.pdf) / Dennis M. Ritchie and Ken Thompson: 초창기 UNIX 개요\n- [UNIX Implementation](https://users.soe.ucsc.edu/~sbrandt/221/Papers/History/thompson-bstj78.pdf) / Ken Thompson: 초창기 UNIX 해설서\n- [SETTING UP UNIX - Sixth Edition](https://minnie.tuhs.org/PUPS/Setup/v6_setup.html): 환경 구축, 부팅 방법\n- [The Unix I/O System](http://www.tom-yam.or.jp/2238/ref/iosys.pdf) / Dennis M. Ritchie: 초창기 UNIX I/O 처리\n- [PDP11-40 Processor Handbook](https://pdos.csail.mit.edu/6.828/2005/readings/pdp11-40.pdf): 프로세서 사양, 명령어 셋\n- [PDP-11 Peripherals Handbook]: PDP 주변 디바이스 매뉴얼\n- [C Reference Manual](https://www.bell-labs.com/usr/dmr/www/cman.pdf): C 언어 매뉴얼\n- [UNIX Assembler Reference Manual](http://www.tom-yam.or.jp/2238/ref/as.pdf): 어셈블러 매뉴얼\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frurumimic%2Funix-v6-commentary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frurumimic%2Funix-v6-commentary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frurumimic%2Funix-v6-commentary/lists"}