tkchia
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...
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:  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...
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...