Skip to content

Commit 7ec7f28

Browse files
authored
Revise README to streamline academic integrity notice
Removed detailed academic integrity warning and author section, and condensed the integrity notice.
1 parent 5d41dc3 commit 7ec7f28

1 file changed

Lines changed: 6 additions & 40 deletions

File tree

README.md

Lines changed: 6 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,6 @@
55
[![Language](https://img.shields.io/badge/Language-C-blue.svg)]()
66

77
> A Linux kernel module implementing a character device driver for inter-process communication (IPC) via message slots with multiple concurrent channels.
8-
9-
## ⚠️ ACADEMIC INTEGRITY WARNING
10-
11-
**THIS REPOSITORY IS FOR PORTFOLIO AND EDUCATIONAL PURPOSES ONLY.**
12-
13-
If you are a student currently enrolled in an Operating Systems course or any course with similar kernel programming assignments, **copying or referencing this code violates academic integrity policies**.
14-
15-
**I DO NOT take responsibility for any disciplinary actions taken against individuals who misuse this code.**
16-
17-
Potential consequences of academic misconduct include:
18-
- Course failure (grade of 250 or "did not complete course requirements")
19-
- Academic probation
20-
- Expulsion from your academic institution
21-
- Permanent record of dishonesty
22-
23-
**This code is meant to be reviewed by employers, educators, and researchers - NOT copied by students for coursework.**
24-
25-
See the [LICENSE](./LICENSE) file for the full Academic Integrity Notice.
26-
278
---
289

2910
## 🎯 Project Overview
@@ -701,6 +682,12 @@ Kernel-Development-Lab/
701682

702683
---
703684

685+
## ⚠️ Academic Integrity Notice
686+
687+
**This repository is for portfolio and educational purposes only.** If you are a student currently taking an Operating Systems course, copying this code violates academic integrity policies. I do not take responsibility for disciplinary actions against individuals who misuse this code.
688+
See the [LICENSE](./LICENSE) file for the full Academic Integrity Notice.
689+
690+
---
704691
## 📝 License
705692

706693
This project is licensed under the MIT License with an Academic Integrity Notice.
@@ -709,27 +696,6 @@ This project is licensed under the MIT License with an Academic Integrity Notice
709696

710697
See [LICENSE](./LICENSE) for full terms and the Academic Integrity Notice.
711698

712-
---
713-
714-
## 👤 Author
715-
716-
**Odeliya Cohen**
717-
718-
This project was completed as part of Operating Systems coursework and demonstrates:
719-
- Linux kernel programming expertise
720-
- Understanding of IPC mechanisms
721-
- Clean code practices and documentation
722-
- Systems programming skills
723699

724-
---
725-
726-
## 🤝 Contributing
727-
728-
This is a portfolio project and not accepting contributions. However, feel free to:
729-
- Fork for learning purposes (after completing your own coursework)
730-
- Report bugs or suggest improvements via issues
731-
- Use as a reference for understanding kernel modules
732-
733-
---
734700

735701
**Note**: This README provides comprehensive documentation for technical interviews and portfolio reviews. For the original assignment specification, see `docs/instructions_kernel.txt`.

0 commit comments

Comments
 (0)