Commit Graph

4699 Commits

Author SHA1 Message Date
K. Lange
b35f7ac8c9 misaka: initial merge 2021-05-31 10:54:11 +09:00
K. Lange
229c4f9631 atapi: Add timeout checks to resolve boot failures in newer QEMUs 2021-05-31 09:24:06 +09:00
K. Lange
2769081f71 Update README 2021-05-26 12:16:28 +09:00
K. Lange
b4de7633c3 make: Port some core build utils to Kuroko 2021-04-28 06:41:55 +09:00
K. Lange
3818df0749 make: Build with -O2 instead of -O3 2021-04-24 19:07:14 +09:00
K. Lange
0977eca9b5 v1.14.0 2021-04-22 20:07:34 +09:00
K. Lange
b46a4e007b boot: Make sure PAE is disabled when booting 32-bit EFI 2021-04-22 19:59:32 +09:00
K. Lange
b081668712 boot: Fixes to boot processes on multiple platforms. 2021-04-22 19:46:51 +09:00
K. Lange
4365c415cf readme: Writing markdown for years and still got that backwards 2021-04-22 09:06:10 +09:00
K. Lange
7e05e298bf readme: Update README 2021-04-22 09:04:28 +09:00
K Lange
976b51a285 libc: Fix weird push/pop of ebx in syscall bindings 2021-04-21 05:05:06 +09:00
K. Lange
3ca8a5fcc2 boot: try to make gzip decoder faster in loader 2021-04-19 20:13:10 +09:00
K. Lange
23a8ac63ad auto-dep: Don't build kuroko mods with -DDEBUG 2021-04-18 06:16:21 +09:00
K. Lange
8e73380e9f kuroko: Upstream updates 2021-04-17 19:50:20 +09:00
K. Lange
1f4ee37b78 bim: Add Kuroko dynamic tab completion to command input 2021-04-16 08:32:36 +09:00
K. Lange
0f8466f713 kuroko: Sync with upstream 2021-04-16 08:32:22 +09:00
K. Lange
7dbd793481 readme: Update screenshot, build instructions 2021-04-16 08:30:19 +09:00
K. Lange
c4c0dae5a4 kuroko: sync with upstream 2021-04-11 20:23:11 +09:00
K. Lange
abbe298cd7 boot: Compress ramdisk image with gzip 2021-04-08 18:07:08 +09:00
K. Lange
4a0492aad5 file-browser: Add more package icons 2021-04-08 10:20:31 +09:00
K. Lange
506963c91b libm: use fpu rounding to ceil, floor (fixes quake lighting) 2021-04-07 21:22:50 +09:00
K. Lange
78b14f2a94 libc: try to avoid writing when we shouldn't 2021-04-07 21:22:23 +09:00
K. Lange
cc462d59f8 icons: New file type icons for krk, so/o, sh 2021-04-07 19:29:37 +09:00
K. Lange
b5b809628d libc: flush buffers on seek, tell 2021-04-07 19:08:18 +09:00
K. Lange
4bcab10836 libc: flush and close buffers on exit 2021-04-07 19:08:06 +09:00
K. Lange
dc7697a49c libc: printf() x formatter improvements 2021-04-07 18:49:44 +09:00
K. Lange
d135b9a71d libc: Implement buffered writes in stdio; fix up printf family 2021-04-07 11:38:31 +09:00
K. Lange
79da53276e libc: improved printf 2021-04-06 21:18:44 +09:00
K. Lange
cf045ced81 kuroko: Update from upstream 2021-04-06 21:13:57 +09:00
K. Lange
ff7c22b54d rline: reintroduce rline_exp as a workaround for existing Python packages 2021-04-01 10:13:49 +09:00
K. Lange
19539bf1ab krk_yutani_test: Cleanup 2021-03-28 23:10:15 +09:00
K. Lange
5947bec72c kuroko, bim: sync with upstream 2021-03-28 22:00:23 +09:00
K. Lange
33fbcde1fd kuroko: sync with upstream 2021-03-25 20:39:37 +09:00
K. Lange
020c3cdb3c libc: more net stubs 2021-03-25 15:52:19 +09:00
K. Lange
487d0f3a6e kuroko: sync with upstream 2021-03-21 18:10:16 +09:00
K. Lange
6f12181220 kuroko: upstream bugfix 2021-03-19 11:44:06 +09:00
K. Lange
ace162ef6c bim: Update syntax highlighters 2021-03-19 11:43:58 +09:00
K. Lange
e2c10f8aa8 kuroko: use master branch 2021-03-19 11:25:16 +09:00
K. Lange
a50d81ae00 libc: Add stubs for truncate, sync 2021-03-19 11:25:10 +09:00
K. Lange
82f22e20fa kuroko: sync with upstream 2021-03-19 11:01:27 +09:00
K. Lange
123940ec37 rline: Update krk highlighter from kuroko 2021-03-19 11:01:11 +09:00
K. Lange
d4be70cfa0 bim: Fix import path, again 2021-03-18 13:01:55 +09:00
K. Lange
9ab445cb28 kuroko: Update with upstream, changes to classes 2021-03-18 09:57:22 +09:00
K. Lange
d54d93dd9d bim: It would be great if we were actually shipping the syntax files... 2021-03-07 21:24:42 +09:00
K. Lange
ff2b898384 kuroko: make sure we remove kuroko objs on clean 2021-03-07 20:04:22 +09:00
K. Lange
8b6152b000 rline: remove stale rline_exp? in theory nothing links with this except maybe old python 2021-03-07 19:55:52 +09:00
K. Lange
9df6e63dbf kuroko: Update with upstream 2021-03-06 20:27:51 +09:00
K. Lange
620cfc69d2 kuroko: Update repl bin 2021-02-16 19:17:58 +09:00
K. Lange
32c0b670b7 kernel: make sure signal handlers get the right GS descriptor 2021-02-16 19:17:44 +09:00
K. Lange
97d02d6e23 kuroko: Updates for 1.1-preview and threading support 2021-02-16 18:56:27 +09:00