summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/liloldr/lilobsect.s
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-12-31 02:29:03 +0000
committerobrien <obrien@FreeBSD.org>2002-12-31 02:29:03 +0000
commitcadc439a6972f1a09ba24a9054547f8e764821dd (patch)
tree9debd0c9625959a69e7a8561e1a08a7cb8f3f228 /sys/boot/i386/liloldr/lilobsect.s
parent443b8a76b61d163dd939884cc57d6fe158c545e5 (diff)
downloadFreeBSD-src-cadc439a6972f1a09ba24a9054547f8e764821dd.zip
FreeBSD-src-cadc439a6972f1a09ba24a9054547f8e764821dd.tar.gz
RIP liloldr.
It is not complete (the LILO root= specification isn't passed to our loader for instance), it has not been touched in over 2 years. Linux has moved on to GRUB, so this is OBE now. If someone creeps up to work on it, it could become a port.
Diffstat (limited to 'sys/boot/i386/liloldr/lilobsect.s')
-rw-r--r--sys/boot/i386/liloldr/lilobsect.s41
1 files changed, 0 insertions, 41 deletions
diff --git a/sys/boot/i386/liloldr/lilobsect.s b/sys/boot/i386/liloldr/lilobsect.s
deleted file mode 100644
index 0c81f5f..0000000
--- a/sys/boot/i386/liloldr/lilobsect.s
+++ /dev/null
@@ -1,41 +0,0 @@
-#
-# Copyright (c) 2000 Jonathan Lemon
-# All rights reserved.
-#
-# Redistribution and use in source and binary forms are freely
-# permitted provided that the above copyright notice and this
-# paragraph and the following disclaimer are duplicated in all
-# such forms.
-#
-# This software is provided "AS IS" and without any express or
-# implied warranties, including, without limitation, the implied
-# warranties of merchantability and fitness for a particular
-# purpose.
-#
-# $FreeBSD$
-
-#
-# LILO constants
-#
- .set SETUP_OFF,497 # offset of setup table
- .set SETUP_SECTORS,4 # historical
-
- .globl start
- .org 0x0, 0x0
-#
-# Create an empty bootblock, but fill in the setup table.
-#
-bootsect:
- .org SETUP_OFF,0x00
-#
-# bootblock setup for LILO
-#
- .byte SETUP_SECTORS # size of setup code in sectors
- .word 0x00 # read only root
- .word LOADER_SIZE # size of kernel in 16B units
- .word 0x00 # not used (swap dev?)
- .word 0x00 # ram disk size in KB
- .word 0xffff # video mode (80x25)
- .byte 0x00 # root dev major number
- .byte 0x00 # root dev minor number
- .word 0xaa55 # Magic number
OpenPOWER on IntegriCloud