Archives
-
CybOS – Part 1 : In the beginning, there was 0x7C00
Welcome to the first part of CybOS. We talk a bit about the bootsector. From part 2 on, everything is “kernel based”, which means we have setup the system and jumped to our main kernel. From there, things get really interesting so I jump a bit fast to the boot code. However, in the end [...]
Feb 11th, 2010 | Filed under CybOS, Development -
CybOS – A tutorial OS
Somewhere in 1998 or even earlier, I started my own little project in creating a – functional – Operating System from scratch. Not a linux clone and not a MS-DOS wannabe. JustĀ a simple OS that is functional in such that some tools, games etc could actually work, not caring about Posix compliance, fancy graphics [...]
Feb 10th, 2010 | Filed under CybOS, Development -
Cardinality & Selectivity
Cardinality and selectivity are two keywords that are very important when dealing with optimization in MySQL queries and indexes. This article will go a bit in depth on both terms and tries to let you understand their usefulness…
Feb 7th, 2010 | Filed under Development, MySQLTags: MySQL

