Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Side by Side Diff: src/third_party/bootstub/README.chromium

Issue 2071024: Add new bootstub source. (Closed) Base URL: ssh://git@chromiumos-git/chromeos
Patch Set: Respond to feedback with more comments. Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 This is the Chrome OS bootstub that handles the handoff from our custom BIOS
2 to the kernel.
3
4 The Makefile was adapted from sample code in the gnu-efi library (GPLv2 or
5 later).
6
7 The trampoline.S code was adapted from grub v1.97 (GPLv3 or later).
8
9 The bootstub.c code was written from scratch, although code from both grub
10 and elilo v3.7 (GPLv2 or later) was referred to for examples.
11
12 Accordingly, the bootstub code as a whole is subject to the license terms of
13 the GPLv3 (or later).
14
15 The authors are grateful to the above mentioned projects for their
16 contributions to the free software community.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698