Page fault handler works!

This commit is contained in:
Ciro Santilli
2015-10-28 18:36:31 +01:00
parent 24988411ad
commit 1f6af90212
12 changed files with 344 additions and 173 deletions

View File

@@ -11,7 +11,7 @@ Expected output:
#include "common.h"
BEGIN
CLEAR
PRINT_BYTES $s, $17
PRINT_BYTES $s, $s_len
hlt
s:
.ascii "@ABCDEFGHIJKLMNOP"
s: .ascii "@ABCDEFGHIJKLMNOP"
.equ s_len, . - s