2010-07-10 |
Shao Miller | chain.c32, libcom32: Move struct gpt as disk_gpt_header Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-07-10 |
Shao Miller | chain.c32, libcom32: Move gpt_part_dump() as disk_gpt_part_d... Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-07-10 |
Shao Miller | chain.c32, libcom32: Move guid_to_str() and str_to_guid() Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-07-10 |
Shao Miller | chain.c32, libcom32: Move struct gpt_part as disk_gpt_part_entry Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-07-10 |
Shao Miller | chain.c32, libcom32: Move guid_le_walk_map Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-07-10 |
Shao Miller | chain.c32, libcom32: Move struct guid Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-07-10 |
Shao Miller | chain.c32, libcom32: Move struct mbr as disk_dos_mbr Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-07-10 |
Shao Miller | chain.c32, libcom32: Move mbr_part_dump() as disk_dos_part_d... Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-07-10 |
Shao Miller | chain.c32, libcom32: Move struct part_entry as disk_dos_part... Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-07-10 |
Shao Miller | chain.c32, libcom32: Move chs macros and chs typedef... Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-07-10 |
Shao Miller | libcom32 disk: A slight grunt of constipation Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-07-10 |
Shao Miller | chain.c32, libcom32: Move write_verify_sector() as... Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-07-10 |
Shao Miller | chain.c32, libcom32: Move write_sector() as disk_write_sector() Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-07-10 |
Shao Miller | libcom32 disk: Trivial formatting fix-up Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-07-10 |
Shao Miller | chain.c32, libcom32: Move read_sectors() as disk_read_sectors() Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-07-10 |
Shao Miller | chain.c32, libcom32: Move struct ebios_dapa as disk_ebios_dapa Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-07-10 |
Shao Miller | chain.c32, libcom32: Move get_disk_params() as disk_get_params() Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-07-10 |
Shao Miller | chain.c32: Run Nindent on com32/modules/chain.c Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-07-10 |
Shao Miller | chain.c32, libcom32: Move int13_retry() as disk_int13_retry() Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-07-10 |
Shao Miller | libcom32: Introduce disk header and module Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-06-28 |
Shao Miller | NEWS: Document mdiskchk.com and eltorito.sys changes
|
commit | commitdiff | tree |
2010-06-26 |
Shao Miller | chain: Support booting GPT partition by label Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-06-26 |
Shao Miller | chain: Support booting GPT disk/partition by GUID Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-06-25 |
Shao Miller | chain: Implement GPT hand-over protocol as documented Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-06-24 |
Shao Miller | chain: Allow booting the Syslinux partition with "fs" Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-06-24 |
Shao Miller | chain: A sprinkling of documentation Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-06-24 |
Shao Miller | chain: Remove type-assurance macro for declarations Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-06-25 |
Shao Miller | chain: Support GPT disks Tested-by: Shao Miller <shao.miller@yrdsb.edu.on.ca> Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-06-24 |
Shao Miller | chain: Change disk partition iteration strategy Tested-by: Shao Miller <shao.miller@yrdsb.edu.on.ca> Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-06-24 |
Shao Miller | chain: Fix allocation size in read_sectors Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-06-23 |
Shao Miller | chain: Add DOS partition dumping routine for debugging Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-06-23 |
Shao Miller | chain: Use struct mbr where applicable Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-06-23 |
Shao Miller | chain: Use CHS typedef and macros Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-06-23 |
Shao Miller | chain: Allow reading more than a single sector Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-06-23 |
Shao Miller | chain: Run Nindent on com32/modules/chain.c Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-06-17 |
Shao Miller | eltorito: Scan upwards instead of downwards Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-06-15 |
Shao Miller | mdiskchk: Add --no-sequential mode Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-06-15 |
Shao Miller | memdisk: Correct El Torito termination response Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-06-15 |
Shao Miller | eltorito: Include drive 0xFF in scan Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-06-11 |
Shao Miller | mdiskchk: Support three new features Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-06-11 |
Shao Miller | memdisk: Force 32-bit mBFT "safe hook" pointer field Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-06-11 |
Shao Miller | memdisk: Move dpt_t into common structures header Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-06-11 |
Shao Miller | memdisk: mBFT includes the MDI Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-06-11 |
Shao Miller | memdisk: Change patch area to include the entire MDI Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-06-11 |
Shao Miller | memdisk: Use MEMDISK header to access "safe hook" Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-06-11 |
Shao Miller | memdisk: Use real_addr_t for SEG:OFF fields Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-06-11 |
Shao Miller | memdisk: Move common structures into headers Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2010-03-31 |
Shao Miller | memdisk: Calculate mBFT checksum later Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2009-12-11 |
Shao Miller | memdisk: Fix "might be used uninitialized" warning
|
commit | commitdiff | tree |
2009-12-11 |
Shao Miller | memdisk: Fix mBFT alignment
|
commit | commitdiff | tree |
2009-12-08 |
Shao Miller | doc: document mBFT and "safe hook"
|
commit | commitdiff | tree |
2009-12-07 |
Shao Miller | memdisk: "safe hook" and mBFT Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2009-11-20 |
Shao Miller | memdisk: Use boot_lba logic for booting an offset within... Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
|
commit | commitdiff | tree |
2009-11-20 |
Shao Miller | memdisk: Restore DL for INT 13h, AH=15h, DL=floppy
|
commit | commitdiff | tree |
2009-11-16 |
Shao Miller | Merge branch 'memdisk-iso-SAFE' into memdisk-iso
|
commit | commitdiff | tree |
2009-10-29 |
Shao Miller | [chain] Run Nindent on chain.c
|
commit | commitdiff | tree |
2009-08-04 |
Shao Miller | [memdisk] Add El Torito emulation for .ISO images
|
commit | commitdiff | tree |
2009-08-04 |
Shao Miller | [memdisk] Add installable INT 13h hooks for ISO-booting...
|
commit | commitdiff | tree |
2009-08-04 |
Shao Miller | [memdisk] Move sector size choice into each individual...
|
commit | commitdiff | tree |
2009-08-04 |
Shao Miller | [memdisk] Rename CHS and EDD hooks to describe their...
|
commit | commitdiff | tree |
2009-08-04 |
Shao Miller | [memdisk] Add disk probing code to support a drive...
|
commit | commitdiff | tree |
2009-08-04 |
Shao Miller | [memdisk] Add drive shift limit logic
|
commit | commitdiff | tree |
2009-08-04 |
Shao Miller | [memdisk] Move BIOS Data Area access into its own file
|
commit | commitdiff | tree |
2009-08-02 |
Miller, Shao | MEMDISK: additional EDD DPT Fields
|
commit | commitdiff | tree |
2009-07-31 |
Shao Miller | [memdisk] Additional EDD Device Parameter Table fields
|
commit | commitdiff | tree |
2009-03-22 |
Shao Miller | memdisk: additional comments in memdisk.inc and postprocess.pl
|
commit | commitdiff | tree |
2009-03-10 |
Shao Miller | memdisk-cd: Kill off Int13MaxFunc slot for installer...
|
commit | commitdiff | tree |
2009-03-09 |
Shao Miller | memdisk varieties: Allow for multiple memdisk installable...
|
commit | commitdiff | tree |
|