From 5dc842d05f9bd0510a91eb61025d39037fe990dc Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 12 Dec 2019 09:26:53 +0100 Subject: [PATCH 1/8] Use Github Actions CI badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3bc2ce94..724a22c8f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Blog OS (A Freestanding Rust Binary) -[![Azure Pipelines CI build](https://img.shields.io/azure-devops/build/phil-opp/blog_os/1/post-01.svg?label=Build&style=flat-square)](https://dev.azure.com/phil-opp/blog_os/_build?definitionId=1) +[![Build Status](https://github.com/phil-opp/blog_os/workflows/Build%20Code/badge.svg?branch=post-01)](https://github.com/phil-opp/blog_os/actions?query=workflow%3A%22Build+Code%22+branch%3Apost-01) This repository contains the source code for the [A Freestanding Rust Binary][post] post of the [Writing an OS in Rust](https://os.phil-opp.com) series. From fea4fa9c6790c0bd234f1031d7a775e570c5d607 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 12 Dec 2019 09:28:05 +0100 Subject: [PATCH 2/8] Update Github Actions badge for post-02 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5b0c8930..c51fd5325 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Blog OS (A Minimal Rust Kernel) -[![Build Status](https://github.com/phil-opp/blog_os/workflows/Build%20Code/badge.svg?branch=post-01)](https://github.com/phil-opp/blog_os/actions?query=workflow%3A%22Build+Code%22+branch%3Apost-01) +[![Build Status](https://github.com/phil-opp/blog_os/workflows/Build%20Code/badge.svg?branch=post-02)](https://github.com/phil-opp/blog_os/actions?query=workflow%3A%22Build+Code%22+branch%3Apost-02) This repository contains the source code for the [A Minimal Rust Kernel][post] post of the [Writing an OS in Rust](https://os.phil-opp.com) series. From 0489c09d05fa2aba6a03ebcafb23e73cdc550955 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 12 Dec 2019 09:28:56 +0100 Subject: [PATCH 3/8] Update Github Actions badge for post-03 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 492da4123..9a7d6819c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Blog OS (VGA Text Mode) -[![Build Status](https://github.com/phil-opp/blog_os/workflows/Build%20Code/badge.svg?branch=post-02)](https://github.com/phil-opp/blog_os/actions?query=workflow%3A%22Build+Code%22+branch%3Apost-02) +[![Build Status](https://github.com/phil-opp/blog_os/workflows/Build%20Code/badge.svg?branch=post-03)](https://github.com/phil-opp/blog_os/actions?query=workflow%3A%22Build+Code%22+branch%3Apost-03) This repository contains the source code for the [VGA Text Mode][post] post of the [Writing an OS in Rust](https://os.phil-opp.com) series. From 029d6bee788159f93b5f1b82afb209dd3a278184 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 12 Dec 2019 09:29:31 +0100 Subject: [PATCH 4/8] Update Github Actions badge for post-04 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f9a2369e..696504c7f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Blog OS (Testing) -[![Build Status](https://github.com/phil-opp/blog_os/workflows/Build%20Code/badge.svg?branch=post-03)](https://github.com/phil-opp/blog_os/actions?query=workflow%3A%22Build+Code%22+branch%3Apost-03) +[![Build Status](https://github.com/phil-opp/blog_os/workflows/Build%20Code/badge.svg?branch=post-04)](https://github.com/phil-opp/blog_os/actions?query=workflow%3A%22Build+Code%22+branch%3Apost-04) This repository contains the source code for the [Testing][post] post of the [Writing an OS in Rust](https://os.phil-opp.com) series. From 6dcf5c61fbcdf7e087a945d44461d734554d23c7 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 12 Dec 2019 09:30:17 +0100 Subject: [PATCH 5/8] Update Github Actions badge for post-05 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbd39d07c..1a303de0b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Blog OS (CPU Exceptions) -[![Build Status](https://github.com/phil-opp/blog_os/workflows/Build%20Code/badge.svg?branch=post-04)](https://github.com/phil-opp/blog_os/actions?query=workflow%3A%22Build+Code%22+branch%3Apost-04) +[![Build Status](https://github.com/phil-opp/blog_os/workflows/Build%20Code/badge.svg?branch=post-05)](https://github.com/phil-opp/blog_os/actions?query=workflow%3A%22Build+Code%22+branch%3Apost-05) This repository contains the source code for the [CPU Exceptions][post] post of the [Writing an OS in Rust](https://os.phil-opp.com) series. From c211412ce2e7889e8a525addb3025231ab15a6fa Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 12 Dec 2019 09:30:51 +0100 Subject: [PATCH 6/8] Update Github Actions badge for post-06 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbd0e191c..c6f89efd7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Blog OS (Double Faults) -[![Build Status](https://github.com/phil-opp/blog_os/workflows/Build%20Code/badge.svg?branch=post-05)](https://github.com/phil-opp/blog_os/actions?query=workflow%3A%22Build+Code%22+branch%3Apost-05) +[![Build Status](https://github.com/phil-opp/blog_os/workflows/Build%20Code/badge.svg?branch=post-06)](https://github.com/phil-opp/blog_os/actions?query=workflow%3A%22Build+Code%22+branch%3Apost-06) This repository contains the source code for the [Double Faults][post] post of the [Writing an OS in Rust](https://os.phil-opp.com) series. From 2bf70751bf780ce833ca411369af173f84fe3110 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 12 Dec 2019 09:31:24 +0100 Subject: [PATCH 7/8] Update Github Actions badge for post-07 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5c3e777f..385da7984 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Blog OS (Hardware Interrupts) -[![Build Status](https://github.com/phil-opp/blog_os/workflows/Build%20Code/badge.svg?branch=post-06)](https://github.com/phil-opp/blog_os/actions?query=workflow%3A%22Build+Code%22+branch%3Apost-06) +[![Build Status](https://github.com/phil-opp/blog_os/workflows/Build%20Code/badge.svg?branch=post-07)](https://github.com/phil-opp/blog_os/actions?query=workflow%3A%22Build+Code%22+branch%3Apost-07) This repository contains the source code for the [Hardware Interrupts][post] post of the [Writing an OS in Rust](https://os.phil-opp.com) series. From 00f39aaccb931bc75066a3b7be05d844e9f441cf Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 12 Dec 2019 09:31:56 +0100 Subject: [PATCH 8/8] Update Github Actions badge for post-08 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31d3f3dcc..0c9715d69 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Blog OS (Introduction to Paging) -[![Build Status](https://github.com/phil-opp/blog_os/workflows/Build%20Code/badge.svg?branch=post-07)](https://github.com/phil-opp/blog_os/actions?query=workflow%3A%22Build+Code%22+branch%3Apost-07) +[![Build Status](https://github.com/phil-opp/blog_os/workflows/Build%20Code/badge.svg?branch=post-08)](https://github.com/phil-opp/blog_os/actions?query=workflow%3A%22Build+Code%22+branch%3Apost-08) This repository contains the source code for the [Introduction to Paging][post] post of the [Writing an OS in Rust](https://os.phil-opp.com) series.