|
703a23dfab
|
Removed very broken and bad code that could've corrupted memory in other segments, updated hello.asm accordingly
|
2021-08-30 07:26:54 +01:00 |
|
|
df9f175662
|
Modified load_file to work directly from the stack
|
2021-08-30 07:02:01 +01:00 |
|
|
14fcc32d79
|
Added interrupt handler
|
2021-08-29 21:50:27 +01:00 |
|
|
fa15c6f6d9
|
Added ability for kernel to load files from disk and execute them
|
2021-08-29 17:09:08 +01:00 |
|
|
5fbe8c6886
|
strcmp is obsoleted by rep cmpsb
|
2021-08-29 07:00:41 +01:00 |
|
|
6e7a6bfb1e
|
All functions work now. Readline supports backspace properly. Etc
|
2021-08-28 12:29:50 +01:00 |
|
|
ef03c94f13
|
Added strcmp function
|
2021-08-28 07:55:26 +01:00 |
|
|
ba2db3a84b
|
Fixed Makefile
|
2021-08-28 07:20:41 +01:00 |
|
|
ad942b3d8b
|
Initial commit
|
2021-08-28 07:06:31 +01:00 |
|