pull/23/merge
Emanuele Aina 2023-06-24 14:37:07 +03:00 committed by GitHub
commit e9f6220454
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 14 deletions

View File

@ -11,19 +11,7 @@
* Copyright (C) 2008-2014 Daniel Baumann <mail@daniel-baumann.ch>
* Copyright (C) 2015 Andreas Bombe <aeb@debian.org>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* The complete text of the GNU General Public License
* can be found in /usr/share/common-licenses/GPL-3 file.
* The "boot code" is in the public domain.
*/
#include "boot.h"
@ -31,7 +19,7 @@
#define BOOTCODE_SIZE 4136
/* The "boot code" we put into the filesystem... it writes a message and
* tells the user to try again */
tells the user to try again. This "boot code" is in the public domain. */
#define MSG_OFFSET_OFFSET 3