http://git.dujemihanovic.i2p?p=nameless-os.git;a=blobdiff;f=boot.s;h=6181a73528610dcaf7c18ea6beb51dbf03865ffe;hp=de5887dddc3101695a5ddcdc7e5deeca7f1d3796;hb=0ef05b6c3cc6f4236f2d5ae35d64328d96bcff24;hpb=668fa121eb74d3317a73c2289f8805aaf1c84d7e
search: re summary | shortlog | log | commit | commitdiff | tree raw | inline | side by side kprint can accept a const string [nameless-os.git] / boot.s diff --git a/boot.s b/boot.s index de5887dddc3101695a5ddcdc7e5deeca7f1d3796..6181a73528610dcaf7c18ea6beb51dbf03865ffe 100644 (file) --- a/ boot.s +++ b/ boot.s @@ -97,7 +97,7 @@ pmprint .loop mov al, [ebx] ; read next char and put it in al - mov ah, 0 Fh...