From 2f154336b1f3a079d2180fcf086d8b50dcebb110 Mon Sep 17 00:00:00 2001 From: John Tsiombikas Date: Thu, 26 Apr 2018 11:48:10 +0300 Subject: [PATCH] removed "unimplemented" disclaimer from readme. It's rough but usable now. --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index d385145..bb1bc73 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,6 @@ pcboot ====== -This project is still in the early stages of initial hacking, so many of the -following are not implemented yet, but rather the concepts that will be fleshed -out in the future. - pcboot is a minimal 32 bit protected mode kernel, which can be used to make bootable PC demos or games. It's not designed as a regular standalone operating system kernel, and cannot be used as such. The intend is to link it with your -- 1.7.10.4