tkchia

Results 9 issues of tkchia

- [ ] Screen output - [x] via VGA option ROM, if present - [ ] via [framebuffer from UEFI bootloader](https://wiki.osdev.org/GOP) - [ ] Keyboard input - [x] via PS/2...

help wanted

Good day @AdeRegt, What are the software license terms for this source code repository? Thank you!

Hello @jart, This patch fixes a remaining minor problem in the formatting of the help screen — following up on @ghaerr's patch (https://github.com/jart/blink/pull/3): ``` 00009a21 50 push %rax 00009a22 54...

`examples/hellolua.c` now runs again when booted as a legacy BIOS disk image. - output number of sectors to load as a patchable variable; for now the patching is done by...

While trying to build a program of mine with ACK, I got the following errors: ``` "lfanew.c", line 114: (warning) implicit declaration of function getopt "lfanew.c", line 122: optarg undefined...

Hello @horsicq, I notice that, at least on XPEViewer 0.04 on Ubuntu 22.04 amd64, sections are numbered starting from 0: ![image](https://github.com/horsicq/XPEViewer/assets/5507843/ce47caf9-8ace-4e8b-9d39-ec757d791d32) From my understanding of the official Microsoft PE specification...

``` $ cat foo.c void _fmemcpy (void __far *dest, const void __far *src, unsigned n) { typedef struct __attribute__ ((packed)) { char x[n]; } buf_t; * (buf_t __far *) dest...

help wanted

Hello @Cons-Cat, Thank you for this interesting project. May I know if (in your view) it will be useful for me to try to "backport" the current version to an...