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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-sans authored Aug 10, 2023
1 parent 4eb6190 commit 5d11010
Showing 1 changed file with 1 addition and 48 deletions.
49 changes: 1 addition & 48 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,54 +4,7 @@ welcome to the official PythonicOS repository!
it's not much at the moment but it should get fixes later on


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.

## Features

- **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.

- **Linux Kernel:** Built on top of the reliable and robust Linux kernel, PythonicOS inherits its stability, security, and hardware compatibility features.

- **GRUB Bootloader:** PythonicOS utilizes the GRUB (GRand Unified Bootloader) to handle the boot process, providing flexibility and support for various hardware configurations.

- **Extensibility:** PythonicOS is designed with extensibility in mind. Developers can easily extend and customize the operating system by writing modules and adding new features.

## Getting Started

### Prerequisites

To build and run PythonicOS, you will need the following software installed on your system:

- Linux kernel source code
- GRUB bootloader
- Python 3.x or later
- requirements from the requirements.txt file, you can install them using Pip install -R requirements.txt

### Building PythonicOS

Clone the PythonicOS repository:

git clone https://github.com/OpenStudioCorp/PythonicOS.git

Change into the PythonicOS directory:

cd PythonicOS

Build the operating system using the provided build script:

#Running PythonicOS

Install the GRUB bootloader on a bootable device (e.g., USB drive) using the following command:

grub-install /dev/sdX

Replace /dev/sdX with the appropriate device identifier for your system.

Copy the generated kernel image and configuration files to the bootable device.

Reboot your system and select the bootable device as the boot source in your BIOS or UEFI settings.
----------------------------------------------------------------------------------------------------

PythonicOS is a Open Source Desktop/Display manager for linux
# Contributing

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

0 comments on commit 5d11010

Please sign in to comment.