Drew DeVault

Results 216 issues of Drew DeVault

It'd be nice to list what you can set and what each one does.

feature
z80e
★ ☆ ☆
c

Right now it's literally just a list of commands, which isn't especially helpful.

z80e
★ ☆ ☆
c
enhancement

Right now, you can only really put files into your SDK makefiles if you intend to include them in your final package (unless you cheat). We should work out and...

sdk
★ ☆ ☆
python
enhancement

We have no shot at self-hosting if we have C++ code in kcc.

kcc
★ ★ ☆
c
enhancement

If the emulated program does anything to the timer ports, the runloop needs to finish its tick before recalculating the timers (which is inaccurate).

bug
z80e
★ ★ ☆
c

We should be able to turn off automatic relocation certain spans of code. Something like `.relocate` and `.endrelocate`.

feature
scas
★ ★ ☆
c

There is a whole bunch of discussion on this from before we migrated the issue: https://github.com/KnightOS/kernel/issues/52

feature
discussion
kernel
★ ★ ☆
assembly
c

Not sure exactly how we'd keep everything happy, but we can probably work it out. Extra pages are sitting around unused right now, which makes me sad.

kernel
★ ★ ☆
assembly
enhancement