minjaesong
|
4af9df40a2
|
basic:filesystem -> fs
|
2020-11-14 12:50:40 +09:00 |
|
minjaesong
|
5c73205d44
|
basic:SAVE function, filesystem:write
|
2020-11-14 11:56:05 +09:00 |
|
minjaesong
|
c3cc6f4d1a
|
fixing LESS not displaying full text
|
2020-11-13 21:15:53 +09:00 |
|
minjaesong
|
09baf05368
|
modeling of a program ROM
|
2020-11-13 17:52:42 +09:00 |
|
minjaesong
|
3a26e3dde7
|
rudimentary and perhaps broken LESS impl
|
2020-11-13 14:51:51 +09:00 |
|
minjaesong
|
d0f46b89d7
|
bios update
|
2020-11-12 17:49:10 +09:00 |
|
minjaesong
|
7d6def2278
|
test malicious code
|
2020-11-12 15:21:29 +09:00 |
|
minjaesong
|
57ffc1a81f
|
command.js: displaying errorlevel when app quit with error
|
2020-11-12 15:07:29 +09:00 |
|
minjaesong
|
8220732db9
|
touch.js
|
2020-11-12 14:37:37 +09:00 |
|
minjaesong
|
88ef2e05ab
|
command.js: . and .. on path resolving
|
2020-11-12 11:11:35 +09:00 |
|
minjaesong
|
78df4d2971
|
basic: turning some global fns to local
|
2020-11-09 13:46:48 +09:00 |
|
minjaesong
|
99aa08e945
|
mkdir
|
2020-11-07 23:27:28 +09:00 |
|
minjaesong
|
d2416e7dbc
|
cd into relative path
|
2020-11-07 22:12:35 +09:00 |
|
minjaesong
|
f01345fb6f
|
more chdir wip
|
2020-11-07 17:33:54 +09:00 |
|
minjaesong
|
954307a7f9
|
graphicsadapter: using theme string instead of multiple args
|
2020-11-06 17:14:24 +09:00 |
|
minjaesong
|
a4ec779b03
|
disk drive listfiles
|
2020-11-06 12:41:08 +09:00 |
|
minjaesong
|
0000311e07
|
command.js: fixing bad path syntax on shell.execute
|
2020-11-06 09:58:03 +09:00 |
|
minjaesong
|
541e8245bf
|
wipwip
|
2020-11-06 09:25:30 +09:00 |
|
minjaesong
|
e201f591b8
|
set command for command.js
|
2020-11-05 14:25:47 +09:00 |
|
minjaesong
|
8643f354e6
|
more autoexec
|
2020-11-04 17:14:47 +09:00 |
|
minjaesong
|
ab0827b96c
|
command.js to run batch file
|
2020-11-04 16:10:33 +09:00 |
|
minjaesong
|
3b2870ec9c
|
impl of autoexec.bat (wip)
|
2020-11-04 14:33:27 +09:00 |
|
minjaesong
|
c90c4987a9
|
more on coreutils
|
2020-11-03 15:00:17 +09:00 |
|
minjaesong
|
1a8ced3486
|
default shell: testing coreutils with cd command
|
2020-11-01 23:27:09 +09:00 |
|
minjaesong
|
a23d85ea6c
|
diskdrive: filtering super root access
|
2020-11-01 21:58:13 +09:00 |
|
minjaesong
|
a2e74313a1
|
cmd parser
|
2020-11-01 18:41:39 +09:00 |
|
minjaesong
|
5d66234c47
|
empty commit message
|
2020-11-01 17:48:23 +09:00 |
|
minjaesong
|
e0eba43fe0
|
execApp func for dos
|
2020-11-01 14:42:32 +09:00 |
|
minjaesong
|
c331af2cc4
|
a way to run program with arguments
|
2020-11-01 12:03:03 +09:00 |
|
minjaesong
|
af876866b5
|
minified bios
|
2020-10-31 22:39:34 +09:00 |
|
minjaesong
|
055b825cca
|
booting entirely from the bios
|
2020-10-31 22:23:26 +09:00 |
|
minjaesong
|
ca906d8606
|
forgot to reset the drive :p
|
2020-10-30 23:38:37 +09:00 |
|
minjaesong
|
21dd2ead8f
|
making bootloader to load the dos kernel to run a shell
|
2020-10-30 23:34:31 +09:00 |
|
minjaesong
|
d8f7bb3973
|
stuffs
|
2020-10-30 11:45:22 +09:00 |
|
minjaesong
|
4d4b698807
|
reading and eval()ing file using dos kernel
|
2020-10-29 17:27:09 +09:00 |
|
minjaesong
|
85e65e1bba
|
writing multiblock messages thru serial
|
2020-10-29 14:30:58 +09:00 |
|
minjaesong
|
219bc641cf
|
dos kernel wip
|
2020-10-29 11:52:31 +09:00 |
|
minjaesong
|
5167bf1034
|
reverting new js eval impl
|
2020-10-28 23:42:55 +09:00 |
|
minjaesong
|
29584b7070
|
working proof-of-concept file read fom disk
|
2020-10-28 23:07:12 +09:00 |
|
minjaesong
|
664a4ca758
|
more nashorn nonsense
|
2020-10-28 14:57:50 +09:00 |
|
minjaesong
|
939940e784
|
re-impl of js eval function because wtf js
|
2020-10-28 14:28:36 +09:00 |
|
minjaesong
|
778c8bd918
|
testdiskdrive minor fixes, working directory listing
|
2020-10-28 11:28:07 +09:00 |
|
minjaesong
|
6e5c5d0981
|
backporting cli command history scrolling into dos
|
2020-10-28 10:24:30 +09:00 |
|
minjaesong
|
db3a1d4b6d
|
nvm fixed it
|
2020-10-23 23:09:53 +09:00 |
|
minjaesong
|
1e8613b1d4
|
duh duh duh duh
|
2020-10-23 22:13:01 +09:00 |
|
minjaesong
|
acbd4ddc7d
|
startSend() wont send extra fill-in bytes
|
2020-10-23 16:50:36 +09:00 |
|
minjaesong
|
d579099d9c
|
fix:device ready check
|
2020-10-23 13:30:20 +09:00 |
|
minjaesong
|
448227debb
|
fixing one fixme
|
2020-10-23 11:25:11 +09:00 |
|
minjaesong
|
51dce0658d
|
little fixes and additions to basic
|
2020-10-23 11:17:34 +09:00 |
|
minjaesong
|
0e5c200556
|
working multiblock transfer (kinda)
|
2020-10-22 16:28:35 +09:00 |
|