Skip to content

Commit 41c04ef

Browse files
Added badges
1 parent 82c72a3 commit 41c04ef

File tree

1 file changed

+6
-24
lines changed

1 file changed

+6
-24
lines changed

readme.md

+6-24
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@
22

33
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.
44

5+
![GitHub all releases](https://img.shields.io/github/downloads/Frost-Wing/osdev/total?style=flat-square&label=Downloads)
6+
![GitHub](https://img.shields.io/github/license/Frost-Wing/osdev?style=flat-square&label=License)
7+
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/Frost-Wing/osdev?style=flat-square)
8+
![GitHub repo size](https://img.shields.io/github/repo-size/Frost-Wing/osdev?style=flat-square&label=Repository%20Size)
9+
10+
511
## Table of Contents
612

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

2328
## Getting Started
2429

25-
### Directory Hierarchy
26-
```c
27-
├── disk_root
28-
│ └── // The files that are going to go to the ISO.
29-
├── limine
30-
│ └── // Bootloader files
31-
├── source
32-
│ ├── boot
33-
│ │ └── // Configurations, fonts, background
34-
│ ├── includes
35-
│ │ └── // Header files
36-
│ ├── kernel
37-
│ │ └── // Main kernel code
38-
│ ├── linker
39-
│ │ ├── x86_64.ld
40-
│ │ ├── aarch64.ld
41-
│ │ └── riscv64.ld
42-
│ ├── obj
43-
│ │ └── // Object files
44-
│ ├── Makefile
45-
│ └── wing_kernel.elf
46-
└── ...
47-
```
4830
### Prerequisites
4931

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

0 commit comments

Comments
 (0)