Andreas Kling
|
0c898e3c2c
|
Put assertions behind a DEBUG flag to make it easy to build without them.
|
2019-04-23 21:52:02 +02:00 |
|
Andreas Kling
|
a356746d04
|
Compat work towards porting vim.
|
2019-02-26 15:57:59 +01:00 |
|
Andreas Kling
|
cccc8d8aeb
|
More compat work.
Move syscall to int 0x82 since using int 0x80 was kinda prone to fork bombs
when building things on Linux. :^)
|
2019-02-26 12:57:02 +01:00 |
|
Andreas Kling
|
8a286b9244
|
Improve syscall address validation a bit.
|
2018-11-16 16:10:59 +01:00 |
|
Andreas Kling
|
084287ca45
|
Reimplement tcsetattr/tcgetattr as ioctls.
|
2018-11-16 15:41:48 +01:00 |
|
Andreas Kling
|
d5d45d1088
|
Rage hacking to get bash to run. It finally runs. So cool! :^)
|
2018-11-11 15:38:07 +01:00 |
|
Andreas Kling
|
f394e3486a
|
Stub out a bunch more functions to get closer to that sweet bash build.
|
2018-11-11 10:38:33 +01:00 |
|