Skip to content

Commit

Permalink
Update bsd4grml to version 20091027
Browse files Browse the repository at this point in the history
  • Loading branch information
mika committed Oct 27, 2009
1 parent ee18ec4 commit 3e05e8e
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 8 deletions.
3 changes: 2 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ grml-live (0.9.28) UNRELEASED; urgency=low
- templates/boot/isolinux/isolinux.bin
- templates/boot/isolinux/vesamenu.c32
* Adjust label text for grub1 boot entry.
* Update bsd4grml to version 20091027.

-- Michael Prokop <mika@grml.org> Tue, 27 Oct 2009 20:44:02 +0100
-- Michael Prokop <mika@grml.org> Tue, 27 Oct 2009 20:54:33 +0100

grml-live (0.9.27) unstable; urgency=low

Expand Down
2 changes: 1 addition & 1 deletion templates/boot/addons/bsd4grml/LICENCE.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -422,4 +422,4 @@ BUGS
MirOS project at <miros-discuss@mirbsd.org> if you think you have
discovered a bug.

MirOS June 29, 2009 6
MirOS August 30, 2009 6
6 changes: 4 additions & 2 deletions templates/boot/addons/bsd4grml/boot.cfg
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
# $MirOS: src/distrib/common/grml/boot.cfg,v 1.2 2009/06/29 18:19:00 tg Exp $
# $MirOS: src/distrib/common/grml/boot.cfg,v 1.3 2009/10/27 16:14:28 tg Exp $
#
set image /boot/addons/bsd4grml/bsd.rd
set timeout 12
macro grub1 machine exec grub /boot/grub/%GRUB_LEGACY%
macro grub2 machine exec grub /boot/grub/core.img
macro grml grub%GRUB_VERSION%
macro slx machine exec dos
echo
echo ==================================================================
echo # MirOS BSD #10-current [grml] | (c) 2002-2009 The MirOS Project #
echo ==================================================================
echo
echo To boot the MirOS BSD based rescue system, wait twelve seconds or
echo enter the command 'boot'. Join irc.freenode.net #MirBSD for help.
echo To switch to the grml loader again, type the command 'grml' below.
echo To switch to GRUB again, type the command 'grml' below. To return
echo to SYSLINUX, type 'slx' (this may not work but hang your system).
echo
echo Use "stty com0 9600" to change the speed from the default of 9600
echo bps (always 8N1) and "set tty com0" to use a serial console.
Expand Down
Binary file modified templates/boot/addons/bsd4grml/bsd.rd
Binary file not shown.
Binary file modified templates/boot/addons/bsd4grml/ldbsd.com
Binary file not shown.
14 changes: 10 additions & 4 deletions templates/boot/addons/bsd4grml/ldbsd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ DESCRIPTION

Basic operation procedure is as follows:

1. Be loaded.
1. Be loaded. However this is done, as the first thing we write a RETF
instruction to 0000:0000 and CALL FAR it (from 16-bit code), or
write a RET instruction to 0x00000000 and CALL it (from 32-bit
code), backing up the previous content of course, so that qemu+gdb
users can intercept via "b *0".

BIOS We are loaded to 0x07C00. The drive used to load us from
is passed in the DL register. The ES:BX and DS:SI regis-
Expand Down Expand Up @@ -267,12 +271,14 @@ COMMANDS

boot> machine mem -0x100000@0x00F00000

regs Debugging command displaying register dumps.

oldbios Enable or disable the so-called "Old BIOS / Soekris
helper", which restricts boot from loading more than
one sector at a time from disc.

pxe Forcibly scan for a PXE boot ROM.

regs Debugging command displaying register dumps.

macro Displays the names of all currently defined macros. Up to four
can be defined, holding up to 256 characters.

Expand Down Expand Up @@ -476,4 +482,4 @@ CAVEATS

ustarfs This filesystem will be implemented soon.

MirOS BSD #10-current October 24, 2009 7
MirOS BSD #10-current October 27, 2009 7

0 comments on commit 3e05e8e

Please sign in to comment.