summaryrefslogtreecommitdiffstats
path: root/qemu/roms/openbios/forth/packages/disklabel.fs
blob: 39aa13e5006fb2b9f8cd9457fd17141463ebec68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
\ tag: disklabel support package
\ 
\ Copyright (C) 2003 Stefan Reinauer
\ 
\ See the file "COPYING" for further information about
\ the copyright and warranty status of this work.
\ 

" /packages" find-device

\ 
\ IEEE 1275 disklabel package
\ 

new-device
  " disklabel" device-name
  \ now the methods...

finish-device

\ clean up afterwards
device-end