Remove fdisk version info, as it is not used

This commit is contained in:
Georges Dupéron 2018-07-27 02:48:43 +02:00
parent e883a18dc1
commit 4c6ac73c9e
4 changed files with 5 additions and 6 deletions

2
.gitignore vendored
View File

@ -76,8 +76,8 @@
/build/offsets/tracks_zip_size.hex
/build/os.32k
/build/os.fat12
/build/os.fdisk
/build/os.file
/build/os.gdisk
/build/os.hex_with_offsets
/build/os.iso
/build/os.ndisasm.disasm

View File

@ -113,7 +113,6 @@ before_install:
- zip --help || true
- unzip --version || true
- gdisk --version || true
- fdisk --version || true
- import --version || true
- Xvfb -h || true
- ssh -V || true

View File

@ -63,7 +63,7 @@ built_files = ${os_filename} \
build/os.reasm.asm \
build/os.reasm \
build/os.file \
build/os.fdisk \
build/os.gdisk \
build/os.zip \
build/os.zip.adjusted \
build/os.iso \
@ -97,7 +97,7 @@ os_floppy_chs_s = 9
.PHONY: all
# all: os.arm.disasm
all: ${os_filename} build/os.ndisasm.disasm build/os.reasm.asm build/os.file build/os.fdisk build/os.offsets build/os.hex_with_offsets .gitignore build/check_makefile ${more_offset_dec} ${more_offset_hex}
all: ${os_filename} build/os.ndisasm.disasm build/os.reasm.asm build/os.file build/os.gdisk build/os.offsets build/os.hex_with_offsets .gitignore build/check_makefile ${more_offset_dec} ${more_offset_hex}
build/makefile_w_arnings: | $${@D}
${built_files}: | $${@D}
@ -292,7 +292,7 @@ ${os_filename}: build/os.32k build/os.iso build/os.fat12 build/os.zip.adjusted \
build/os.file: ${os_filename} build/check_makefile
file -kr $< > $@
build/os.fdisk: ${os_filename} build/check_makefile
build/os.gdisk: ${os_filename} build/check_makefile
# gdisk commands:
# * Print partition table
# * Recovery and transformation options

View File

@ -54,7 +54,7 @@ db "ExOSxx" ;; 0x1b8 unique disk ID (4-6 bytes? Can be any value)
;;; 4 bytes LBA offset
;;; 4 bytes LBA length
;;;0x1be 0x1c1 0x1c2 0x1c5 0x1c6 0x1c9 0x1ca 0x1cd
;;; This is filled with dummy values, and later patched with fdisk.
;;; This is filled with dummy values, and later patched with gdisk.
db 0x80, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xa0, 0x05, 0x00, 0x00, 0x9b, 0x05, 0x00, 0x00 ;; 0x1be p1
db 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 ;; 0x1ce p2
db 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 ;; 0x1de p3