Add struc for disk parameter table

This commit is contained in:
Nero 2020-08-15 18:30:17 +00:00
parent a90ca60422
commit 626b7e5624
2 changed files with 14 additions and 0 deletions

View file

@ -3,6 +3,7 @@
%include "inc/bpb.asm"
%include "inc/mbr.asm"
%include "inc/dpt.asm"
; kernel stack size in words
%define stacksize 512