Commit Graph

488 Commits

Author SHA1 Message Date
minjaesong
a7b3f5a5bf editing file in tevd will update its modification date 2022-12-20 17:29:20 +09:00
minjaesong
5aa275fa77 TEVD disk drive wip 2022-12-17 20:16:20 +09:00
minjaesong
f59e99378a vm init/kill function is now public; restored mov player 2022-12-15 02:55:26 +09:00
minjaesong
3413b0d053 neofetch 2022-10-27 23:08:50 +09:00
minjaesong
09e4d04160 doc update 2022-09-27 21:54:53 +09:00
minjaesong
11214c0f7a command.js will use OS_NAME variable of the DOS 2022-09-24 18:55:22 +09:00
minjaesong
0304ded991 device files are mounted under the drive letter of dollarsign 2022-09-24 16:46:44 +09:00
minjaesong
f9eecab830 DOS apps to use _G.shell.resolvePathInput for opening a file 2022-09-24 01:51:57 +09:00
minjaesong
c598b6633d edit.js: filename display will get an extra asterisk if the contents has been changed 2022-09-24 01:27:50 +09:00
minjaesong
7a0874b4a3 geturl.js 2022-09-22 23:25:46 +09:00
minjaesong
2dc6f581cc changing the acceptable url format for the http modem to drop the double slashes after the 'http' or somethingas the they get replaced into single one on command.js but not on the user program, producing discrepancy 2022-09-22 18:19:53 +09:00
minjaesong
e905b3ace8 a working internet modem that only reads 2022-09-22 16:26:04 +09:00
minjaesong
cab2699794 new clcd ui (this will be the new default portable machine) 2022-09-21 21:26:18 +09:00
minjaesong
0d7f130e95 ipf related updates 2022-09-18 12:52:08 +09:00
minjaesong
9cd9febf9c ipf decoder update 2022-09-18 00:21:14 +09:00
minjaesong
d4dc99ff83 pread/pwrite/ipf encoder/ipf decoder 2022-09-17 23:36:02 +09:00
minjaesong
96b54933c7 ycocg test patterns 2022-09-13 20:53:41 +09:00
minjaesong
5e0ed3c946 doc update 2022-09-11 23:12:00 +09:00
minjaesong
0d1e33f7e6 getting rid of old filesystem functions 2022-09-06 20:30:46 +09:00
minjaesong
8232053695 doc: dos input 2022-09-06 19:11:08 +09:00
minjaesong
26a5d4af5d more doc update 2022-09-06 16:52:59 +09:00
minjaesong
15d3aeaeea doc: coreutils for tvdos 2022-09-06 14:55:04 +09:00
minjaesong
079641ef1e renaming system.maxmem to sys.maxmem 2022-09-01 18:13:13 +09:00
minjaesong
e91fac4fb5 doc update 2022-08-27 01:49:57 +09:00
minjaesong
79f4584dd4 FBIPF writing impl 2022-08-19 13:26:37 +09:00
minjaesong
b3ac861946 command.js: no sign of old filesystem from now on 2022-08-18 18:59:41 +09:00
minjaesong
70b9530948 command.js's coreutils now using new filesystem impl 2022-08-18 18:52:33 +09:00
minjaesong
01e7ead7fa command.js: WIP rewriting coreutils to use new filesystem 2022-08-18 00:19:49 +09:00
minjaesong
1e9f4f17c8 just a 'print file contents' program to make fancy screenshots for social media posts 2022-08-17 17:06:49 +09:00
minjaesong
883736192c CON device file 2022-08-17 15:43:20 +09:00
minjaesong
258cf1bd0a RND and NUL device file 2022-08-16 21:59:00 +09:00
minjaesong
ec5fdd69e3 new filesystem impl wip 2022-08-16 17:46:07 +09:00
minjaesong
c3efa36a0d modular filesystem driver wip 2022-08-15 00:13:51 +09:00
minjaesong
8a0e89f5b9 bug fix for less; console colour is preserved after the error print 2022-06-21 11:43:12 +09:00
minjaesong
371b80ca26 more coreutils 2022-06-21 02:16:46 +09:00
minjaesong
12cece8784 prawwper app crash handling on command.js 2022-05-31 00:35:23 +09:00
minjaesong
9aaa7689ed exception caused by an app that is not handled by TVDOS will now print out stack trace before causing the computer to shut down 2022-05-26 20:31:34 +09:00
minjaesong
ab2b21552a pipe now works with dir 2022-05-25 10:46:46 +09:00
minjaesong
359ef6d235 pipe is wip but && operator kinda works 2022-05-13 11:18:14 +09:00
minjaesong
761f9b6264 tvdos: parsing pipe operator 2022-05-12 20:52:43 +09:00
minjaesong
5b8930202f more pipe stuffs 2022-05-12 11:17:55 +09:00
minjaesong
541d385ec6 decodemov: fixed a bug where the frame read occasionally hangs at the end of the playback 2022-05-11 15:48:15 +09:00
minjaesong
537651993e BIOS with selectable boot device 2022-05-10 12:47:53 +09:00
minjaesong
09a7698205 tvdos: cls to clear out secondary fbuf 2022-05-08 20:54:02 +09:00
minjaesong
979b11b1df making con.color_pair to not use ANSI escape sequences which made fsh to run blazingly fast 2022-05-08 20:43:25 +09:00
minjaesong
c05b973505 command to see memory allocation status 2022-05-06 17:38:20 +09:00
minjaesong
9df0f9ddba gpu: reading image will return its actual channel count and mov encoder will actually use it 2022-05-06 10:52:07 +09:00
minjaesong
7aee0d8a52 fixed a bug where ipf movie playback would hang after the last frame 2022-05-04 18:43:00 +09:00
minjaesong
aa36beee88 allow frameskipping for mov playback 2022-05-04 17:57:57 +09:00
minjaesong
b8956c22ff trying to make cursor not blink while typing which doesn't work on edit.js 2022-05-04 11:15:32 +09:00