summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-01-05 20:52:57 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-01-05 20:52:57 +0100
commit8f3c73740a30ad02a594e21a52d47aa4ae9efe91 (patch)
tree3507da836c7a346371a1af8bbcfd56fb1dd707bf /doc
parent24de320bb1d63beefd5bc89c97b4ad727d8e05e7 (diff)
downloadabaos-8f3c73740a30ad02a594e21a52d47aa4ae9efe91.tar.gz
abaos-8f3c73740a30ad02a594e21a52d47aa4ae9efe91.tar.bz2
some preliminary work on an UDP netconsole
Diffstat (limited to 'doc')
-rw-r--r--doc/LINKS.TODO8
-rw-r--r--doc/README.CrossCompiling4
2 files changed, 10 insertions, 2 deletions
diff --git a/doc/LINKS.TODO b/doc/LINKS.TODO
index 5686ec6..9659164 100644
--- a/doc/LINKS.TODO
+++ b/doc/LINKS.TODO
@@ -1,3 +1,5 @@
+other projects
+
https://github.com/cs107e/cs107e.github.io
http://wiki.osdev.org/Calling_Conventions
http://wiki.osdev.org/Linker_Scripts
@@ -12,6 +14,10 @@ http://x86.renejeschke.de/html/file_module_x86_id_139.html
http://retired.beyondlogic.org/serial/serial1.htm
https://pdos.csail.mit.edu/6.828/2014/reference.html
+other projects
+
+https://bitbucket.org/adamholisky/versionone
+
tutorials:
https://littleosbook.github.io
@@ -130,3 +136,5 @@ http://wiki.osdev.org/Address_Resolution_Protocol
Syscalls:
AX, BX software interrupt 0x80, classic Linux/DOS/Windows syscalls
+UTP/Netconsole:
+https://www.cyberciti.biz/tips/linux-netconsole-log-management-tutorial.html
diff --git a/doc/README.CrossCompiling b/doc/README.CrossCompiling
index 74f31ce..a0d381a 100644
--- a/doc/README.CrossCompiling
+++ b/doc/README.CrossCompiling
@@ -2,11 +2,11 @@ Intro
-----
You can compile AbaOS from a 32-bit host or chroot (e.g. Arch32 chroot).
-But you have to be extremly careful that nothing ceeps into the kernel
+But you have to be extremly careful that nothing creeps into the kernel
from the host system.
You can also create a cross-compilation environment. Now, we don't need
-a full fledged chain, linker and C compiler is enough. AbaOs has a small
+a full-fledged chain, linker and C compiler is enough. AbaOs has a small
integrated C library which is sufficient to build the kernel.
gcc