Os2024

Latest version: v0.10.0

Safety actively analyzes 678576 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.4.0

Feature

* **scheduler:** Add lab schedule for scheduling algorithm simulator ([`0690fa1`](https://github.com/chu-aie/os-2024/commit/0690fa1cd59b6d227cbf4f189c53ea24b839a5ca))
* **cpu-sched:** Add scheduler.py for job scheduling simulation ([`b2127eb`](https://github.com/chu-aie/os-2024/commit/b2127ebe27de2aa8a4a8020a07a180f9c0b8adb7))
* **course:** Add lab section for week 04 ([`6b021cc`](https://github.com/chu-aie/os-2024/commit/6b021cc5e559516c7d2559d72680fc322419d3b8))
* **cpu-sched-lottery:** Add implementation of the Lottery Scheduling Algorithm ([`519ad16`](https://github.com/chu-aie/os-2024/commit/519ad16c2fa8a0bdc93179fc5cd2b175820c0bac))
* **cpu-sched-lottery:** Add Makefile for lottery program ([`5d89077`](https://github.com/chu-aie/os-2024/commit/5d890776633d8460784c01ad00e9ff364d33dd93))
* **cpu-sched-lottery:** Add lottery scheduling algorithm implementation ([`4f45f83`](https://github.com/chu-aie/os-2024/commit/4f45f838e6d869d2f4b168b2952bb198bbd8fc81))
* **lab:** Add Lottery Scheduling Algorithm implementation in lab.md ([`df5aa06`](https://github.com/chu-aie/os-2024/commit/df5aa0676c4dcf17d30bb1149477f36f067cc21e))
* **os2024:** Add Week 5 content for virtualization ([`7521b6e`](https://github.com/chu-aie/os-2024/commit/7521b6ede75348c1f68b879d6457d2e6ef2a11a3))
* **os2024:** Add WSL setup documentation for Week 03章 and subfile; add 'wsl-setup' page in Week 03章 and updated Table of Contents. ([`cc20a4e`](https://github.com/chu-aie/os-2024/commit/cc20a4ed6046133888e1d98c4a4331a8cd9ee12b))
* **os2024:** Describe MLFQ scheduling algorithm ([`494e403`](https://github.com/chu-aie/os-2024/commit/494e403df63dd0b7bb9cb543958037bfba9e590d))
* **os2024:** Add lab to week03 in table of contents ([`89f0c80`](https://github.com/chu-aie/os-2024/commit/89f0c80ae17da12008d4e98f596301ce8cf36c51))
* **cpu-api:** Add CPU API code from OSTEP chapter Inter: Process API ([`54e0760`](https://github.com/chu-aie/os-2024/commit/54e0760058083e2a1d5ff33b09d54b828c372db2))
* **os2024:** Add lab.md for week03 ([`1c9810d`](https://github.com/chu-aie/os-2024/commit/1c9810d8ca706c0aa46e732b90d73dcc398d9abd))
* **cpu-api:** Add Makefile with build and clean-up rules ([`953ab56`](https://github.com/chu-aie/os-2024/commit/953ab5643fba51f6935abcfc647e808f16c3e5a4))
* **cpu-api:** Add multiple new C programs for process creation and interaction. (p1, p2, p3, p4) ([`bca665d`](https://github.com/chu-aie/os-2024/commit/bca665d15e3568ed9c14309ffda99fb27fdaa834))
* **week03:** Add content on CPU scheduling theory ([`87c19ce`](https://github.com/chu-aie/os-2024/commit/87c19cedb9ef7c1235270852b79e8586fcf8380d))
* **os2024:** Add MLFQ and Lottery sections to Week 03 in the table of contents ([`c8985b8`](https://github.com/chu-aie/os-2024/commit/c8985b8860fe1ab2f81f36091457c5e7fff63d15))
* **book:** Add new lottery chapter ([`ad96a6e`](https://github.com/chu-aie/os-2024/commit/ad96a6e2e666c6c12529e6d4e7b02180d0ace736))
* **os2024:** Add MLFQ documentation ([`eb90103`](https://github.com/chu-aie/os-2024/commit/eb90103dc978756b5f9f63eb57e56965eee32ebf))
* **book:** Add cpu scheduling chapter in week 03 & update configuration ([`660e5f1`](https://github.com/chu-aie/os-2024/commit/660e5f131551b38a9949b5a5539ced4feb85fcd3))

Fix

* **vm-intro:** Fix image alignment and formatting in vm-intro.md ([`e7eae34`](https://github.com/chu-aie/os-2024/commit/e7eae34d9f1d895749b0f758ce1103e34a310e3b))
* **os2024/mlfq:** Clarify examples in the MLFQ chapter to improve readability and understanding ([`8f65605`](https://github.com/chu-aie/os-2024/commit/8f656058731ec5a445374b6d6ffad8c23a33d531))
* **cpu-api:** Fix clean target to remove p4.output file ([`28e5c3b`](https://github.com/chu-aie/os-2024/commit/28e5c3be15d0639a4e300491d537968528e9e411))
* **scheduling:** Update image path of FCFS algorithm ([`677760b`](https://github.com/chu-aie/os-2024/commit/677760b30e61b9b41cc0dc80898d40c53e3237ac))

0.3.0

Feature

* Update cpu-mechanisms ([`916c2dd`](https://github.com/chu-aie/os-2024/commit/916c2dd7b0c5af18d28859acd460f9de1adc71fd))
* **installation:** Add installation instructions and usage guide for the OS 4 package. ([`1dc3ddc`](https://github.com/chu-aie/os-2024/commit/1dc3ddc071bfcda959288c508caa888fd1dc56c9))

Fix

* **os2024:** Fix link format in cpu-api.md ([`90f1aaf`](https://github.com/chu-aie/os-2024/commit/90f1aaf8918568e8ffd2aaeae72d9179f5ee89a8))

0.2.1

Fix

* **pyproject:** Update 'omit' field in pyproject.toml ([`8ff91fe`](https://github.com/chu-aie/os-2024/commit/8ff91fef5bd7d93684f34a58d89447534297e5ff))
* **cli:** Add about information loading ([`e13b5ec`](https://github.com/chu-aie/os-2024/commit/e13b5ecc59aed1e6b27cc7b854711012a47ca817))

0.2.0

Feature

* **cli:** Add functionality to build and open the book in the browser ([`0a6fbb2`](https://github.com/chu-aie/os-2024/commit/0a6fbb2166ae3a9e737b82da00e958c952b1279d))
* **dependencies:** Add new packages for documentation generation ([`aada4a1`](https://github.com/chu-aie/os-2024/commit/aada4a12adb85b6c329f042a19490a0bb4daf189))
* **book:** Add shells.md and update _toc.yml ([`5ec80d2`](https://github.com/chu-aie/os-2024/commit/5ec80d2beddbe61db8ecd788e21c248245287521))
* **book:** Add new chapter in week02 ([`e5f563e`](https://github.com/chu-aie/os-2024/commit/e5f563ea66074cc9931a7eba404c2394fc872e26))
* **compiler:** Add note for installing gcc compiler via manager ([`4d7d61e`](https://github.com/chu-aie/os-2024/commit/4d7d61ebdc55ff3e67c0ee162b0959056e91e14f))
* **shell:** Add chush.md for Shell Lab implementation ([`1467218`](https://github.com/chu-aie/os-2024/commit/14672183c63e1ca918a76a3f54b439cf1e90cbb5))
* **chesh:** Add a basic shell implementation in C ([`a3b60ee`](https://github.com/chu-aie/os-2024/commit/a3b60ee73de6afc908fe3ac127e36fd475cdf640))
* **toc:** Add OSTEP projects index to references section ([`5aee763`](https://github.com/chu-aie/os-2024/commit/5aee7633d606d86c75f84e0f93d05715d5976543))
* **config:** Add binderhub_url to launch_buttons ([`ec3fff6`](https://github.com/chu-aie/os-2024/commit/ec3fff67e6a7721f3e26877675612ed312887ad6))
* **book:** Add new files to the table of ([`18c7890`](https://github.com/chu-aie/os-2024/commit/18c7890c6ab97a03fbd33d7ffb470f6a84ab0c9a))
* **book/references:** Add homework details for operating system chapters ([`dbf6922`](https://github.com/chu-aie/os-2024/commit/dbf69228eac1e2abf0088e4d002dc090cb599c82))
* **book/references:** Add ostep-code index guide ([`159fbf5`](https://github.com/chu-aie/os-2024/commit/159fbf5d7eca4b7afa6b3d3c63535b9c77458b52))
* **book:** Add new sections in cpu-api.md and cpu-mechanisms.md ([`555a2e8`](https://github.com/chu-aie/os-2024/commit/555a2e82259ecdf1c82dd705cb835ce01825c8d8))
* **book:** Add cpu-info, cpu-api, cpu-mechanisms sections in week02 ([`9c25a23`](https://github.com/chu-aie/os-2024/commit/9c25a23147e5cb87b1201fbac524926e0220081a))
* **book:** Add week3 section to book contents ([`1ddcbc5`](https://github.com/chu-aie/os-2024/commit/1ddcbc5797fa5b5274341981503f90bbf02172ed))
* **book:** Add processes.md ([`56d20aa`](https://github.com/chu-aie/os-2024/commit/56d20aa8fe816b046ac2f3d9a956e46ab92d4920))
* **book:** Add week 02 section ([`cc67050`](https://github.com/chu-aie/os-2024/commit/cc67050832b94435feaedc1d41cf81ad0fb8599e))
* **book:** Add WSL installation link to the table of contents ([`a7cf45c`](https://github.com/chu-aie/os-2024/commit/a7cf45c0c33a8b4aefc723ac6a331ebae2a0a1a0))
* **book:** Update introduction content in week01 ([`27fe521`](https://github.com/chu-aie/os-2024/commit/27fe521034db7fcf4568050feda9f8d735b092e6))
* **book:** Add intro section to week01 ([`608ade8`](https://github.com/chu-aie/os-2024/commit/608ade8185765a6dca5fe43ae011110eb3f95985))
* **book:** Add new dialogue section in week01 ([`cd33eb5`](https://github.com/chu-aie/os-2024/commit/cd33eb5a4a8aea1f47a8a465a2b987cc83d2aaf4))
* **book:** Add week01 dialogues in Korean ([`2788ae5`](https://github.com/chu-aie/os-2024/commit/2788ae58366a617f15a97780e0bd4d7081bed4e3))
* **book:** Add new external reference to toc ([`4cd97ec`](https://github.com/chu-aie/os-2024/commit/4cd97ecf1ccde22370ba78970d069e8e94d1cf12))
* **book:** Add References chapter to table of contents ([`00e19ae`](https://github.com/chu-aie/os-2024/commit/00e19ae746571401c2e5b747a14c548c9c9f9ea1))
* **book/references:** Add OSTEP Korean Version ([`0009541`](https://github.com/chu-aie/os-2024/commit/000954183e88d5ee33726d03aa83c19ef237a598))
* **syllabus:** Add comprehensive course details ([`06f37b9`](https://github.com/chu-aie/os-2024/commit/06f37b99f75d10369e77540d9ae2c9a70faffaa3))

Fix

* **book:** Fix typo in heading ([`8052ef6`](https://github.com/chu-aie/os-2024/commit/8052ef67bc80ec30a0db28a60223628ee6bd1ec8))

0.1.0

Feature

* **book:** Add about page ([`4dd5d67`](https://github.com/chu-aie/os-2024/commit/4dd5d675bac52441289db83ae641d2f9a164d61b))
* **README.md:** Update course details and add badges ([`7ea5486`](https://github.com/chu-aie/os-2024/commit/7ea548692ca41c0bf9ae7ab615dda5c2e9fb3bb1))
* **.copier-config:** Enable build_and_release and upload options ([`a0caba0`](https://github.com/chu-aie/os-2024/commit/a0caba0c4f31471163bf5e0f1e7f92d428165ac8))

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.