Skip to content

Commit

Permalink
fix accidental renaming in IA32.md
Browse files Browse the repository at this point in the history
Signed-off-by: Birgit Brecknell <[email protected]>
  • Loading branch information
bbrcknl committed Aug 9, 2024
1 parent 448e41c commit 1903f1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Hardware/IA32.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ menuentry "Load seL4 VM" --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos2)'
multiboot /boot/seL4
multiboot /boot/sel4kernel
module /boot/sel4rootserver
}
```
Expand Down Expand Up @@ -59,13 +59,13 @@ install-mbr /dev/sdb
syslinux --install /dev/sdb1
mount /dev/sdb1 /mnt
cp images/sel4test-driver-image-ia32-pc99 /mnt/rootserver
cp images/kernel-ia32-pc99 /mnt/seL4
cp images/kernel-ia32-pc99 /mnt/sel4kernel
cat > /mnt/syslinux.cfg <<EOF
SERIAL 0 115200
DEFAULT seL4test
LABEL seL4test
kernel mboot.c32
append seL4 --- rootserver
append sel4kernel --- rootserver
EOF
cp /usr/lib/syslinux/modules/bios/mboot.c32 /mnt
cp /usr/lib/syslinux/modules/bios/libcom32.c32 /mnt
Expand Down

0 comments on commit 1903f1c

Please sign in to comment.