Skip to content

Commit 36fba2f

Browse files
authored
Updated Copyright In README
1 parent 9e0fb6f commit 36fba2f

1 file changed

Lines changed: 7 additions & 11 deletions

File tree

print.asm

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
1-
; ------------------------------------------------------------------
2-
; benOS Initial
3-
; ------------------------------------------------------------------
4-
51
; ==================================================================
6-
; benOS Bootloader - Print Stage
2+
; benOS Bootloader
73
; Copyright (C) 2018 Bench Computer, Inc. -- see ~/LICENSE
84
;
9-
; Based on a free boot loader by E Dehling and the boot loading functions
10-
; found in Rust's Redox. Pieces from Ubuntu's boot loading functions
11-
; were also used in the benOS bootloader's library of parts as well as many
12-
; other bootloaders created over the years.
13-
;
14-
; CREDIT: Canonical in Ubuntu 16.04. Translated to RUST for benOS
5+
; The official bootloader for benOS and BenchX desktop/laptop products.
6+
; The first bootloader built for a decentralized operating system.
7+
; Many bootloaders were looked at and utilized in the creation of
8+
; benOS's BenchX bootloader.
9+
;
10+
; Bootloaders we utilized: Ubuntu, MikeOS, Debian, Linux Mint, ReOS
1511
; ==================================================================
1612

1713
SECTION .text

0 commit comments

Comments
 (0)