You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 5, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-48Lines changed: 1 addition & 48 deletions
Original file line number
Diff line number
Diff line change
@@ -4,54 +4,7 @@ welcome to the official PythonicOS repository!
4
4
it's not much at the moment but it should get fixes later on
5
5
6
6
7
-
PythonicOS is an open-source operating system built on top of the Linux kernel and the GRUB bootloader. It is developed using a combination of Python and C programming languages, making it an ideal choice for developers familiar with these languages.
8
-
9
-
## Features
10
-
11
-
-**Pythonic Environment:** PythonicOS provides a familiar environment for Python developers, allowing them to leverage their existing knowledge and libraries to build applications and system components.
12
-
13
-
-**Linux Kernel:** Built on top of the reliable and robust Linux kernel, PythonicOS inherits its stability, security, and hardware compatibility features.
14
-
15
-
-**GRUB Bootloader:** PythonicOS utilizes the GRUB (GRand Unified Bootloader) to handle the boot process, providing flexibility and support for various hardware configurations.
16
-
17
-
-**Extensibility:** PythonicOS is designed with extensibility in mind. Developers can easily extend and customize the operating system by writing modules and adding new features.
18
-
19
-
## Getting Started
20
-
21
-
### Prerequisites
22
-
23
-
To build and run PythonicOS, you will need the following software installed on your system:
24
-
25
-
- Linux kernel source code
26
-
- GRUB bootloader
27
-
- Python 3.x or later
28
-
- requirements from the requirements.txt file, you can install them using Pip install -R requirements.txt
0 commit comments