deltakid0

Results 2 issues of deltakid0

I'm trying to assemble your BOOTCODE.asm project but I just get this message in both Windows and Linux, how to resolve it?

The first typedef is not being used making the code confusing for beginners: ``` struct list_item { int value; struct list_item *next; }; typedef struct list_item list_item; struct list {...