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

Side by Side Diff: trampoline.S

Issue 2824020: bootstub: move everything out of files folder, provide backwards compatible symlink (Closed) Base URL: ssh://gitrw.chromium.org/bootstub
Patch Set: Created 10 years, 6 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
« no previous file with comments | « files ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * GRUB -- GRand Unified Bootloader 2 * GRUB -- GRand Unified Bootloader
3 * Copyright (C) 2009 Free Software Foundation, Inc. 3 * Copyright (C) 2009 Free Software Foundation, Inc.
4 * 4 *
5 * GRUB is free software: you can redistribute it and/or modify 5 * GRUB is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by 6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation, either version 3 of the License, or 7 * the Free Software Foundation, either version 3 of the License, or
8 * (at your option) any later version. 8 * (at your option) any later version.
9 * 9 *
10 * GRUB is distributed in the hope that it will be useful, 10 * GRUB is distributed in the hope that it will be useful,
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 .word 0 103 .word 0
104 idtaddr: 104 idtaddr:
105 .quad 0 105 .quad 0
106 106
107 .p2align 4 107 .p2align 4
108 jump_vector: 108 jump_vector:
109 /* Jump location. Is filled by the code */ 109 /* Jump location. Is filled by the code */
110 .long 0 110 .long 0
111 .long 0x10 111 .long 0x10
112 112
OLDNEW
« no previous file with comments | « files ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698