Implement gkernel: Part 1 (#150)

* start gkernel implementation

* progress

* more of kernel

* swap to new dispatcher, will it work on windows

* update
This commit is contained in:
water111
2020-12-05 17:09:46 -05:00
committed by GitHub
parent 90e5c023f1
commit 06918e1fea
30 changed files with 2492 additions and 235 deletions
Executable
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
# Directory of this script
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
$DIR/build/game/gk -fakeiso -debug "$@"