Displaying 2 results from an estimated 2 matches for "swapstub".
2010 Dec 29
2
chain.c32 "map" argument
...and grub can't handle
partitions on floppy disks (hence my desire to fake 0x80 being 0x00).
The function can map a string of arbitrary drive numbers between 0 and
255 (entered in decimal, octal (leading 0), or hex (leading 0x)) to
other values in a uint8_t array of the form of the p pointer to swapstub
in do_boot() in com32/modules/chain.c. The syntax can take multiple
comma-delimited arguments of individual mappings, with each mapping in
old=new format. I can add boot/fdX/hdX tokens to the parser if wanted.
Since I don't know assembly, I need to know if the table modified by the
p pointer...
2012 Nov 06
50
chain.c32 (and partiter) updates v2
This is a bit updated set of chain.c32 changes that simplifies a few things
(and in partiter part), fixes few minor issues and adds a few new features.
Details are in the following commits, below is the summary and pull details at
the end.
Shao - any chance to peek over them ? Most of those are relatively simple
changes and well tested, though of course something might have slipped my
attention.