
2013-08-28 (tinybit)transfer correct partition number to install_partition of grub.exe.
2012-11-05 (tinybit)Avoid using HLT instructions so that AMD SVM can run ok.
2012-11-02 (tinybit)fixed a bug in setup_part().
2011-06-27 (tinybit)In grub4dos.h, added API wee_skip_to, added the 2nd argument of "int" for API print_a_completion.
2011-06-26 (tinybit)corrected the return data type of grub_read from 32bit to 64bit to match the defination in grub4dos.h. also updated grub4dos.h.
2011-05-22 (Roy)fix wee127 stage2_size issue. (tinybit)fix find --active issue.
2011-05-21 added asm command and subcommands db/go to write/run machine code.
2011-05-18 added hexdump command. Its shortcut is Delete key leading the line.
2011-05-09 (Roy)packed up a snippet of code to form read_dbr().
2011-05-08 (Roy)supported Dell Real-Mode Kernel(DRMK) and ReactOS freeldr.
2011-05-06 move fat_dir to asm.S.
2011-04-30 move fat_read to asm.S.
2011-04-29 corrected the output message of root command.
2011-04-26 move fat_mount to asm.S.
2011-04-25 Makefile by Roy(-momit-leaf-frame-pointer to -fomit-frame-pointer).
2011-04-23 implemented a simplified map command for only whole-drive mappings.
2011-04-20 added wee127.mbr with the blocklist and map commands built in it.
2011-03-23 excluded NTFS short filenames.
2011-03-22 fixed a bug on case sensitivity in filename completion. added a new parameter "case_insensitive" to print_a_completion().
2011-03-19 fixed a bug on NTFS unicode filename handling. let unicode_to_utf8() return string length after convertion.
2011-03-06 add new find option --active to gain the active primary partition.
2011-03-04 set the current root device as the default boot device of grub.exe.
2011-02-25 fixed endless timeout 0 issue. let checkkey wait a timer interrupt.
2011-02-17 fixed a bug of "0xEA not properly restored" in realmode_run(asm.S).
2011-02-16 fixed a bug on stack checking in realmode_run(asm.S).
2011-02-01 prevent IO.SYS from wiping out int32-int3F.
2011-01-31 realmode .com style program support.
2011-01-14 add comments on how to alter the leading 0xEB for buggy Acer.
2011-01-07 (Roy)supported drbio.sys that is packed with pack101.

------------------------------------------------------------------------
r14 | Roy | 2010-12-26 09:03:13 +0800 (Sun, 26 Dec 2010) | 3 lines

wee-2010-12-25 import.
- makefile patch from http://bbs.znpc.net/viewthread.php?tid=5838&page=16&fromuid=14598#pid46984
- changed prototype of rawread to match Grub4DOS
------------------------------------------------------------------------
r13 | Roy | 2010-12-23 19:07:09 +0800 (Thu, 23 Dec 2010) | 1 line

remove intermediate file.
------------------------------------------------------------------------
r12 | Roy | 2010-12-19 18:37:09 +0800 (Sun, 19 Dec 2010) | 3 lines

wee-2010-12-19 import.
- support loading ROM-DOS 7.10 rom-dos.sys/ibmbio.com
- fix loading memdisk initrd low issue
------------------------------------------------------------------------
r11 | Roy | 2010-12-19 18:34:29 +0800 (Sun, 19 Dec 2010) | 2 lines

wee-2010-12-18 import.
- support loading DR DOS 7.01.08 WIP drbio.sys
------------------------------------------------------------------------
r10 | Roy | 2010-12-19 18:33:22 +0800 (Sun, 19 Dec 2010) | 3 lines

wee-2010-12-17 import.
- make the last of contiguous "title" command available and others in contiguous "title" disabled.
- fix command line CF/LF display
------------------------------------------------------------------------
r9 | Roy | 2010-12-19 18:31:00 +0800 (Sun, 19 Dec 2010) | 4 lines

wee-2010-12-16 import.
- fix menu struct corrupting interrupt vector table issue
- adjust menu position
- add "rootnoverify" command
------------------------------------------------------------------------
r8 | Roy | 2010-12-19 18:26:25 +0800 (Sun, 19 Dec 2010) | 5 lines

wee-2010-12-12 (bad) import.
- adding "title" command based menu system.
- adding realmode_run function support.
- this version of menu struct corrupts interrupt vector table.
- *DO NOT USE THIS VERSION*
------------------------------------------------------------------------
r7 | Roy | 2010-12-19 18:25:23 +0800 (Sun, 19 Dec 2010) | 3 lines

wee-2010-06-26 import.
- rename variables
- remove next_partition_partnum
------------------------------------------------------------------------
r6 | Roy | 2010-12-19 18:22:54 +0800 (Sun, 19 Dec 2010) | 4 lines

wee-2010-06-25 import.
- cleanup file systems:
* don't put current_partition into hibyte of boot_drive, use install_partition instead.
* cleanup BSD slice codes.
------------------------------------------------------------------------
r5 | Roy | 2010-12-19 18:00:39 +0800 (Sun, 19 Dec 2010) | 2 lines

wee-2010-06-24 import.
- cleanup "find" command.
------------------------------------------------------------------------
r4 | Roy | 2010-12-19 17:57:56 +0800 (Sun, 19 Dec 2010) | 2 lines

wee-2010-06-23 import.
- adding command line history function.
------------------------------------------------------------------------
r3 | Roy | 2010-12-19 17:56:23 +0800 (Sun, 19 Dec 2010) | 3 lines

wee-2010-06-22 import.
- add "exit" command.
- add more defines.
------------------------------------------------------------------------
r2 | Roy | 2010-12-19 17:49:31 +0800 (Sun, 19 Dec 2010) | 2 lines

wee-2010-06-20 import.
- adding copyright message, license, and readme.
------------------------------------------------------------------------
r1 | Roy | 2010-12-19 17:47:18 +0800 (Sun, 19 Dec 2010) | 1 line

wee-2010-06-19 initial import.
------------------------------------------------------------------------

