Skip to content
This repository was archived by the owner on May 5, 2024. It is now read-only.

Commit 5d11010

Browse files
authored
Update README.md
1 parent 4eb6190 commit 5d11010

File tree

1 file changed

+1
-48
lines changed

1 file changed

+1
-48
lines changed

README.md

Lines changed: 1 addition & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -4,54 +4,7 @@ welcome to the official PythonicOS repository!
44
it's not much at the moment but it should get fixes later on
55

66

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
29-
30-
### Building PythonicOS
31-
32-
Clone the PythonicOS repository:
33-
34-
git clone https://github.com/OpenStudioCorp/PythonicOS.git
35-
36-
Change into the PythonicOS directory:
37-
38-
cd PythonicOS
39-
40-
Build the operating system using the provided build script:
41-
42-
#Running PythonicOS
43-
44-
Install the GRUB bootloader on a bootable device (e.g., USB drive) using the following command:
45-
46-
grub-install /dev/sdX
47-
48-
Replace /dev/sdX with the appropriate device identifier for your system.
49-
50-
Copy the generated kernel image and configuration files to the bootable device.
51-
52-
Reboot your system and select the bootable device as the boot source in your BIOS or UEFI settings.
53-
----------------------------------------------------------------------------------------------------
54-
7+
PythonicOS is a Open Source Desktop/Display manager for linux
558
# Contributing
569

5710
We welcome contributions from the community to enhance PythonicOS. To contribute, please follow these steps:

0 commit comments

Comments
 (0)