Skip to content

Commit

Permalink
Added badges
Browse files Browse the repository at this point in the history
  • Loading branch information
pradosh-arduino committed Nov 10, 2023
1 parent 82c72a3 commit 41c04ef
Showing 1 changed file with 6 additions and 24 deletions.
30 changes: 6 additions & 24 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@

Welcome to FrostWing, a lightweight and flexible operating system designed for x86_64, ARM64 (aarch64), and RISC-V (riscv64) architectures. This README will guide you through the process of building and running FrostWing, along with an overview of its features and architecture.

![GitHub all releases](https://img.shields.io/github/downloads/Frost-Wing/osdev/total?style=flat-square&label=Downloads)
![GitHub](https://img.shields.io/github/license/Frost-Wing/osdev?style=flat-square&label=License)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/Frost-Wing/osdev?style=flat-square)
![GitHub repo size](https://img.shields.io/github/repo-size/Frost-Wing/osdev?style=flat-square&label=Repository%20Size)


## Table of Contents

- [Images](#images)
- [Getting Started](#getting-started)
- [Directory hierarchy](#directory-hierarchy)
- [Prerequisites](#prerequisites)
- [Building FrostWing](#building-FrostWing)
- [Building FrostWing Documentations](#building-the-frostwing-doxygen-documentation)
Expand All @@ -22,29 +27,6 @@ Welcome to FrostWing, a lightweight and flexible operating system designed for x

## Getting Started

### Directory Hierarchy
```c
├── disk_root
│ └── // The files that are going to go to the ISO.
├── limine
│ └── // Bootloader files
├── source
│ ├── boot
│ │ └── // Configurations, fonts, background
│ ├── includes
│ │ └── // Header files
│ ├── kernel
│ │ └── // Main kernel code
│ ├── linker
│ │ ├── x86_64.ld
│ │ ├── aarch64.ld
│ │ └── riscv64.ld
│ ├── obj
│ │ └── // Object files
│ ├── Makefile
│ └── wing_kernel.elf
└── ...
```
### Prerequisites

Before you start building FrostWing, ensure that you have the following dependencies installed:
Expand Down

0 comments on commit 41c04ef

Please sign in to comment.