bestm80eva / coffee-os

Automatically exported from code.google.com/p/coffee-os
0 stars 0 forks source link

console(writeln) #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

no extended pascal support on writeln() yet, so keep the strings simple. Do not 
mix types YET. You cannot mix anything with a string and expect the kernel to 
build. Convert it TO a string, first. Writeln still works due to a RTL glitch 
in FPC.

If you need a line by itself use:
writeLINE;

for writing strings use:
writestring or writestrln

Original issue reported on code.google.com by frazzled...@gmail.com on 21 Jul 2011 at 7:37

GoogleCodeExporter commented 9 years ago
Scrolling is crashing QEMU/KVM and proof goes all the way back to FPOS sources. 
Back porting a fix in progress.

Original comment by frazzled...@gmail.com on 11 Oct 2013 at 11:01

GoogleCodeExporter commented 9 years ago
is this a bug in QEMU/KVM? Virtualbox unaffected.

Original comment by frazzled...@gmail.com on 11 Oct 2013 at 11:05