| Age | Commit message (Collapse) | Author |
|
time_t.
Moved the kernel's loading point down to address 0 in
conventional memory and updated linker scripts accordingly.
Began to experiment with loading a binary blob into extended memory
(0x100000), switching to userspace mode, and executing it.
|
|
counter.
|
|
escape sequence printing a literal '%'.
Added the 'X' conversion specifier which differs from the 'x' specifier
in that resulting letters are converted to uppercase.
Added interpretation of the '#' alt flag which now causes the '0x'
prefix to be added to every hex conversion.
|
|
|
|
|
|
trailing 's' characters were appended to subsequent strings.
|
|
|
|
|